Mercurial > mplayer.hg
annotate AUTHORS @ 7946:f483ab704252
postprocessing cleanup:
remove opendivx #ifdefs
remove rk1 filter
remove unused / obsolete stuff
add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that)
threadsafe / no more non-const globals
some optimizations
different strides for Y,U,V possible
remove ebx usage (someone really should fix gcc, this is really lame)
change the dering filter slightly (tell me if its worse for any files)
author | michael |
---|---|
date | Mon, 28 Oct 2002 19:31:04 +0000 |
parents | de162194aa89 |
children | 099ca89fbadb |
rev | line source |
---|---|
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
1 ***************************************** |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
2 AUTHORS |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
3 ***************************************** |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
4 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
5 NOTE: Do NOT send bug reports, help and |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
6 feature requests directly to the authors! |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
7 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
8 ___________________ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
9 The MPlayer project |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
10 ~~~~~~~~~~~~~~~~~~~ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
11 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
12 Árpád Gereöffy (A'rpi/ESP-team) [mail to <mplayer-users@mplayerhq.hu>] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
13 * mplayer, mencoder core, A-V sync |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
14 * libmpdemux, demultiplexer for mpeg, asf, avi, various fixes in others |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
15 * mp3lib, based on mpglib sources [MP3 audio decoder] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
16 * getch2 [keyboard handler] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
17 * some changes in libmpeg2 code (progressive frames, bitrate & fps support) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
18 * libvo improvements: adding OpenGL support, bugfix in mga driver... |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
19 * triple buffering & YUY2 support (for DivX/MPEG4) into mga_vid driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
20 * OSD & SUB display code |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
21 * FFmpeg/libavcodec integration |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
22 * DivX4Linux (Project Mayo) support (see documentation) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
23 * New DVD-Support using libdvdread |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
24 * MPEG PES output & DVB card support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
25 * libmpcodecs design, porting video decoders, filters |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
26 |
7853 | 27 Zoltán Ponekker (Pontscho/fresh!mindworkz) <pontscho@makacs.poliod.hu> |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
28 * the original configure script and Makefiles for easy compile |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
29 * GUI system |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
30 * 3DNow! support into mp3lib and fastmemcpy.h |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
31 * various X11 driver changes, fixes (keyboard handling, fullscreen, |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
32 bpp detect, etc) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
33 * libvo: adding xmga driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
34 * audio mixer (volume) support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
35 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
36 Gábor Lénárt (LGB) <lgb@lgb.hu> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
37 * configure script improvements |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
38 * Makefile improvements |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
39 * preliminary DVD support (libcss) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
40 * various X11 cleanups and fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
41 * HTMLization of documentation |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
42 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
43 Gábor Bérczi (Gabucino) <gabucino@mplayerhq.hu> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
44 * documentation writer & maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
45 * Hungarian translation of documentation, homepage, and help output |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
46 * second homepage design&gfx |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
47 * homepage maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
48 * testing, codecs quality & speed comparisons |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
49 * IRC channels operator (#MPlayer is user channel) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
50 * experimental MINIX port :) (what's funny about it?) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
51 * MPsub subtitle format design |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
52 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
53 Szabolcs Berecz (Szabi) <szabi@inf.elte.hu> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
54 * codecs.conf file parser |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
55 * config file and command line parser |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
56 * mga_vid fixes, module option etc. |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
57 * fbdev support in libvo |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
58 * type #7 subtitle support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
59 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
60 László Megyer (Lez, Laaz) <lez@sch.bme.hu> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
61 * SUB reader |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
62 * screensaver+DPMS disable for libvo |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
63 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
64 Gyula László (Chass, Tégla) <chass-@freemail.hu> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
65 * first fonts (mp_font1.zip) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
66 * third homepage design&gfx |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
67 * fourth (current) homepage design&gfx |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
68 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
69 Zoltán Márk Vicián (Se7en) <se7en@sch.bme.hu> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
70 * SVGAlib support in libvo |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
71 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
72 Alex Beregszaszi (al3x) <alex@naxine.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
73 * ALSA output driver in libao2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
74 * vo_ggi output driver in libvo (www.ggi-project.org) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
75 * XAnim codecs support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
76 * VIVO files, codecs support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
77 * TV grabbing support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
78 * Quicktime hackings |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
79 * libavcodec support in MEncoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
80 * RM file format demuxer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
81 * mencoder framecopy |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
82 * yuv4mpeg1 support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
83 * NuppelVideo demuxer changes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
84 * subconfig |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
85 * VIDIX and libdha hackings |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
86 * Matrox driver port to Vidix |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
87 * XVidix video output driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
88 * and other various stuff (in libvo, libmad syncing, dec_audio/video and |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
89 loader) |
7877 | 90 * libmpcodecs / libmpdemux hacking |
91 * co-patch-maintainer | |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
92 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
93 Andreas Ackermann (Acki) <asackerm@stud.informatik.uni-erlangen.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
94 * LIRC support (see documentation) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
95 * DGA support in libvo |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
96 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
97 Felix Bünemann (Atmos) <atmosfear@users.sourceforge.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
98 * SDL driver maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
99 * Additional YUV formats fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
100 * New font (mp_font2.zip) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
101 * PNG file output support in libvo |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
102 * flipping support (for Indeo 3/4, etc) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
103 * SDL audio driver in libao2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
104 * RAW PCM/WAVE file writer for libao2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
105 * Ogg Vorbis audio support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
106 * Various aspect ratio code, prescaling support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
107 * Win32 (Cygwin) port |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
108 * DivX5Linux support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
109 * AAC decoding support via libfaad2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
110 * Darwin (MacOS X) port |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
111 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
112 TeLeNiEkO <telenieko@telenieko.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
113 * Spanish translation of documentation (outdated) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
114 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
115 Michael Graffam <mgraffam@idsi.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
116 * XF86VidMode support to vo_x11 and vo_dga |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
117 * Video mode switching code to vo_dga |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
118 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
119 Jens Hoffmann <hoffmajs@gmx.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
120 * Additional YUV formats support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
121 * found the big BITMAPINFOHEADER problem -> solved ASV2 pixelization |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
122 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
123 Nick Kurshev <nickols_k@mail.ru> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
124 * memcpy optimizations for AMD K7 and Intel Pentium III (fastmemcpy.h) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
125 * CD-ROM tune info |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
126 * further 3DNow! optimizations into mp3lib and libac3 and FFmpeg |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
127 * Russian translation of documentation (outdated) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
128 * radeon_vid, rage128_vid, radeonfb |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
129 * libvo driver: vo_vesa |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
130 * VIDIX and libdha design, programming, rage128/radeon vidix drivers |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
131 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
132 German Gomez Garcia <german@piraos.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
133 * SPDIF AC3 output for SBLive! |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
134 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
135 Dariusz Pietrzak (Eyck) <eyck@incubus.ar.lublin.pl> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
136 * Debian packaging support (see debian/* and the documentation) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
137 * support for vplayer subtitle format |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
138 * preliminary support for .RT subtitle format |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
139 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
140 Marcus Comstedt <marcus@idonex.se> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
141 * initial Solaris8-x86 support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
142 * configure fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
143 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
144 Jürgen Keil <jk@tools.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
145 * patched MPlayer to work on Solaris 8 x86 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
146 * various fixes (win32, configure, etc) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
147 * SUN audio driver in libao2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
148 * mediaLib support in libavcodec |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
149 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
150 Vladimir Kushnir <vkushnir@Alfacom.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
151 * patched MPlayer to work on FreeBSD x86 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
152 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
153 Bertrand Baudet <bertrand_baudet@yahoo.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
154 * network streaming support author, maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
155 * CDDB support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
156 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
157 Derek J Witt <djw@flinthills.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
158 * MMS network streaming patches |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
159 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
160 Alban Bedel <albeu@free.fr> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
161 * MMS network streaming patches |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
162 * Playtree and per-entry config |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
163 * Playlist parsers |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
164 * New input layer, slave mode improvements |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
165 * Audio only support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
166 * MP3, WAV and Ogg demuxers, Ogg-in-AVI fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
167 * Support for audio from external file |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
168 * DXR2 driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
169 * vo_aa improvements |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
170 * CDDA support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
171 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
172 Artur Zaprzala <zybi@fanthom.irc.pl> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
173 * Complete font generator prog + OSD font (TOOLS/subfont-c) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
174 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
175 lanzz@lanzz.org |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
176 * GIMP font generator plugin (TOOLS/subfont-gimp) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
177 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
178 Adam Tla/lka <atlka@pg.gda.pl> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
179 * osd/sub review, fixes, optimization, utf8 support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
180 * various fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
181 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
182 Folke Ashberg <folke@ashberg.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
183 * native AAlib driver (-vo aa) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
184 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
185 Ivan Kalvatchev <iive@yahoo.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
186 * interlaced MPEG2 support (libmpeg2) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
187 * libvo2 draft |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
188 * configfile parser fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
189 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
190 pl <p_l@gmx.fr> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
191 * new configure script |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
192 * general code maintaining, fixes, patch committing |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
193 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
194 Michael Niedermayer <michaelni@gmx.at> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
195 * new, GPL postprocessing code (with deinterlacing etc...) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
196 * software scaling with MMX/MMX2/3DNow support (swscale.c) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
197 * various rgb/yuv bpp converters |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
198 * new, better IDCT code for libavcodec, speedup of divx decoders |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
199 * runtime CPU detection |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
200 * SSE optimization of liba52 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
201 * various encoder/decoder fixes, improvements in libavcodec, DR support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
202 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
203 Sven Goethel <sgoethel@jausoft.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
204 * libvo driver: vo_gl2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
205 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
206 joy_ping <joy@pingfm.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
207 * ao_alsa9 fixes, AC3 passthrough support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
208 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
209 Eric Anholt <eanholt@gladstone.uoregon.edu> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
210 * CPU detection code |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
211 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
212 Jiri Svoboda <Jiri.Svoboda@seznam.cz> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
213 * AQT type subtitles support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
214 * CRTC2 YUV support in mga_vid |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
215 * DirectFB video output driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
216 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
217 Oliver Schoenbrunner <oliver.schoenbrunner@jku.at> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
218 * SGI audio driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
219 * MIPS support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
220 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
221 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
222 * the original libmad support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
223 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
224 David Holm <dholm@telia.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
225 * DXR3 support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
226 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
227 Panagiotis Issaris <takis@lumumba.luc.ac.be> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
228 * -playlist option |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
229 * NuppelVideo support |
7606 | 230 * various fixes |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
231 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
232 Mike Melanson <melanson@pcisys.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
233 * MS Video1 codec open-source implementation |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
234 * FLI demuxer, decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
235 * Unified ADPCM Decoder (supports IMA/DVI, MS ADPCM, several others) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
236 * FILM (.cpk) file demuxer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
237 * RoQ file demuxer, Audio/Video decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
238 * QT SMC decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
239 * QT RLE decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
240 * MS RLE decoder re-implementation |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
241 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
242 Tobias Diedrich <ranma@gmx.at> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
243 * NAS audio output driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
244 * DXR2 driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
245 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
246 Kilian A. Foth <foth@informatik.uni-hamburg.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
247 * -slave mode |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
248 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
249 Tim Ferguson <timf@mail.csse.monash.edu.au> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
250 * Open source Cinepak decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
251 * Open source CYUV decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
252 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
253 Sam Lin <itrs@softwell.com.tw> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
254 * -wid (plugger) patch |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
255 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
256 Johannes Feigl <johannes.feigl@aon.at> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
257 * original German docs translation |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
258 * some improvements in configure, small patches |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
259 * found somebody (Thilo Wunderlich) who sent a DVB card |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
260 * msg translations (help_mp-XX.h) maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
261 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
262 Kim Minh Kaplan <kmkaplan@selfoffice.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
263 * DVD and VobSub subtitles display support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
264 * DVD subtitles rip to VobSub |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
265 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
266 Brian Kuschak <bkuschak@yahoo.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
267 * RTP streaming support (reading) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
268 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
269 Stephen Davies <steve@daviesfam.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
270 * support for large video files (>2^32 bytes in size) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
271 * surround sound |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
272 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
273 Rik Snel <rsnel@cube.dyndns.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
274 * zr video output driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
275 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
276 Anders Johansson <ajh@atri.curtin.edu.au> |
7606 | 277 * old audio plugin system, some effect plugins |
278 * new libaf interface design, implementation, plugins | |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
279 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
280 Roberto Togni <rtogni@freemail.it> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
281 * Open source QT RPZA decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
282 * Open source HuffYUV decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
283 * Open source MSZH/ZLIB decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
284 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
285 Wojtek Kaniewski <wojtekka@bydg.pdi.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
286 * Mouse wheel support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
287 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
288 Fredrik Kuivinen <freku045@student.liu.se> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
289 * OSD/subtitles outside movie - for SDL |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
290 * video filter layer draft, first implementation |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
291 * virtualdub filter support (not yet finised/commited) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
292 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
293 Florian Schneider <flo-mplayer-dev@gmx.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
294 * RealVideo codec libraries interface, .rm demuxer fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
295 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
296 Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
297 * various bugfixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
298 * rewrote v4l video capturing, implemented audio capturing layer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
299 * freetype2 font rendering support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
300 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
301 D Richard Felker III <dalias@aerifal.cx> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
302 * various bugfixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
303 * soft eq and halfpack video filters |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
304 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
305 Dominik Mierzejewski <dominik@rangers.eu.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
306 * compiler warning fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
307 * official RPM packages |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
308 |
7620 | 309 Diego Biurrun <diego@biurrun.de> |
310 * documentation reviewer and co-maintainer | |
311 * README | |
312 * random trivial fixes | |
313 | |
7606 | 314 Sascha Sommer <saschasommer@freenet.de> |
315 * directx VO driver | |
7917 | 316 * windows waveout AO driver |
7606 | 317 |
318 Sidik Isani <lksi@cfht.hawaii.edu> | |
319 * get_delay() smoothing code (-autosync) | |
320 * RTC initialization fixes | |
321 * various small fixes | |
322 | |
323 Fredrik Noring <noring@nocrew.org> | |
324 * -vo DGA fixes | |
325 | |
326 Kees Cook <mplayer@outflux.net> | |
327 * dvdnav hacks | |
328 * rawdv demuxer fixes | |
329 | |
330 Hampa Hug <hhug@student.ethz.ch> | |
331 * LUT-based soft eq video filter (-vop eq2) | |
332 | |
333 Uwe Reder <Uwe.Reder@3SOFT.de> | |
334 * various x11/vm/fs fixes | |
335 * sub/osd control fixes | |
336 | |
337 Andriy N. Gritsenko <andrej@lucky.net> | |
338 * skip-deinterlace video filter | |
339 | |
340 Joey Parrish <joey@yunamusic.com> | |
341 * various fixes | |
342 * -vo gif89 author | |
343 | |
344 Juergen Hammelmann <juergen.hammelmann@gmx.de> | |
345 * TOOLS/menvcd author | |
346 | |
347 Martin Gansser <mgansser@ngi.de> | |
348 * porting to hpux | |
349 | |
350 Matteo Giani <matgiani@ctonet.it> | |
351 * PVA demuxer | |
352 | |
353 Rudolf Marek <MAREKR2@cs.felk.cvut.cz> | |
354 * gtf code for -vo vesa | |
355 | |
356 Tilman Sauerbeck <tsauerbeck@users.sourceforge.net> | |
357 * TGA decoder (rle/uncomp), -mf tga support | |
358 | |
7841 | 359 Colin Leroy <colin@colino.net> |
360 * gui endianness fixes | |
361 * volume control with -ao sdl | |
362 * mencoder -ovc lavc endianness fixes | |
363 * -ao pcm endianness fixes | |
364 * libdha on powerpc linux | |
365 * mach64 vidix driver endianness fixes | |
366 | |
7869 | 367 Mark Zealey <mark@zealos.org> |
7925 | 368 * -vo tdfxfb driver |
369 * -geometry window positioning code | |
370 | |
371 Gregory Kovriga <gkovriga@techunix.technion.ac.il> | |
372 * GUI drag&drop support | |
373 * GUI DVD fixes | |
374 * various small bugfixes in ASX/URL parser | |
375 | |
7869 | 376 |
7606 | 377 NOTE: If you feel you were missed here, feel free to send a patch. |
378 ===== | |
379 | |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
380 ____________ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
381 Main testers |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
382 ~~~~~~~~~~~~ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
383 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
384 Tibor Balázs (Tibcu) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
385 Péter Sasi (SaPe) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
386 Christoph H. Lampert (Gruel) |
7704 | 387 Attila Kinali (KotH) |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
388 Bohdan Horst (Nexus) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
389 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
390 ________________ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
391 The codecs, libs |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
392 ~~~~~~~~~~~~~~~~ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
393 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
394 Aaron Holtzman <aholtzma@engr.uvic.ca> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
395 * ac3dec (and libac3) author [old AC3 audio decoder] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
396 * the original mga_vid driver [Matrox G200/G400 YUV Back-end Scaler] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
397 * mpeg2dec [Fast MPEG1/MPEG2 video decoder, currently used in player] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
398 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
399 Michel Lespinasse <walken@zoy.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
400 * did large libmpeg2 changes for better speed and mpeg conformance |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
401 * liba52 author [current AC3 audio decoder] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
402 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
403 Eugene Kuznetsov <divx@euro.ru> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
404 * avifile author [AVI player library for linux, using Win32 VfW/ACM codecs] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
405 * technical help about AVI and ASF formats, and how to get YUV using VfW... |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
406 * divx4linux technical support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
407 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
408 Zdenek Kabelac <kabi@informatics.muni.cz> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
409 * current avifile maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
410 * some technical help about the win32 stuff, .asf formats and timers |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
411 |
7938 | 412 Fabrice Bellard <fabrice.bellard@free.fr> |
413 * FFmpeg/libavcodec author, maintainer (open source mpeg, mjpeg, | |
414 divx, wma, dv etc audio/video en/decoder) | |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
415 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
416 Project Mayo <http://www.projectmayo.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
417 * the OpenDivX codec authors |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
418 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
419 Michael Hipp |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
420 * mpglib author [isn't used directly but some parts in mp3lib] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
421 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
422 Mark Podlipec |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
423 * xa_gsm.c author [MS-GSM audio codec] [from a GSM library by Jutta Degener |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
424 and Carsten Bormann] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
425 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
426 Jake Janovetz |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
427 * remez.c author [Used to calculate audio filter coefficients] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
428 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
429 Vivien Chappelier, Damien Vincent |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
430 * libFAME authors [fast mpeg-1 encoder, used by -vo mpegpes/-vo dxr3] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
431 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
432 _____________________________________________________ |
7620 | 433 Their code is not used in the current player version, |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
434 but I've got some ideas or other technical help from: |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
435 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
436 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
437 Avery Lee <phaeron@virtualdub.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
438 * VirtualDub author, help understanding AVI with VBR audio and |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
439 other AVI issues |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
440 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
441 John F. McGowan <http://www.jmcgowan.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
442 * AVI FAQ author/collector. [site with many useful docs on codecs |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
443 and avi format] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
444 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
445 Dirk Farin <farin@ti.uni-mannheim.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
446 * dvdview author [MPEG1/MPEG2 video decoder, used in v0.5-v0.8] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
447 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
448 Adam Williams <broadcast@earthling.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
449 * libmpeg3 (and xmovie) author [MPEG1/MPEG2 video decoder, used in |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
450 v0.1-v0.4] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
451 |