summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-11 10:37:00 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-11 10:37:00 +0000
commitd629e1b04080becbf79ea02cbfda95007ea65bc1 (patch)
tree09d843470e1eeae49b685b5d1b661524e99bcbf6 /DOCS
parent9a3774926d9f74a241dba298dd403a2a688f383a (diff)
downloadmpv-d629e1b04080becbf79ea02cbfda95007ea65bc1.tar.bz2
mpv-d629e1b04080becbf79ea02cbfda95007ea65bc1.tar.xz
reorder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5559 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/TODO24
1 files changed, 14 insertions, 10 deletions
diff --git a/DOCS/tech/TODO b/DOCS/tech/TODO
index bc6dc652c0..1c927b4d47 100644
--- a/DOCS/tech/TODO
+++ b/DOCS/tech/TODO
@@ -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:
~~~~~~~