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>
|
|
30 - web design, docs improvements/updating
|
|
31 - testing, (Open)DivX encoding, picture quality comparsions
|
|
32
|
5
|
33 Andreas Ackermann: <asackerm@stud.informatik.uni-erlangen.de>
|
|
34 - LIRC support (see DOCS/LIRC)
|
|
35 - DGA support in libvo (coming soon...)
|
|
36
|
1
|
37 Dariusz Pietrzak: <dariush@ajax.umcs.lublin.pl>
|
|
38 - mailing lists hosting (see README for details)
|
|
39
|
|
40 Main testers:
|
|
41 Gabucino
|
|
42 Balazs Tibor (Tibcu)
|
|
43 Sasi Peter (SaPe)
|
|
44 Christoph H. Lampert
|
|
45
|
|
46 ========================== The Codecs: ===================================
|
|
47
|
|
48 Aaron Holtzman: <aholtzma@engr.uvic.ca>
|
|
49 - ac3dec (and libac3) author [AC3 audio decoder]
|
|
50 - mga_vid driver [Matrox G200/G400 YUV Back-end Scaler]
|
|
51 - mpeg2dec [Fast MPEG1/MPEG2 video decoder, currently used in player]
|
|
52
|
|
53 Michel Lespinasse: <walken@zoy.org>
|
|
54 - did large libmpeg2 changes for better speed and mpeg conformance
|
|
55
|
|
56 Eugene Kuznetsov: <divx@euro.ru>
|
|
57 - avifile author [AVI player library for linux, using Win32 VfW/ACM codecs]
|
|
58 - technical help about AVI and ASF formats, and how to get YUV using VfW...
|
|
59
|
|
60 Project Mayo: [http://www.projectmayo.com]
|
|
61 - the OpenDivX codec authors
|
|
62
|
|
63 Michael Hipp:
|
|
64 - mpg123 author [free mpeg audio player, isn't used directly but in mp3lib]
|
|
65
|
|
66 Mark Podlipec:
|
|
67 - xanim author [i'm using its aLaw audio decoder]
|
|
68
|
|
69 Jutta Degener and Carsten Bormann:
|
|
70 - xa_gsm.c authors [MS-GSM audio codec]
|
|
71
|
|
72 Their code is not used in current player version, but I've got some ideas or
|
|
73 other technical help from:
|
|
74
|
|
75 John F. McGowan http://www.jmcgowan.com/
|
|
76 - AVI FAQ author/collector. [site with many useful docs on codecs and avi fmt]
|
|
77
|
|
78 Dirk Farin: <farin@ti.uni-mannheim.de>
|
|
79 - dvdview author [MPEG1/MPEG2 video decoder, used in v0.5-v0.8]
|
|
80
|
|
81 Adam Williams: <broadcast@earthling.net>
|
|
82 - libmpeg3 (and xmovie) author [MPEG1/MPEG2 video decoder, used in v0.1-v0.4]
|