annotate DOCS/AUTHORS @ 502:75c689abb763

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