1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5559 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-11 10:37:00 +00:00
parent 9a3774926d
commit d629e1b040

View File

@ -2,10 +2,22 @@
TODO:
=====
FOR THE PRE-RELEASE:
~~~~~~~~~~~~~~~~~~~~
- fix libmpeg2 sig11, when the stream starts with non-I frame
- osd filter
- automatic colorspace conversion
- filters autoselection (scale, flip, osd)
- move realtime mpeg1 encoders (lavc, fame, rte) to libmpcodecs/vf
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
- codec priority option
FOR THE RELEASE:
~~~~~~~~~~~~~~~~
remove all non-GPL code...
(move them out from 'main' tree to some 'obsoleted' tree in cvs)
- remove all non-GPL code...
(move them out from 'main' tree to some 'obsoleted' tree in cvs)
- mencoder: migrate to muxer layer
demuxer:
- fix AVI index offset base position handling ('no video stream found' bug)
@ -18,14 +30,6 @@ demuxer:
- fix the whole syncing mechanism of Real demuxer
- implement mpeg-TS demuxer
URGENT:
- fix libmpeg2 sig11, when the stream starts with non-I frame
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
- codec priority option
- mencoder: move encoders from mencoder.c to libmpcodecs
- mencoder: migrate to muxer layer
- move realtime mpeg1 encoders (lavc, fame, rte) to libmpcodecs/vf
FUTURE:
~~~~~~~