]> git.sesse.net Git - ffmpeg/blobdiff - doc/TODO
Bink video decoder
[ffmpeg] / doc / TODO
index a8567a5ec37ca03c5af672f6b8e5dab4ee300a0c..f03270ec13d6664c67cf027665bc78b37d569a8b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -81,10 +81,10 @@ unassigned TODO: (unordered)
 - add support for using mplayers video filters to ffmpeg
 - H264 encoder
 - per MB ratecontrol (so VCD and such do work better)
-- replace/rewrite libavcodec/fdctref.c
 - write a script which iteratively changes all functions between always_inline and noinline and benchmarks the result to find the best set of inlined functions
 - convert all the non SIMD asm into small asm vs. C testcases and submit them to the gcc devels so they can improve gcc
 - generic audio mixing API
 - extract PES packetizer from PS muxer and use it for new TS muxer
 - implement automatic AVBistreamFilter activation
 - make cabac encoder use bytestream (see http://trac.videolan.org/x264/changeset/?format=diff&new=651)
+- merge imdct and windowing, the current code does considerable amounts of redundant work