OSDN Git Service

3 more TODO items for volunteers
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 20 Oct 2006 10:09:25 +0000 (10:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 20 Oct 2006 10:09:25 +0000 (10:09 +0000)
Originally committed as revision 6746 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/TODO

index 1f4457b..4158f51 100644 (file)
--- 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