Mercurial > mplayer.hg
annotate AUTHORS @ 9046:13b7ad16f278
This patch should fix the display problem with 4bpp and 8bpp modes.
The problem was that the new drawing method assumes a linear
framebuffer, which is not available in those modes. This can be worked
around by using the old drawing method, which is what this patch does.
The old method can be forced, by using the "old" driver option.
This patch also enables linear addressing, since it improves write speed
to video memory considerably. The mentioned problem:
"it is not compatable with vga_draw* for some cards"
Is a bug in svgalib, which I think should be fixed in recent svgalib
versions. If someone sees this problem, please report to svgalib
maintainer (that's me).
patch by Matan Ziv-Av. matan@svgalib.org
author | arpi |
---|---|
date | Mon, 20 Jan 2003 21:33:11 +0000 |
parents | ce29738fa891 |
children | 6ecc0b5c08cb |
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 | |
8155 | 92 * dynamic a/v plugins (external shared ad/vd/.. objects) |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
93 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
94 Andreas Ackermann (Acki) <asackerm@stud.informatik.uni-erlangen.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
95 * LIRC support (see documentation) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
96 * DGA support in libvo |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
97 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
98 Felix Bünemann (Atmos) <atmosfear@users.sourceforge.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
99 * SDL driver maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
100 * Additional YUV formats fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
101 * New font (mp_font2.zip) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
102 * PNG file output support in libvo |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
103 * flipping support (for Indeo 3/4, etc) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
104 * SDL audio driver in libao2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
105 * RAW PCM/WAVE file writer for libao2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
106 * Ogg Vorbis audio support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
107 * Various aspect ratio code, prescaling support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
108 * Win32 (Cygwin) port |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
109 * DivX5Linux support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
110 * AAC decoding support via libfaad2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
111 * Darwin (MacOS X) port |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
112 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
113 TeLeNiEkO <telenieko@telenieko.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
114 * Spanish translation of documentation (outdated) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
115 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
116 Michael Graffam <mgraffam@idsi.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
117 * XF86VidMode support to vo_x11 and vo_dga |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
118 * Video mode switching code to vo_dga |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
119 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
120 Jens Hoffmann <hoffmajs@gmx.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
121 * Additional YUV formats support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
122 * found the big BITMAPINFOHEADER problem -> solved ASV2 pixelization |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
123 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
124 Nick Kurshev <nickols_k@mail.ru> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
125 * 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
|
126 * CD-ROM tune info |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
127 * further 3DNow! optimizations into mp3lib and libac3 and FFmpeg |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
128 * Russian translation of documentation (outdated) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
129 * radeon_vid, rage128_vid, radeonfb |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
130 * libvo driver: vo_vesa |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
131 * VIDIX and libdha design, programming, rage128/radeon vidix drivers |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
132 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
133 German Gomez Garcia <german@piraos.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
134 * SPDIF AC3 output for SBLive! |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
135 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
136 Dariusz Pietrzak (Eyck) <eyck@incubus.ar.lublin.pl> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
137 * Debian packaging support (see debian/* and the documentation) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
138 * support for vplayer subtitle format |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
139 * preliminary support for .RT subtitle format |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
140 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
141 Marcus Comstedt <marcus@idonex.se> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
142 * initial Solaris8-x86 support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
143 * configure fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
144 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
145 Jürgen Keil <jk@tools.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
146 * patched MPlayer to work on Solaris 8 x86 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
147 * various fixes (win32, configure, etc) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
148 * SUN audio driver in libao2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
149 * mediaLib support in libavcodec |
8679 | 150 * esd driver in libao2 |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
151 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
152 Vladimir Kushnir <vkushnir@Alfacom.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
153 * patched MPlayer to work on FreeBSD x86 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
154 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
155 Bertrand Baudet <bertrand_baudet@yahoo.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
156 * network streaming support author, maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
157 * CDDB support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
158 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
159 Derek J Witt <djw@flinthills.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
160 * MMS network streaming patches |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
161 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
162 Alban Bedel <albeu@free.fr> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
163 * MMS network streaming patches |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
164 * Playtree and per-entry config |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
165 * Playlist parsers |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
166 * New input layer, slave mode improvements |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
167 * Audio only support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
168 * MP3, WAV and Ogg demuxers, Ogg-in-AVI fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
169 * Support for audio from external file |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
170 * DXR2 driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
171 * vo_aa improvements |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
172 * CDDA support |
8434 | 173 * OSD menu |
8679 | 174 * New modular config/commandline parser code |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
175 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
176 Artur Zaprzala <zybi@fanthom.irc.pl> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
177 * Complete font generator prog + OSD font (TOOLS/subfont-c) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
178 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
179 lanzz@lanzz.org |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
180 * GIMP font generator plugin (TOOLS/subfont-gimp) |
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 Adam Tla/lka <atlka@pg.gda.pl> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
183 * osd/sub review, fixes, optimization, utf8 support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
184 * various fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
185 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
186 Folke Ashberg <folke@ashberg.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
187 * native AAlib driver (-vo aa) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
188 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
189 Ivan Kalvatchev <iive@yahoo.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
190 * interlaced MPEG2 support (libmpeg2) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
191 * libvo2 draft |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
192 * configfile parser fixes |
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 pl <p_l@gmx.fr> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
195 * new configure script |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
196 * general code maintaining, fixes, patch committing |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
197 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
198 Michael Niedermayer <michaelni@gmx.at> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
199 * new, GPL postprocessing code (with deinterlacing etc...) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
200 * software scaling with MMX/MMX2/3DNow support (swscale.c) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
201 * various rgb/yuv bpp converters |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
202 * new, better IDCT code for libavcodec, speedup of divx decoders |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
203 * runtime CPU detection |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
204 * SSE optimization of liba52 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
205 * various encoder/decoder fixes, improvements in libavcodec, DR support |
8018 | 206 * various video filters, like il, swapuv, boxblur |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
207 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
208 Sven Goethel <sgoethel@jausoft.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
209 * libvo driver: vo_gl2 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
210 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
211 joy_ping <joy@pingfm.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
212 * ao_alsa9 fixes, AC3 passthrough support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
213 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
214 Eric Anholt <eanholt@gladstone.uoregon.edu> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
215 * CPU detection code |
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 Jiri Svoboda <Jiri.Svoboda@seznam.cz> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
218 * AQT type subtitles support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
219 * CRTC2 YUV support in mga_vid |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
220 * DirectFB video output driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
221 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
222 Oliver Schoenbrunner <oliver.schoenbrunner@jku.at> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
223 * SGI audio driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
224 * MIPS support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
225 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
226 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
227 * the original libmad support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
228 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
229 David Holm <dholm@telia.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
230 * DXR3 support |
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 Panagiotis Issaris <takis@lumumba.luc.ac.be> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
233 * -playlist option |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
234 * NuppelVideo support |
7606 | 235 * various fixes |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
236 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
237 Mike Melanson <melanson@pcisys.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
238 * MS Video1 codec open-source implementation |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
239 * FLI demuxer, decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
240 * Unified ADPCM Decoder (supports IMA/DVI, MS ADPCM, several others) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
241 * FILM (.cpk) file demuxer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
242 * RoQ file demuxer, Audio/Video decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
243 * QT SMC decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
244 * QT RLE decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
245 * MS RLE decoder re-implementation |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
246 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
247 Tobias Diedrich <ranma@gmx.at> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
248 * NAS audio output driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
249 * DXR2 driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
250 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
251 Kilian A. Foth <foth@informatik.uni-hamburg.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
252 * -slave mode |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
253 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
254 Tim Ferguson <timf@mail.csse.monash.edu.au> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
255 * Open source Cinepak decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
256 * Open source CYUV decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
257 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
258 Sam Lin <itrs@softwell.com.tw> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
259 * -wid (plugger) patch |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
260 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
261 Johannes Feigl <johannes.feigl@aon.at> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
262 * original German docs translation |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
263 * some improvements in configure, small patches |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
264 * found somebody (Thilo Wunderlich) who sent a DVB card |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
265 * msg translations (help_mp-XX.h) maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
266 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
267 Kim Minh Kaplan <kmkaplan@selfoffice.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
268 * DVD and VobSub subtitles display support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
269 * DVD subtitles rip to VobSub |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
270 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
271 Brian Kuschak <bkuschak@yahoo.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
272 * RTP streaming support (reading) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
273 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
274 Stephen Davies <steve@daviesfam.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
275 * support for large video files (>2^32 bytes in size) |
8679 | 276 * surround sound aop plugin |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
277 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
278 Rik Snel <rsnel@cube.dyndns.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
279 * zr video output driver |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
280 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
281 Anders Johansson <ajh@atri.curtin.edu.au> |
7606 | 282 * old audio plugin system, some effect plugins |
283 * new libaf interface design, implementation, plugins | |
7343
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 Roberto Togni <rtogni@freemail.it> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
286 * Open source QT RPZA decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
287 * Open source HuffYUV decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
288 * Open source MSZH/ZLIB decoder |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
289 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
290 Wojtek Kaniewski <wojtekka@bydg.pdi.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
291 * Mouse wheel support |
8679 | 292 * got the freetype+RAW font support work together |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
293 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
294 Fredrik Kuivinen <freku045@student.liu.se> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
295 * OSD/subtitles outside movie - for SDL |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
296 * video filter layer draft, first implementation |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
297 * virtualdub filter support (not yet finised/commited) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
298 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
299 Florian Schneider <flo-mplayer-dev@gmx.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
300 * RealVideo codec libraries interface, .rm demuxer fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
301 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
302 Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
303 * various bugfixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
304 * rewrote v4l video capturing, implemented audio capturing layer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
305 * freetype2 font rendering support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
306 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
307 D Richard Felker III <dalias@aerifal.cx> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
308 * various bugfixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
309 * soft eq and halfpack video filters |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
310 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
311 Dominik Mierzejewski <dominik@rangers.eu.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
312 * compiler warning fixes |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
313 * official RPM packages |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
314 |
7620 | 315 Diego Biurrun <diego@biurrun.de> |
316 * documentation reviewer and co-maintainer | |
317 * README | |
318 * random trivial fixes | |
319 | |
7606 | 320 Sascha Sommer <saschasommer@freenet.de> |
321 * directx VO driver | |
8018 | 322 * windows waveout AO driver |
8679 | 323 * quicktime audio+video decoding, video encoding (using win32 DLLs) support |
7606 | 324 |
325 Sidik Isani <lksi@cfht.hawaii.edu> | |
326 * get_delay() smoothing code (-autosync) | |
327 * RTC initialization fixes | |
328 * various small fixes | |
329 | |
330 Fredrik Noring <noring@nocrew.org> | |
331 * -vo DGA fixes | |
332 | |
333 Kees Cook <mplayer@outflux.net> | |
334 * dvdnav hacks | |
335 * rawdv demuxer fixes | |
336 | |
337 Hampa Hug <hhug@student.ethz.ch> | |
338 * LUT-based soft eq video filter (-vop eq2) | |
8018 | 339 * .ogm demuxer endianess fixes |
7606 | 340 |
341 Uwe Reder <Uwe.Reder@3SOFT.de> | |
342 * various x11/vm/fs fixes | |
343 * sub/osd control fixes | |
344 | |
345 Andriy N. Gritsenko <andrej@lucky.net> | |
346 * skip-deinterlace video filter | |
8679 | 347 * MUXER layer, and new MPEG-PS muxer |
7606 | 348 |
349 Joey Parrish <joey@yunamusic.com> | |
350 * various fixes | |
351 * -vo gif89 author | |
352 | |
353 Juergen Hammelmann <juergen.hammelmann@gmx.de> | |
354 * TOOLS/menvcd author | |
355 | |
356 Martin Gansser <mgansser@ngi.de> | |
357 * porting to hpux | |
358 | |
359 Matteo Giani <matgiani@ctonet.it> | |
360 * PVA demuxer | |
361 | |
362 Rudolf Marek <MAREKR2@cs.felk.cvut.cz> | |
363 * gtf code for -vo vesa | |
364 | |
365 Tilman Sauerbeck <tsauerbeck@users.sourceforge.net> | |
366 * TGA decoder (rle/uncomp), -mf tga support | |
367 | |
7841 | 368 Colin Leroy <colin@colino.net> |
369 * gui endianness fixes | |
370 * volume control with -ao sdl | |
371 * mencoder -ovc lavc endianness fixes | |
372 * -ao pcm endianness fixes | |
373 * libdha on powerpc linux | |
374 * mach64 vidix driver endianness fixes | |
375 | |
7869 | 376 Mark Zealey <mark@zealos.org> |
7925 | 377 * -vo tdfxfb driver |
378 * -geometry window positioning code | |
379 | |
380 Gregory Kovriga <gkovriga@techunix.technion.ac.il> | |
381 * GUI drag&drop support | |
382 * GUI DVD fixes | |
383 * various small bugfixes in ASX/URL parser | |
384 | |
8018 | 385 Rémi Guyomarch <rguyom@pobox.com> |
386 * various fixes | |
387 * 'unsharp' video filter | |
8546 | 388 * xvid encoding support |
8018 | 389 |
390 Salvatore Falco <sfalco@studenti.ing.uniroma1.it> | |
8546 | 391 * jacosub parsing & dump support |
392 * overlapping subtitles & sub sorting support | |
393 * SAMI subtitles dump support | |
8018 | 394 |
395 Ville Syrjälä <syrjala@sci.fi> | |
396 * -vo dfbmga driver (G400 DVDMax-like feature using dfb 0.9.14) | |
397 | |
398 Björn Sandell <biorn@dce.chalmers.se> | |
399 * various *BSD fixes | |
400 | |
401 lucho <lucho@haemimont.bg> | |
402 * hw-accelerated video eq support into x11, gl2 (using DirectColor cmap) | |
403 | |
404 Per Wigren <wigren@home.se> | |
405 * bmovl - Bitmap Overlay video filter | |
406 | |
8437 | 407 Nicolas Le Gaillart <n@tourmentine.com> |
8433 | 408 * French documentation translation |
7869 | 409 |
8433 | 410 hephooey@fastmail.fm |
411 * Chinese documentation translation | |
8546 | 412 * Various VOBSUB-related patches |
8433 | 413 |
414 András Mohari <mayday@varoshaza.nagyatad.hu> | |
415 * skin documentation | |
416 * various docs updates and fixes | |
417 | |
8546 | 418 Dénes Balatoni <pnis@coder.hu> |
419 * xmms inputplugin support | |
420 * various minor feature additions & fixes mostly to | |
421 make mplayer work better on my pda | |
422 | |
423 Oskar Liljeblad <oskar@osk.mine.nu> | |
8679 | 424 * various OSD related patches |
8546 | 425 |
426 Bernd Ernesti <mplayer@lists.veego.de> | |
427 * NetBSD support patches | |
428 | |
429 Michael Halcrow <mah69@email.byu.edu> | |
430 * EDL 0.5 - edit lists support | |
431 | |
432 Eviv Bulgroz <ebulgroz@yahoo.com> | |
433 * Presets support for mp3lame encoding | |
8679 | 434 * AVI demuxer time/bitrate calculation fixes |
8546 | 435 * various bugfixes |
436 | |
437 Matan Ziv-Av <matan@svgalib.org> | |
438 * vo_svga fixes, improvements | |
439 * svgalib kernel helper support for VIDIX/libdha | |
440 | |
441 Puk Madick <pingy@swirvemail.com> | |
442 * KDE/gnome2 fullscreen fix | |
443 * configparser fixes | |
444 | |
445 Tomas Hurka <tom@hukatronic.cz> | |
446 * Darwin DVD support (mpdvdkit2) | |
447 * various fixes | |
8679 | 448 |
449 Moritz Bunkus <moritz@bunkus.org> | |
450 * various OGM hacks/fixes | |
451 * author of ogm-tools | |
452 | |
453 Filip Kalinski <filon@pld.org.pl> | |
454 * X11 fulscreen switching fixes/cleanup | |
455 | |
456 Christian Ohm <chr.ohm@gmx.net> | |
457 * various small bugfixes | |
458 | |
459 Alexander Gottwald <Alexander.Gottwald@informatik.tu-chemnitz.de> | |
460 * various small bugfixes | |
461 | |
462 Andreas Hess <jaska@gmx.net> | |
463 * upgrading libdvdcss to 1.2.4 in libmpdvdkit2 | |
464 * various small bugfixes | |
465 | |
466 Salvador Eduardo Tropea <salvador@inti.gov.ar> | |
467 * subtitle parsing/displaying related patches | |
468 | |
469 Marcus Blomenkamp <Marcus.Blomenkamp@epost.de> | |
470 * VIDIX patches (rage128, radeon 7000) | |
471 * OSS AC3 passthru. fix | |
472 | |
473 Alan Young <ayoung@teleport.com> | |
474 * fixed support of RealMedia & Xanim binary plugins on Alpha | |
8686 | 475 |
476 Attila Kinali <kinali@gmx.net> | |
477 * various small fixes in the x11 code | |
478 * xinerama support | |
479 * documentation | |
8546 | 480 |
481 | |
8433 | 482 NOTE: If you think you are missing here, feel free to send a patch. |
7606 | 483 ===== |
484 | |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
485 ____________ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
486 Main testers |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
487 ~~~~~~~~~~~~ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
488 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
489 Tibor Balázs (Tibcu) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
490 Péter Sasi (SaPe) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
491 Christoph H. Lampert (Gruel) |
7704 | 492 Attila Kinali (KotH) |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
493 Bohdan Horst (Nexus) |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
494 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
495 ________________ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
496 The codecs, libs |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
497 ~~~~~~~~~~~~~~~~ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
498 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
499 Aaron Holtzman <aholtzma@engr.uvic.ca> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
500 * ac3dec (and libac3) author [old AC3 audio decoder] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
501 * 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
|
502 * mpeg2dec [Fast MPEG1/MPEG2 video decoder, currently used in player] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
503 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
504 Michel Lespinasse <walken@zoy.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
505 * did large libmpeg2 changes for better speed and mpeg conformance |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
506 * liba52 author [current AC3 audio decoder] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
507 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
508 Eugene Kuznetsov <divx@euro.ru> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
509 * 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
|
510 * 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
|
511 * divx4linux technical support |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
512 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
513 Zdenek Kabelac <kabi@informatics.muni.cz> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
514 * current avifile maintainer |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
515 * 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
|
516 |
7938 | 517 Fabrice Bellard <fabrice.bellard@free.fr> |
518 * FFmpeg/libavcodec author, maintainer (open source mpeg, mjpeg, | |
519 divx, wma, dv etc audio/video en/decoder) | |
7343
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
520 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
521 Project Mayo <http://www.projectmayo.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
522 * the OpenDivX codec authors |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
523 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
524 Michael Hipp |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
525 * 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
|
526 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
527 Mark Podlipec |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
528 * 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
|
529 and Carsten Bormann] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
530 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
531 Jake Janovetz |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
532 * remez.c author [Used to calculate audio filter coefficients] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
533 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
534 Vivien Chappelier, Damien Vincent |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
535 * 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
|
536 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
537 _____________________________________________________ |
7620 | 538 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
|
539 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
|
540 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
541 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
542 Avery Lee <phaeron@virtualdub.org> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
543 * VirtualDub author, help understanding AVI with VBR audio and |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
544 other AVI issues |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
545 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
546 John F. McGowan <http://www.jmcgowan.com> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
547 * 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
|
548 and avi format] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
549 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
550 Dirk Farin <farin@ti.uni-mannheim.de> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
551 * 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
|
552 |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
553 Adam Williams <broadcast@earthling.net> |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
554 * libmpeg3 (and xmovie) author [MPEG1/MPEG2 video decoder, used in |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
555 v0.1-v0.4] |
1070fe020744
authors section from html docs, converted by Andras Mohari
arpi
parents:
diff
changeset
|
556 |