Mercurial > mplayer.hg
annotate DOCS/AUTHORS @ 667:9a5972a6326f
added new poeple, removed old code
author | arpi_esp |
---|---|
date | Sun, 29 Apr 2001 23:42:16 +0000 |
parents | c61549327b46 |
children | 550e3ff06099 |
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... | |
667 | 12 - triple buffering & YUY2 support (for DivX/MPEG4) into mga_vid driver |
13 - scripts in the TVout directory (TVout on Matrox G400DH, read DOCS/TVout-G400) | |
1 | 14 - hacking DivX/Mpeg4 VfW codecs to get YUV output |
15 - opendivx decoder speed optimizations (see opendivx/ChangeLog) | |
281 | 16 - OSD & SUB display code |
522 | 17 - everything that isn't listed elsewhere |
1 | 18 |
19 Zoltán Ponekker (Pontscho/Fresh!): <pontscho@makacs.poliod.hu> | |
20 - configure script and Makefiles for easy compile | |
522 | 21 - GUI system (/still/ coming soon!) |
1 | 22 - 3DNow! support into mp3lib |
484 | 23 - 3DNow! support into fastmemcpy.h |
1 | 24 - various X11 driver changes (keyboard handling, fullscreen, bpp detect, etc) |
667 | 25 - libvo: adding xmga driver, and fullscreen support to xv |
26 - audio mixer (volume) support | |
1 | 27 |
508 | 28 Gábor Lénárt (LGB): <lgb@lgb.hu> |
1 | 29 - ./configure script improvements |
508 | 30 - Makefile improvements |
521 | 31 - prelimenary DVD support |
667 | 32 - another GUI code (coming soon or later :) |
1 | 33 |
243 | 34 Gábor Bérczi (Gabucino): <gabucino@k2.jozsef.kando.hu> |
137 | 35 - documentation maintainer, hun-eng translator |
656 | 36 - webpage maintaining |
137 | 37 - testing, codecs quality & speed comparsions |
38 - IRC channel #MPlayer operator | |
1 | 39 |
243 | 40 Szabolcs Berecz: <szabi@inf.elte.hu> |
436 | 41 - codecs.conf file, config file and command line parser |
108 | 42 - mga_vid fixes, module option stc. |
228 | 43 - fbdev support in libvo |
44 | |
243 | 45 László Megyer (Lez, Laaz): <lez@sch.bme.hu> |
228 | 46 - SUB reader |
436 | 47 - screensaver+DPMS disable for libvo |
108 | 48 |
282 | 49 Gyula László (Chass, Tégla): <chass-@freemail.hu> |
667 | 50 - first fonts (mp_font1.zip) |
656 | 51 - new homepage design&gfx |
281 | 52 |
283 | 53 Zoltán Márk Vicián (Se7en): <se7en@sch.bme.hu> |
436 | 54 - SVGAlib support in libvo |
283 | 55 |
5 | 56 Andreas Ackermann: <asackerm@stud.informatik.uni-erlangen.de> |
57 - LIRC support (see DOCS/LIRC) | |
20 | 58 - DGA support in libvo |
5 | 59 |
98 | 60 Felix Bünemann: <Felix.Buenemann@gmx.de> |
667 | 61 - SDL driver maintainer |
436 | 62 - Additional YUV formats fixes |
667 | 63 - 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
|
64 - PNG file output support in libvo |
104 | 65 |
127 | 66 TeLeNiEkO: <telenieko@telenieko.com> |
67 - debian packaging support (see debian/* and DOCS/DEBIAN) | |
68 - spanish translations (see DOCS/Spanish/*) | |
69 | |
221
3daeae4a4aa6
Added support to vo_dga to change the video mode to the lowest resolution
mgraffam
parents:
210
diff
changeset
|
70 Michael Graffam: <mgraffam@idsi.net> |
264 | 71 - 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
|
72 - Video mode switching code to vo_dga |
203 | 73 |
436 | 74 Jens Hoffmann: <hoffmajs@gmx.de> |
75 - Additional YUV formats support | |
76 - found the big BITMAPINFOHEADER problem -> solved ASV2 pixelization | |
77 | |
521 | 78 Nick Kurshev: <nickols_k@mail.ru> |
667 | 79 - memcpy optimizations for AMD K7 and Intel Pentium III (fastmemcpy.h) |
521 | 80 - CDROM tune info |
81 | |
667 | 82 German Gomez Garcia: <german@piraos.com> |
83 - DVD .ifo parser and chapter selection [not yet in the main trunk] | |
84 - SPDIF AC3 output for SBLive! [not yet in the main trunk] | |
85 | |
1 | 86 Main testers: |
243 | 87 Tibor Balázs (Tibcu) |
88 Péter Sasi (SaPe) | |
1 | 89 Christoph H. Lampert |
667 | 90 Attila Kinali |
108 | 91 Dirk Vornheder |
1 | 92 |
667 | 93 ========================== The codecs, libs: ================================= |
1 | 94 |
95 Aaron Holtzman: <aholtzma@engr.uvic.ca> | |
96 - ac3dec (and libac3) author [AC3 audio decoder] | |
97 - mga_vid driver [Matrox G200/G400 YUV Back-end Scaler] | |
98 - mpeg2dec [Fast MPEG1/MPEG2 video decoder, currently used in player] | |
99 | |
100 Michel Lespinasse: <walken@zoy.org> | |
101 - did large libmpeg2 changes for better speed and mpeg conformance | |
102 | |
103 Eugene Kuznetsov: <divx@euro.ru> | |
104 - avifile author [AVI player library for linux, using Win32 VfW/ACM codecs] | |
105 - technical help about AVI and ASF formats, and how to get YUV using VfW... | |
106 | |
667 | 107 Zdenek Kabelac: <kabi@informatics.muni.cz> |
108 - current avifile maintainer(?) | |
109 - some technical help about the win32 stuff and timers | |
110 | |
1 | 111 Project Mayo: [http://www.projectmayo.com] |
112 - the OpenDivX codec authors | |
113 | |
114 Michael Hipp: | |
115 - mpg123 author [free mpeg audio player, isn't used directly but in mp3lib] | |
116 | |
117 Mark Podlipec: | |
522 | 118 - xanim author [I'm using its aLaw audio decoder] |
1 | 119 |
120 Jutta Degener and Carsten Bormann: | |
121 - xa_gsm.c authors [MS-GSM audio codec] | |
122 | |
123 Their code is not used in current player version, but I've got some ideas or | |
124 other technical help from: | |
125 | |
126 John F. McGowan http://www.jmcgowan.com/ | |
127 - AVI FAQ author/collector. [site with many useful docs on codecs and avi fmt] | |
128 | |
129 Dirk Farin: <farin@ti.uni-mannheim.de> | |
130 - dvdview author [MPEG1/MPEG2 video decoder, used in v0.5-v0.8] | |
131 | |
132 Adam Williams: <broadcast@earthling.net> | |
133 - libmpeg3 (and xmovie) author [MPEG1/MPEG2 video decoder, used in v0.1-v0.4] |