diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-07-20 14:32:30 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-07-20 14:32:30 +0000 |
commit | 53be4c90e381ba988630f70a31054a69fa7c5794 (patch) | |
tree | 563e5e0ab1170594a10382901908e0bd61d6e26e /doc/TODO | |
parent | 94c4def23c3b212dd0f8fde902cecf47e5bee1c2 (diff) | |
download | ffmpeg-53be4c90e381ba988630f70a31054a69fa7c5794.tar.gz |
update
Originally committed as revision 5805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,7 +67,6 @@ unassigned TODO: (unordered) - SNOW: 4x4 block support - SNOW: 1/8 pel motion compensation support - SNOW: iterative motion estimation based on subsampled images -- ADPCM: viterbi/trellis based optimal encoder - FLAC: lossy encoding (viterbi and naive scalar quantization) - libavfilter - JPEG2000 decoder & encoder @@ -75,4 +74,6 @@ unassigned TODO: (unordered) - macroblock based pixel format (better cache locality, somewhat complex, one paper claimed it faster for high res) - finish NUT implementation - movenc.c fix stts so that variable framerate files work +- seeking regression test +- regression tests for codecs which dont have an encoder (I+P frame bitstream in svn) |