Mercurial > mplayer.hg
annotate DOCS/AUTHORS @ 472:a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
author | gabucino |
---|---|
date | Mon, 16 Apr 2001 06:55:31 +0000 |
parents | e67f565a6ec8 |
children | c67c6e9c1fb3 |
rev | line source |
---|---|
1 | 1 AUTHORS: |
2 ~~~~~~~~ | |
3 | |
4 ====================== The MPlayer project: =========================== | |
5 | |
243 | 6 Árpád Gereöffy (A'rpi/ESP-team): <arpi@thot.banki.hu> |
1 | 7 - player code (mpeg stream demultiplexer and avi/asf parser, A-V sync, seek...) |
8 - mp3lib, based on mpg123 sources [MP3 audio decoder] | |
9 - getch2 [keyboard handler] | |
10 - some changes in libmpeg2 code (progressive frames, bitrate & fps support) | |
11 - libvo improvements: adding OpenGL support, bugfix in mga driver... | |
12 - YUY2 support into mga_vid driver (for DivX/MPEG4) | |
13 - YUY2, RGB/BGR 15/16/24/32 support into libvo drivers (for AVI codecs) | |
14 - scripts in the TVout directory (allows using TVout on Matrox G400 DH on fb) | |
15 - hacking DivX/Mpeg4 VfW codecs to get YUV output | |
16 - opendivx decoder speed optimizations (see opendivx/ChangeLog) | |
281 | 17 - OSD & SUB display code |
1 | 18 |
19 Zoltán Ponekker (Pontscho/Fresh!): <pontscho@makacs.poliod.hu> | |
20 - configure script and Makefiles for easy compile | |
21 - GUI system (coming soon!) | |
22 - 3DNow! support into mp3lib | |
23 - various X11 driver changes (keyboard handling, fullscreen, bpp detect, etc) | |
24 - libvo: adding xmga driver (similar to Xv but works under X3.3.x) | |
25 | |
26 Gábor Lénárt (LGB): <lgb@supervisor.hu> | |
27 - testing and some improvements in mpeg player's user interface (options) | |
28 - ./configure script improvements | |
29 | |
243 | 30 Gábor Bérczi (Gabucino): <gabucino@k2.jozsef.kando.hu> |
137 | 31 - documentation maintainer, hun-eng translator |
32 - web design | |
33 - testing, codecs quality & speed comparsions | |
34 - IRC channel #MPlayer operator | |
1 | 35 |
243 | 36 Szabolcs Berecz: <szabi@inf.elte.hu> |
436 | 37 - codecs.conf file, config file and command line parser |
108 | 38 - mga_vid fixes, module option stc. |
228 | 39 - fbdev support in libvo |
40 | |
243 | 41 László Megyer (Lez, Laaz): <lez@sch.bme.hu> |
228 | 42 - SUB reader |
436 | 43 - screensaver+DPMS disable for libvo |
108 | 44 |
282 | 45 Gyula László (Chass, Tégla): <chass-@freemail.hu> |
281 | 46 - fonts |
436 | 47 - new homepage design&gfx (coming soon) |
281 | 48 |
283 | 49 Zoltán Márk Vicián (Se7en): <se7en@sch.bme.hu> |
436 | 50 - SVGAlib support in libvo |
283 | 51 |
5 | 52 Andreas Ackermann: <asackerm@stud.informatik.uni-erlangen.de> |
53 - LIRC support (see DOCS/LIRC) | |
20 | 54 - DGA support in libvo |
5 | 55 |
98 | 56 Felix Bünemann: <Felix.Buenemann@gmx.de> |
108 | 57 - SDL driver fixes |
436 | 58 - Additional YUV formats fixes |
59 - New font (coming soon!?) | |
104 | 60 |
127 | 61 TeLeNiEkO: <telenieko@telenieko.com> |
62 - debian packaging support (see debian/* and DOCS/DEBIAN) | |
63 - spanish translations (see DOCS/Spanish/*) | |
64 | |
221
3daeae4a4aa6
Added support to vo_dga to change the video mode to the lowest resolution
mgraffam
parents:
210
diff
changeset
|
65 Michael Graffam: <mgraffam@idsi.net> |
264 | 66 - XF86VidMode support to vo_x11 and vo_dga |
221
3daeae4a4aa6
Added support to vo_dga to change the video mode to the lowest resolution
mgraffam
parents:
210
diff
changeset
|
67 - Video mode switching code to vo_dga |
203 | 68 |
436 | 69 Jens Hoffmann: <hoffmajs@gmx.de> |
70 - Additional YUV formats support | |
71 - found the big BITMAPINFOHEADER problem -> solved ASV2 pixelization | |
72 | |
1 | 73 Main testers: |
243 | 74 Tibor Balázs (Tibcu) |
75 Péter Sasi (SaPe) | |
1 | 76 Christoph H. Lampert |
108 | 77 Dirk Vornheder |
78 Attila Kinali | |
1 | 79 |
80 ========================== The Codecs: =================================== | |
81 | |
82 Aaron Holtzman: <aholtzma@engr.uvic.ca> | |
83 - ac3dec (and libac3) author [AC3 audio decoder] | |
84 - mga_vid driver [Matrox G200/G400 YUV Back-end Scaler] | |
85 - mpeg2dec [Fast MPEG1/MPEG2 video decoder, currently used in player] | |
86 | |
87 Michel Lespinasse: <walken@zoy.org> | |
88 - did large libmpeg2 changes for better speed and mpeg conformance | |
89 | |
90 Eugene Kuznetsov: <divx@euro.ru> | |
91 - avifile author [AVI player library for linux, using Win32 VfW/ACM codecs] | |
92 - technical help about AVI and ASF formats, and how to get YUV using VfW... | |
93 | |
94 Project Mayo: [http://www.projectmayo.com] | |
95 - the OpenDivX codec authors | |
96 | |
97 Michael Hipp: | |
98 - mpg123 author [free mpeg audio player, isn't used directly but in mp3lib] | |
99 | |
100 Mark Podlipec: | |
101 - xanim author [i'm using its aLaw audio decoder] | |
102 | |
103 Jutta Degener and Carsten Bormann: | |
104 - xa_gsm.c authors [MS-GSM audio codec] | |
105 | |
106 Their code is not used in current player version, but I've got some ideas or | |
107 other technical help from: | |
108 | |
109 John F. McGowan http://www.jmcgowan.com/ | |
110 - AVI FAQ author/collector. [site with many useful docs on codecs and avi fmt] | |
111 | |
112 Dirk Farin: <farin@ti.uni-mannheim.de> | |
113 - dvdview author [MPEG1/MPEG2 video decoder, used in v0.5-v0.8] | |
114 | |
115 Adam Williams: <broadcast@earthling.net> | |
116 - libmpeg3 (and xmovie) author [MPEG1/MPEG2 video decoder, used in v0.1-v0.4] |