summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-04-13 10:23:10 +0000
committerDiego Biurrun <diego@biurrun.de>2009-04-13 10:23:10 +0000
commitb0b57fa13b4b0f1d4c0d0994eda1ae208257ed14 (patch)
tree2b709620749670d4e98402aedfb975054b0ce935 /doc
parent266f6af570c87af4c46f8207aa43e1d88422ed73 (diff)
Merge replacement of MPEG group reference DCT code.
Originally committed as revision 18492 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 6c0a824107..f03270ec13 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -81,7 +81,6 @@ 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