Commit | Line | Data |
---|---|---|
85f07f22 FB |
1 | ffmpeg TODO list: |
2 | ---------------- | |
3 | ||
c6fdc708 FB |
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 | |
85f07f22 | 18 |