diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-06-05 02:51:52 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-06-05 02:51:52 +0000 |
commit | 7ae93e6aea134c4dd250140aed2561e1f5e9c3d1 (patch) | |
tree | 18d14f275360be44f3220dab572c20b98052942b | |
parent | c3f6b4728e8eb7abd02b8cb0359a07eb521e4c0f (diff) | |
download | ffmpeg-7ae93e6aea134c4dd250140aed2561e1f5e9c3d1.tar.gz |
update todo list
Originally committed as revision 3191 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -32,15 +32,14 @@ Michael's TODO list: (unordered) (if anyone wanna help with sth, just ask) ------------------- - finish implementation of WMV2 j-picture - H264 encoder -- H264 deblock filter - H264 B frames -- H264 CABAC +- optimize H264 CABAC - per MB ratecontrol (so VCD and such do work better) - more optimizations - simper rate control - split h263.c -- mpeg2 encoding (after the ME impovements) -- format idependant quality parameter +- reverse engeneer RV30/RV40 +- finish NUT implementation Francois' TODO list: (unordered, without any timeframe) ------------------- @@ -71,3 +70,5 @@ unassigned TODO: (stuff which should/must be done but noone seems to do it) http://ccrma-www.stanford.edu/~jos/resample/resample.html - add seeking support to the command line - generate optimal huffman tables for mjpeg encoding +- fix ffserver regression tests + |