]> git.sesse.net Git - ffmpeg/blob - doc/TODO
my TODO ...
[ffmpeg] / doc / TODO
1 ffmpeg TODO list:
2 ----------------
3
4 Fabrice's TODO list: (in approximate decreasing priority order)
5 -------------------
6 - add av_log() in libavcodec and suppress all printf
7 - commit new imgconvert API and new PIX_FMT_xxx alpha formats
8 - new ffplay based on qemacs x11/fb/vt100 GUI.
9 - commit av_read_frame() API and associated support in libavcodec:
10   ffserver will be able to stream MPEG and MPEG4 files in
11   RTSP/RTP/SDP.
12 - add new float/integer audio filterting and conversion
13 - commit new LGPL'ed float and integer-only AC3 decoder
14 - add WMA integer-only decoder
15 - integrate custom Vorbis Tremor based integer and float decoder
16 - add new MPEG4-AAC audio decoder (both integer-only and float version)
17 - fix telecine and frame rate conversion
18
19 Michael's TODO list: (unordered) (if anyone wanna help with sth, just ask)
20 -------------------
21 - finish implementation of WMV2 j-picture
22 - H264 codec (after its a standart or at least more stable)
23 - slower / better zonal ME
24 - better & cleaner b frame ME
25 - per MB ratecontrol (so VCD and such do work better)
26 - more optimizations
27 - more compare functions for ME
28 - simper rate control
29 - qpel encoding
30 - split h263.c
31 - mpeg2 encoding (after the ME impovements)
32 - mpeg1 b frames (after the ME impovements)