Mercurial > mplayer.hg
changeset 5558:1ee87ca443cc
reorder
author | arpi |
---|---|
date | Thu, 11 Apr 2002 10:37:00 +0000 |
parents | 2d0b4090497f |
children | 7a73663095fc |
files | DOCS/tech/TODO |
diffstat | 1 files changed, 14 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/TODO Thu Apr 11 03:17:14 2002 +0000 +++ b/DOCS/tech/TODO Thu Apr 11 10:37:00 2002 +0000 @@ -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 @@ - 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: ~~~~~~~