summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-10-20 10:09:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-10-20 10:09:25 +0000
commit864bc9656b14d68e3ac9fac550bbc5368b106de0 (patch)
tree6dd91e2deea2dd8ab16e89846abb405432e240ab /doc/TODO
parent849a50041c1c27e16da2ed235940af97a6673d3c (diff)
3 more TODO items for volunteers
Originally committed as revision 6746 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 1f4457be0c..4158f51e6a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -78,3 +78,6 @@ unassigned TODO: (unordered)
- 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
+- set up roundup bugtracker somewhere with (newBug, reproduced, analyzed, fixed, worksForMe, duplicate, wontFix, invalid, needMoreInfo, newPatch, ok, applied, rejected, needChanges, newRequest, implemented, wontImplement, invalidReq) states and a checked integer
+- convert all the non SIMD asm into small asm vs. C testcases and submit them to the gcc devels so they can improve gcc