1
mirror of https://github.com/mpv-player/mpv synced 2024-11-07 01:47:00 +01:00

some sync with the present day situation

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17146 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-12-09 00:25:50 +00:00
parent 1fd91df1ea
commit 9771c4be0e

View File

@ -30,7 +30,7 @@ English documentation:
* MPlayer docs: Diego Biurrun * MPlayer docs: Diego Biurrun
* MEncoder docs: Guillaume Poirier * MEncoder docs: Guillaume Poirier
* man page: Diego Biurrun * man page: Diego Biurrun
* Help Messages: Reynaldo H. Verdejo Pinochet * console messages: Reynaldo H. Verdejo Pinochet
* input layer, LIRC, slave mode docs: Alban Bedel * input layer, LIRC, slave mode docs: Alban Bedel
* tech/* docs: Alex Beregszaszi * tech/* docs: Alex Beregszaszi
* tech/* documentation docs: Diego Biurrun * tech/* documentation docs: Diego Biurrun
@ -48,40 +48,39 @@ man pages:
Documentation translations: Documentation translations:
* Chinese (simplified): Lu Ran (outdated) * Chinese (simplified): Lu Ran (outdated)
* Czech: Jiri Heryan * Czech: Jiri Heryan
* French: Nicolas Le Gaillart (outdated) * French: Nicolas Le Gaillart, Guillaume Poirier
* German: outdated * German: outdated
* Hungarian: Gabor Mizda (incomplete) * Hungarian: Gabor Mizdad
* Italian: outdated * Italian: outdated
* Polish: Waclaw Schiller * Polish: Waclaw Schiller
* Russian: Dmitry Baryshkov (incomplete) * Russian: Dmitry Baryshkov (incomplete)
* Spanish: Juan Martin, Reynaldo H. Verdejo Pinochet (outdated) * Spanish: Juan Martin, Reynaldo H. Verdejo Pinochet (outdated)
Platforms/ports: (see also DOCS/tech/porting-status.txt) Platforms/ports:
* Debian packaging: Dariusz Pietrzak * Debian packaging: None
* RedHat/RPM packaging: Dominik Mierzejewski * Red Hat/RPM packaging: Dominik Mierzejewski
* FreeBSD support: Vladimir Kushnir, Nexus * FreeBSD: Vladimir Kushnir, Nexus
* BSD/OS support: Steven Schultz * BSD/OS: Steven Schultz
* NetBSD support: Bernd Ernesti * NetBSD: Bernd Ernesti
* OpenBSD support: Björn Sandell * OpenBSD: Björn Sandell
* Solaris 8 support: Jürgen Keil, Pierre Lombard * Solaris: None
* MIPS support: Oliver Schoenbrunner * MIPS: Oliver Schoenbrunner
* Win32/Cygwin/MinGW support: Sascha Sommer, Joey Parrish, Diego Biurrun * Win32/Cygwin/MinGW: Sascha Sommer, Joey Parrish, Diego Biurrun
* Mac OS X: Nicolas Plourde * Mac OS X: Nicolas Plourde
MPlayer code: MPlayer code:
* build system: Diego Biurrun
* A-V sync code, MPlayer/MEncoder core: Alex Beregszaszi * A-V sync code, MPlayer/MEncoder core: Alex Beregszaszi
* libmpdemux, libmpcodecs: Alex Beregszaszi * libmpdemux, libmpcodecs: Alex Beregszaszi
* TV input/capture: Jindrich Makovicka * TV input/capture: Jindrich Makovicka
* DVD support (dvdread/dvdcss): None
* network streaming: Bertrand Baudet * network streaming: Bertrand Baudet
* DVD/VOB subtitles: Kim Minh Kaplan * DVD/VOB subtitles: None
* config files & commandline parser: Alban Bedel, Alex Beregszaszi * config files & commandline parser: Alban Bedel, Alex Beregszaszi
* playtree, input layer: Alban Bedel * playtree, input layer: Alban Bedel
* postproc, colorspace converters: Michael Niedermayer * postproc, colorspace converters: Michael Niedermayer
* DVB support: Nico Sabbi * DVB support: Nico Sabbi
* GUI: Zoltan Ponekker * GUI: None
* GUI skins: Diego Biurrun * GUI skins: Diego Biurrun
* audio filters: None
* EDL code: Reynaldo H. Verdejo Pinochet, Oded Shimon * EDL code: Reynaldo H. Verdejo Pinochet, Oded Shimon
Imported libs/projects: Imported libs/projects:
@ -100,7 +99,7 @@ demuxers:
* demux_gif.c - Joey Parrish * demux_gif.c - Joey Parrish
* demux_lavf.c - Michael Niedermayer * demux_lavf.c - Michael Niedermayer
* demux_mkv.c - Moritz Bunkus * demux_mkv.c - Moritz Bunkus
* demux_nsv.c - Reza Jelveh, Roberto Togni * demux_nsv.c - Roberto Togni
* demux_ogg.c - Moritz Bunkus * demux_ogg.c - Moritz Bunkus
* demux_realaud.c - Roberto Togni * demux_realaud.c - Roberto Togni
* demux_rtp* - Ross Finlayson * demux_rtp* - Ross Finlayson
@ -115,6 +114,10 @@ video filters:
* general: Richard Felker, Michael Niedermayer * general: Richard Felker, Michael Niedermayer
* vf_filmdint.c - Zoltan Hidvegi * vf_filmdint.c - Zoltan Hidvegi
audio filters:
* general: Alex Beregszaszi
* af_ladspa.c - Ivo van Poorten
libvo drivers: libvo drivers:
* vo_3dfx.c - OBSOLETED, use xv or tdfxfb * vo_3dfx.c - OBSOLETED, use xv or tdfxfb
* vo_aa.c - Alban Bedel * vo_aa.c - Alban Bedel
@ -171,6 +174,7 @@ libao2 drivers:
* ao_alsa5.c - None * ao_alsa5.c - None
* ao_alsa.c - Zsolt Barat * ao_alsa.c - Zsolt Barat
* ao_arts.c - None * ao_arts.c - None
* ao_dsound.c - None
* ao_dxr2.c - None * ao_dxr2.c - None
* ao_esd.c - None * ao_esd.c - None
* ao_jack.c - Reimar Döffinger * ao_jack.c - Reimar Döffinger
@ -184,6 +188,3 @@ libao2 drivers:
* ao_sgi.c - None * ao_sgi.c - None
* ao_sun.c - None * ao_sun.c - None
* ao_win32.c - Sascha Sommer * ao_win32.c - Sascha Sommer
audio filters:
* af_ladspa.c - Ivo van Poorten