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@8391 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-12-07 02:46:30 +00:00
parent e0143739c3
commit 748ac7cb4c

View File

@ -5,19 +5,16 @@ TODO:
FOR THE NEXT PRE_RELEASE:
~~~~~~~~~~~~~~~~~~~~~~~~~
- fix -vop expand=-50 + ffdivx
- fix the commandline/configfile parser bug (-nosound vs vfm=...)
- cleanup qtaudio/qtvideo (move globals to context)
- cleanup DMO interfaces
- fix/remove -vop lavcdeint
- remove -vop yuy2, yvu9
- fix lowrate QDMC audio
- fix/remove -vop lavcdeint, remove -vop yuy2, yvu9
- fix -npp in manpage
- fix ffmjpeg vs. -mf (Gabu's bugreport)
- fix FindFIrst/NextFile for *.qtx
- fix ffmjpeg vs. -mf (Gabu's bugreport) - FIXED?
- fix FindFIrst/NextFile for *.qtx, requires for QCLP too
- fix 'releasing corrupted memory' in loader
FOR THE v0.90 RELEASE:
~~~~~~~~~~~~~~~~~~~~~~
- cleanup qtaudio/qtvideo (move globals to context)
- cleanup DMO interfaces
- re-design makefile dependency system
- finish audio filter layer
- new demuxer layer - at least modularized...