diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-01-24 23:15:12 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-01-24 23:15:12 +0000 |
commit | 1821d48ea80056145f70a2b4e273069f20cff303 (patch) | |
tree | 2cae0a1bfcdead97476863c471ed4417a3051356 /doc/TODO | |
parent | 8ea780d73d9f1b34396c6248bc1e6bbf27802c8e (diff) | |
download | ffmpeg-1821d48ea80056145f70a2b4e273069f20cff303.tar.gz |
TODO update
Originally committed as revision 7696 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -49,6 +49,14 @@ Philip'a TODO list: (alphabetically ordered) (please help) - Make ffm files more resilient to changes in the codec structures so that you can play old ffm files. +Baptiste's TODO list: +----------------- +- mov edit list support (AVEditList) +- support quicktime "None" fourcc, and corresponding pixel formats +- YUV 10 bit per component support "2vuy" +- mxf muxer +- mpeg2 non linear quantizer + unassigned TODO: (unordered) --------------- - use AVFrame for audio codecs too @@ -80,3 +88,6 @@ unassigned TODO: (unordered) - 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 +- generic audio mixing API +- extract PES packetizer from PS muxer and use it for new TS muxer +- implement automatic AVBistreamFilter activation |