1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8843 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-08 18:19:30 +00:00
parent 6e300d82c7
commit 9739374666

View File

@ -4,28 +4,26 @@ TODO:
FOR THE LAST RC-RELEASE:
~~~~~~~~~~~~~~~~~~~~~~~~
- fix the broken -geometry option changes (fbdev, xv etc)
- fix vo_svga (unusably broken. On my Cirrus, and Geforce2, confirmed)
- Dec 28: Re: [Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.55,1.56
- fix the constant 200-300ms DVD/DVB/VOB audio delay (-delay -0.25)
UPDATE: I (A'rpi) could reproduce with the "Metal Jacket" DVD.
- fix partial -dr + ffmpeg + B frames (different stride per frame)
- remove or fix -vop lavcdeint
- fix locale problems (add common float parser / mp_sscanf())
- check files at FTP/incoming/!to_be_fixed/*
- fix the known bugs: (Gabucino's list)
- fix Gabucino's bugs:
- new-conf prints meaningless error messages of bad options (actually none)
(see also: Dec 17: [BUG] mencoder prints meaningless message)
- supporting Noir.rm? Garbled image now. Maybe codec scales?
- Nov 12: [BUG] bug (misfeature) in key caching part of mpdvdkit
- Nov 13: [BUG] sig11 while moving xmga window in Xinerama mode - FIXED?
- Nov 23: [BUG] panscan doesn't work properly with -fixed-vo (Xv)
UPDATE: Actually -fixed-vo -vo xv doesn't work at all with 'f'...
no matter if panscan is used or not...
- Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
- Dec 28: [BUG] nice little bug somewhere (config/playtree)
(It's in new-conf. I can provide shell access...:)
- Dec 28: Re: [Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.55,1.56
(vo_svga is unusably broken. On my Cirrus, and Geforce2, confirmed)
- Jan 06: Diego says: mplayer -vo sdl,mga movie.avi on the console it still
fails.
(however "xmga,mga" is fixed)
- VERY old bug: DVD stream playing broken on some systems (like mine):
audio is delayed, even after -dumpstream and play the dumped stream
(-audio -0.25 fixes)
FOR THE v0.90 RELEASE:
~~~~~~~~~~~~~~~~~~~~~~