]> git.sesse.net Git - ffmpeg/blob - doc/TODO
suppressed memory leaks - added image conversion support if the codec does not suppor...
[ffmpeg] / doc / TODO
1 ffmpeg TODO list:
2 ----------------
3
4 Fabrice's TODO list: (unordered)
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 encoder
23 - H264 deblock filter
24 - H264 B frames
25 - H264 CABAC
26 - per MB ratecontrol (so VCD and such do work better)
27 - more optimizations
28 - simper rate control
29 - split h263.c
30 - mpeg2 encoding (after the ME impovements)
31 - format idependant quality parameter
32
33 Francois' TODO list: (unordered, without any timeframe)
34 -------------------
35 - test MACE decoder against the openquicktime one as suggested by A'rpi
36 - mov/mp4 muxer
37 - BeOS audio input grabbing backend
38 - BeOS video input grabbing backend
39 - have a REAL BeOS errno fix (return MKERROR(EXXX);), not a hack
40 - publish my BeOS libposix on BeBits so I can officially support ffserver :)
41 - check the whole code for thread-safety (global and init stuff)
42
43 Philip'a TODO list: (alphabetically ordered) (please help)
44 ------------------
45 - Add a multi-ffm filetype so that feeds can be recorded into multiple files rather
46   than one big file. 
47 - Authenticated users support -- where the authentication is in the URL
48 - Change ASF files so that the embedded timestamp in the frames is right rather
49   than being an offset from the start of the stream
50 - Make ffm files more resilient to changes in the codec structures so that you
51   can play old ffm files.
52
53 unassigned TODO: (stuff which should/must be done but noone seems to do it)
54 ---------------
55 - use AVFrame for audio codecs too
56 - H264 interlacing
57 - rework aviobuf.c buffering strategy and fix url_fskip
58 - do audio resampling with bandlimited interpolation:
59   http://ccrma-www.stanford.edu/~jos/resample/resample.html
60 - add seeking support to the command line
61 - generate optimal huffman tables for mjpeg encoding