mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10993 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ed49f56b39
commit
4f74f2c396
@ -42,9 +42,9 @@ Platforms/ports: (see also DOCS/tech/porting-status.txt)
|
||||
* BSD/OS support: Steven Schultz
|
||||
* NetBSD support: Bernd Ernesti
|
||||
* OpenBSD support: Björn Sandell
|
||||
* Solaris 8 support: Jürgen Keil, pl
|
||||
* Solaris 8 support: Jürgen Keil, Pierre Lombard
|
||||
* MIPS support: Oliver Schoenbrunner
|
||||
* Win32/Cygwin support: Atmosfear
|
||||
* Win32/Cygwin/MinGW support: Sascha Sommer, Atmosfear, Diego
|
||||
|
||||
MPlayer code:
|
||||
* A-V sync code, mplayer/mencoder core: A'rpi
|
||||
@ -55,7 +55,7 @@ MPlayer code:
|
||||
* DVD support (old - libcss): LGB
|
||||
* network streaming: Bertrand Baudet
|
||||
* DVD/VOB subtitles: Kim Minh Kaplan
|
||||
* config files & commandline parser: Albeu, Szabi
|
||||
* config files & commandline parser: Albeu, Alex, Szabi
|
||||
* playtree, input layer: Albeu
|
||||
* postproc, colorspace converters: Michael Niedermayer
|
||||
|
||||
@ -63,23 +63,23 @@ Imported libs/projects:
|
||||
* libavcodec: Michael Niedermayer, Fabrice Bellard @ ffmpeg
|
||||
* VIDIX core, libdha: Alex, Nick Kurshev @ mplayerxp
|
||||
* mp3lib: A'rpi, mpg123/mpglib project
|
||||
* loader, dshow: A'rpi, Zdenek Kabelac @ avifile
|
||||
* loader, dshow: Alex, A'rpi, Zdenek Kabelac @ avifile
|
||||
* liba52, libmpeg2: A'rpi, Michel LESPINASSE @ liba52.sf.net
|
||||
* libmpdvdkit2: A'rpi, libdvdcss-devel@videolan.org
|
||||
* libfame: A'rpi, fame.sf.net
|
||||
|
||||
libvo drivers:
|
||||
* vo_3dfx.c - OBSOLETED, use xv or tdfxfb
|
||||
* vo_aa.c - Folke Ashberg
|
||||
* vo_dga.c - Acki (outdated)
|
||||
* vo_aa.c - ? (Folke Ashberg)
|
||||
* vo_dga.c - ? (Acki (outdated))
|
||||
* vo_directfb[2].c - Jiri Svoboda <Jiri.Svoboda@seznam.cz>
|
||||
* vo_dxr2.c - Albeu
|
||||
* vo_dxr3.c - David Holm
|
||||
* vo_fbdev.c - Szabi
|
||||
* vo_dxr3.c - ? (David Holm)
|
||||
* vo_fbdev.c - ? (Szabi)
|
||||
* vo_ggi.c - Alex
|
||||
* vo_gif89a.c - Joey Parrish
|
||||
* vo_gl.c - A'rpi (outdated)
|
||||
* vo_gl2.c - Sven Goethel <sgoethel@jausoft.com>
|
||||
* vo_gl.c - ? (A'rpi (outdated))
|
||||
* vo_gl2.c - ? (Sven Goethel <sgoethel@jausoft.com>)
|
||||
* vo_jpeg.c - Pontscho
|
||||
* vo_md5.c - A'rpi
|
||||
* vo_mga.c - A'rpi
|
||||
@ -88,21 +88,21 @@ libvo drivers:
|
||||
* vo_pgm.c - A'rpi
|
||||
* vo_png.c - Atmos
|
||||
* vo_sdl.c - Atmos
|
||||
* vo_svga.c - Matan Ziv-Av
|
||||
* vo_tdfxfb.c - Mark Zealey <mark@zealos.org>
|
||||
* vo_svga.c - ? (Matan Ziv-Av)
|
||||
* vo_tdfxfb.c - ? (Mark Zealey <mark@zealos.org>)
|
||||
* vo_vesa.c - ? (Nick Kurshev)
|
||||
* vo_x11.c - Pontscho
|
||||
* vo_xmga.c - Pontscho, A'rpi
|
||||
* vo_xover.c - Albeu
|
||||
* vo_xv.c - Pontscho
|
||||
* vo_xvidix.c - Pontscho, Alex
|
||||
* vo_yuv4mpeg.c - ?
|
||||
* vo_zr.c - Rik Snel <rsnel@cube.dyndns.org>
|
||||
|
||||
VIDIX drivers:
|
||||
* genfb_vid - Alex
|
||||
* mach64_vid - Michael Niedermayer, A'rpi
|
||||
* mga_vid - Alex
|
||||
* nvidia_vid - Pontscho, Alex (development stopped - don't expect it)
|
||||
* nvidia_vid - Sasha Sommer
|
||||
* radeon_vid - Alex, Nick Kurshev @ mplayerxp
|
||||
* rage128_vid - ? , Nick Kurshev @ mplayerxp
|
||||
|
||||
@ -111,6 +111,7 @@ libao2 drivers:
|
||||
* ao_alsa9.c - Joy Winter <joy@pingfm.org>, Alex
|
||||
* ao_arts.c - ?
|
||||
* ao_dxr2.c - Albeu
|
||||
* ao_esd.c - ?
|
||||
* ao_mpegpes.c - A'rpi
|
||||
* ao_nas.c - ?
|
||||
* ao_null.c - A'rpi
|
||||
|
@ -3,11 +3,8 @@ TODO:
|
||||
|
||||
Post-0.90 / CVS CLEANUP work:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- remove old config/cmdline parser code
|
||||
- maybe remove .raw font support too
|
||||
- remove SVQ1 from libmpcodecs
|
||||
- remove -vf yuy2, yvu9
|
||||
- upgrade libmpeg2 to 0.3.1+Fabian's patch
|
||||
- maybe upgrade to liba52 cvs & merge in (or redo?) the asm optimizations
|
||||
- change build & install stuff (cross-lib dependency etc)
|
||||
- re-design makefile dependency system
|
||||
@ -16,7 +13,6 @@ Post-0.90 / CVS CLEANUP work:
|
||||
- MPlayer-0.90rc2.rawyuv.diff - raw YUV (I420) video 'encoder'
|
||||
(checks requires for stride==width, and aligned planes)
|
||||
- of-raw-1.diff - raw audio/video stream dump 'muxer'
|
||||
- timer-win.c - GetTimer() etc implementation using native win32 API
|
||||
- bte.diff - something input plugin (uses fork() )
|
||||
- lavc_statsfile_errorchecking-patch - handle errors writing to logfile
|
||||
- xine-lib-cvs-xvmc.diff - XvMC support for libmpeg2 0.3.x
|
||||
@ -66,6 +62,16 @@ mencoder:
|
||||
- add ogg/vorbis audio encoder
|
||||
- stop/resume
|
||||
|
||||
DOCS:
|
||||
- merge tech/encoding-tips.txt into encoding.html
|
||||
- finish reviewing all of the docs
|
||||
- mplayer.1
|
||||
- encoding.html
|
||||
- video.html
|
||||
- documentation.html
|
||||
- enhance the FAQ
|
||||
- man page HTML version
|
||||
|
||||
|
||||
FUTURE:
|
||||
~~~~~~~
|
||||
@ -81,29 +87,9 @@ decoders:
|
||||
other:
|
||||
- dvd server
|
||||
- mga_vid crtc2 fix
|
||||
- make nvidia_vid ;)
|
||||
- X11 Render support into DGA for OSD (from the DOCS;)
|
||||
|
||||
|
||||
DOCUMENTATION TODO:
|
||||
===================
|
||||
|
||||
FOR THE v0.91 RELEASE:
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- merge tech/encoding-tips.txt into encoding.html
|
||||
- finish reviewing all of the docs
|
||||
- mplayer.1
|
||||
- encoding.html
|
||||
- video.html
|
||||
- documentation.html
|
||||
- enhance the FAQ
|
||||
- man page HTML version
|
||||
|
||||
|
||||
FUTURE:
|
||||
~~~~~~~
|
||||
|
||||
DOCS:
|
||||
- update the man page with all current options
|
||||
(prefer-ipv4/6, ipv4-only-proxy, tsfastparse, dvbin + subopts, sub-demuxer,
|
||||
(no)autoexpand, oldpp, grabpointer, nuvopts + subopts, remove -aop?)
|
||||
|
Loading…
Reference in New Issue
Block a user