Mercurial > mplayer.hg
annotate DOCS/AUTHORS @ 1117:7e86f5809d33
*** empty log message ***
author | gabucino |
---|---|
date | Tue, 12 Jun 2001 18:03:19 +0000 |
parents | 5015360718f4 |
children | d6213a7cbfda |
rev | line source |
---|---|
1 | 1 AUTHORS: |
2 ~~~~~~~~ | |
3 | |
4 ====================== The MPlayer project: =========================== | |
5 | |
861 | 6 NOTE: Do NOT send bugreports, help & feature requests directly to the authors! |
7 ===== Read DOCS/BUGREPORTS and subscribe to mplayer-users mailing lists. | |
8 | |
243 | 9 Árpád Gereöffy (A'rpi/ESP-team): <arpi@thot.banki.hu> |
1 | 10 - player code (mpeg stream demultiplexer and avi/asf parser, A-V sync, seek...) |
891 | 11 - mp3lib, based on mpglib sources [MP3 audio decoder] |
1 | 12 - getch2 [keyboard handler] |
13 - some changes in libmpeg2 code (progressive frames, bitrate & fps support) | |
14 - libvo improvements: adding OpenGL support, bugfix in mga driver... | |
667 | 15 - triple buffering & YUY2 support (for DivX/MPEG4) into mga_vid driver |
16 - scripts in the TVout directory (TVout on Matrox G400DH, read DOCS/TVout-G400) | |
1 | 17 - hacking DivX/Mpeg4 VfW codecs to get YUV output |
18 - opendivx decoder speed optimizations (see opendivx/ChangeLog) | |
281 | 19 - OSD & SUB display code |
1 | 20 |
21 Zoltán Ponekker (Pontscho/Fresh!): <pontscho@makacs.poliod.hu> | |
22 - configure script and Makefiles for easy compile | |
749 | 23 - GUI system (near complete!?) |
1 | 24 - 3DNow! support into mp3lib |
484 | 25 - 3DNow! support into fastmemcpy.h |
1 | 26 - various X11 driver changes (keyboard handling, fullscreen, bpp detect, etc) |
667 | 27 - libvo: adding xmga driver, and fullscreen support to xv |
28 - audio mixer (volume) support | |
1 | 29 |
508 | 30 Gábor Lénárt (LGB): <lgb@lgb.hu> |
1 | 31 - ./configure script improvements |
508 | 32 - Makefile improvements |
521 | 33 - prelimenary DVD support |
749 | 34 - another GUI code (is that so..?) |
922
db06ae8967eb
Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
lgb
parents:
911
diff
changeset
|
35 - various X11 cleanups and fixes |
1 | 36 |
243 | 37 Gábor Bérczi (Gabucino): <gabucino@k2.jozsef.kando.hu> |
861 | 38 - documentation maintainer |
907 | 39 - hungarian translation of documentation |
40 - second webpage design&gfx | |
749 | 41 - webpage maintainer |
137 | 42 - testing, codecs quality & speed comparsions |
43 - IRC channel #MPlayer operator | |
1117 | 44 - experimental MINIX port |
1 | 45 |
243 | 46 Szabolcs Berecz: <szabi@inf.elte.hu> |
861 | 47 - codecs.conf file parser |
48 - config file and command line parser | |
108 | 49 - mga_vid fixes, module option stc. |
228 | 50 - fbdev support in libvo |
1117 | 51 - type #7 subtitle support |
228 | 52 |
243 | 53 László Megyer (Lez, Laaz): <lez@sch.bme.hu> |
228 | 54 - SUB reader |
436 | 55 - screensaver+DPMS disable for libvo |
108 | 56 |
282 | 57 Gyula László (Chass, Tégla): <chass-@freemail.hu> |
667 | 58 - first fonts (mp_font1.zip) |
907 | 59 - third (current) homepage design&gfx |
281 | 60 |
283 | 61 Zoltán Márk Vicián (Se7en): <se7en@sch.bme.hu> |
436 | 62 - SVGAlib support in libvo |
749 | 63 - native AAlib driver (coming soon) |
283 | 64 |
1035 | 65 Alex Beregszaszi (Alex): <alex@naxine.org> |
66 - ALSA output driver in libao | |
67 | |
5 | 68 Andreas Ackermann: <asackerm@stud.informatik.uni-erlangen.de> |
69 - LIRC support (see DOCS/LIRC) | |
20 | 70 - DGA support in libvo |
5 | 71 |
749 | 72 Felix Bünemann: <atmosfear@users.sourceforge.net> |
667 | 73 - SDL driver maintainer |
436 | 74 - Additional YUV formats fixes |
667 | 75 - New font (mp_font2.zip) |
532
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
522
diff
changeset
|
76 - PNG file output support in libvo |
911 | 77 - flipping support (for Indeo 3/4, etc) |
1104 | 78 - SDL audio driver |
104 | 79 |
127 | 80 TeLeNiEkO: <telenieko@telenieko.com> |
907 | 81 - spanish translation of documentation |
127 | 82 |
221
3daeae4a4aa6
Added support to vo_dga to change the video mode to the lowest resolution
mgraffam
parents:
210
diff
changeset
|
83 Michael Graffam: <mgraffam@idsi.net> |
264 | 84 - 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
|
85 - Video mode switching code to vo_dga |
203 | 86 |
436 | 87 Jens Hoffmann: <hoffmajs@gmx.de> |
88 - Additional YUV formats support | |
89 - found the big BITMAPINFOHEADER problem -> solved ASV2 pixelization | |
90 | |
521 | 91 Nick Kurshev: <nickols_k@mail.ru> |
667 | 92 - memcpy optimizations for AMD K7 and Intel Pentium III (fastmemcpy.h) |
521 | 93 - CDROM tune info |
861 | 94 - further 3DNow! optimizations into mp3lib and libac3 |
907 | 95 - russian translation of documentation |
521 | 96 |
667 | 97 German Gomez Garcia: <german@piraos.com> |
98 - DVD .ifo parser and chapter selection [not yet in the main trunk] | |
99 - SPDIF AC3 output for SBLive! [not yet in the main trunk] | |
100 | |
852 | 101 Dariush Pietrzak: <eyck@incubus.ar.lublin.pl> |
102 - debian packaging support (see debian/* and DOCS/DEBIAN) | |
103 - support for vplayer subtitle format | |
104 - prelimenary support for .RT subtitle format | |
105 | |
1044 | 106 Jürgen Keil and Marcus Comstedt: <jk@tools.de> <marcus@idonex.se> |
107 - patched MPlayer to work on Solaris 8 x86 | |
108 - configure fixes | |
109 | |
110 Vladimir Kushnir: <vkushnir@Alfacom.net> | |
111 - patched MPlayer to work on FreeBSD x86 | |
112 | |
1 | 113 Main testers: |
243 | 114 Tibor Balázs (Tibcu) |
115 Péter Sasi (SaPe) | |
1 | 116 Christoph H. Lampert |
667 | 117 Attila Kinali |
108 | 118 Dirk Vornheder |
1 | 119 |
667 | 120 ========================== The codecs, libs: ================================= |
1 | 121 |
122 Aaron Holtzman: <aholtzma@engr.uvic.ca> | |
123 - ac3dec (and libac3) author [AC3 audio decoder] | |
124 - mga_vid driver [Matrox G200/G400 YUV Back-end Scaler] | |
125 - mpeg2dec [Fast MPEG1/MPEG2 video decoder, currently used in player] | |
126 | |
127 Michel Lespinasse: <walken@zoy.org> | |
128 - did large libmpeg2 changes for better speed and mpeg conformance | |
129 | |
130 Eugene Kuznetsov: <divx@euro.ru> | |
131 - avifile author [AVI player library for linux, using Win32 VfW/ACM codecs] | |
132 - technical help about AVI and ASF formats, and how to get YUV using VfW... | |
133 | |
667 | 134 Zdenek Kabelac: <kabi@informatics.muni.cz> |
135 - current avifile maintainer(?) | |
136 - some technical help about the win32 stuff and timers | |
137 | |
1 | 138 Project Mayo: [http://www.projectmayo.com] |
139 - the OpenDivX codec authors | |
140 | |
141 Michael Hipp: | |
891 | 142 - mpglib author [isn't used directly but in mp3lib] |
1 | 143 |
144 Mark Podlipec: | |
861 | 145 - xanim author [I'm using its aLaw+uLaw audio decoder] |
868 | 146 - xa_gsm.c author [MS-GSM audio codec] |
147 [from a GSM library by Jutta Degener and Carsten Bormann] | |
1 | 148 |
149 Their code is not used in current player version, but I've got some ideas or | |
150 other technical help from: | |
151 | |
152 John F. McGowan http://www.jmcgowan.com/ | |
153 - AVI FAQ author/collector. [site with many useful docs on codecs and avi fmt] | |
154 | |
155 Dirk Farin: <farin@ti.uni-mannheim.de> | |
156 - dvdview author [MPEG1/MPEG2 video decoder, used in v0.5-v0.8] | |
157 | |
158 Adam Williams: <broadcast@earthling.net> | |
159 - libmpeg3 (and xmovie) author [MPEG1/MPEG2 video decoder, used in v0.1-v0.4] |