Mercurial > mplayer.hg
annotate DOCS/AUTHORS @ 228:1f174547a087
no comment :)
author | gabucino |
---|---|
date | Wed, 28 Mar 2001 16:30:47 +0000 |
parents | f311c67d906a |
children | 9d9f3337d648 |
rev | line source |
---|---|
1 | 1 AUTHORS: |
2 ~~~~~~~~ | |
3 | |
4 ====================== The MPlayer project: =========================== | |
5 | |
6 Arpád Gereöffy (A'rpi/ESP-team): <arpi@thot.banki.hu> | |
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) | |
17 | |
18 Zoltán Ponekker (Pontscho/Fresh!): <pontscho@makacs.poliod.hu> | |
19 - configure script and Makefiles for easy compile | |
20 - GUI system (coming soon!) | |
21 - 3DNow! support into mp3lib | |
22 - various X11 driver changes (keyboard handling, fullscreen, bpp detect, etc) | |
23 - libvo: adding xmga driver (similar to Xv but works under X3.3.x) | |
24 | |
25 Gábor Lénárt (LGB): <lgb@supervisor.hu> | |
26 - testing and some improvements in mpeg player's user interface (options) | |
27 - ./configure script improvements | |
28 | |
29 Gabucino: <gabucino@k2.jozsef.kando.hu> | |
137 | 30 - documentation maintainer, hun-eng translator |
31 - web design | |
32 - testing, codecs quality & speed comparsions | |
33 - IRC channel #MPlayer operator | |
1 | 34 |
108 | 35 BERECZ Szabolcs: <szabi@inf.elte.hu> |
36 - config file and command line parser (coming soon) | |
37 - mga_vid fixes, module option stc. | |
228 | 38 - fbdev support in libvo |
39 | |
40 Megyer Laszlo (Lez, Laaz): <lez@sch.bme.hu> | |
41 - SUB reader | |
108 | 42 |
5 | 43 Andreas Ackermann: <asackerm@stud.informatik.uni-erlangen.de> |
44 - LIRC support (see DOCS/LIRC) | |
20 | 45 - DGA support in libvo |
5 | 46 |
98 | 47 Felix Bünemann: <Felix.Buenemann@gmx.de> |
108 | 48 - SDL driver fixes |
104 | 49 |
127 | 50 TeLeNiEkO: <telenieko@telenieko.com> |
51 - debian packaging support (see debian/* and DOCS/DEBIAN) | |
52 - spanish translations (see DOCS/Spanish/*) | |
53 | |
221
3daeae4a4aa6
Added support to vo_dga to change the video mode to the lowest resolution
mgraffam
parents:
210
diff
changeset
|
54 Michael Graffam: <mgraffam@idsi.net> |
203 | 55 - XF86VidMode support to vo_x11 |
221
3daeae4a4aa6
Added support to vo_dga to change the video mode to the lowest resolution
mgraffam
parents:
210
diff
changeset
|
56 - Video mode switching code to vo_dga |
203 | 57 |
1 | 58 Main testers: |
59 Balazs Tibor (Tibcu) | |
60 Sasi Peter (SaPe) | |
61 Christoph H. Lampert | |
108 | 62 Dirk Vornheder |
63 Attila Kinali | |
1 | 64 |
65 ========================== The Codecs: =================================== | |
66 | |
67 Aaron Holtzman: <aholtzma@engr.uvic.ca> | |
68 - ac3dec (and libac3) author [AC3 audio decoder] | |
69 - mga_vid driver [Matrox G200/G400 YUV Back-end Scaler] | |
70 - mpeg2dec [Fast MPEG1/MPEG2 video decoder, currently used in player] | |
71 | |
72 Michel Lespinasse: <walken@zoy.org> | |
73 - did large libmpeg2 changes for better speed and mpeg conformance | |
74 | |
75 Eugene Kuznetsov: <divx@euro.ru> | |
76 - avifile author [AVI player library for linux, using Win32 VfW/ACM codecs] | |
77 - technical help about AVI and ASF formats, and how to get YUV using VfW... | |
78 | |
79 Project Mayo: [http://www.projectmayo.com] | |
80 - the OpenDivX codec authors | |
81 | |
82 Michael Hipp: | |
83 - mpg123 author [free mpeg audio player, isn't used directly but in mp3lib] | |
84 | |
85 Mark Podlipec: | |
86 - xanim author [i'm using its aLaw audio decoder] | |
87 | |
88 Jutta Degener and Carsten Bormann: | |
89 - xa_gsm.c authors [MS-GSM audio codec] | |
90 | |
91 Their code is not used in current player version, but I've got some ideas or | |
92 other technical help from: | |
93 | |
94 John F. McGowan http://www.jmcgowan.com/ | |
95 - AVI FAQ author/collector. [site with many useful docs on codecs and avi fmt] | |
96 | |
97 Dirk Farin: <farin@ti.uni-mannheim.de> | |
98 - dvdview author [MPEG1/MPEG2 video decoder, used in v0.5-v0.8] | |
99 | |
100 Adam Williams: <broadcast@earthling.net> | |
101 - libmpeg3 (and xmovie) author [MPEG1/MPEG2 video decoder, used in v0.1-v0.4] |