]> git.sesse.net Git - ffmpeg/blob - doc/TODO
update
[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 - per MB ratecontrol (so VCD and such do work better)
24 - more optimizations
25 - simper rate control
26 - split h263.c
27 - mpeg2 encoding (after the ME impovements)
28 - mpeg1 b frames (after the ME impovements)
29 - better mb decission
30 - format idependant quality
31
32 Francois' TODO list: (unordered, without any timeframe)
33 -------------------
34 - test MACE decoder against the openquicktime one as suggested by A'rpi
35 - mov/mp4 muxer
36 - BeOS audio input grabbing backend
37 - BeOS video input grabbing backend
38 - have a REAL BeOS errno fix (return MKERROR(EXXX);), not a hack
39 - publish my BeOS libposix on BeBits so I can officially support ffserver :)
40 - check the whole code for thread-safety (global and init stuff)
41
42 Philip'a TODO list: (alphabetically ordered) (please help)
43 ------------------
44 - Add a multi-ffm filetype so that feeds can be recorded into multiple files rather
45   than one big file. 
46 - Authenticated users support -- where the authentication is in the URL
47 - Change ASF files so that the embedded timestamp in the frames is right rather
48   than being an offset from the start of the stream
49 - Make ffm files more resilient to changes in the codec structures so that you
50   can play old ffm files.
51
52 unassigned TODO: (stuff which should/must be done but noone seems to do it)
53 ---------------
54 - fix avi de(muxer) to handle the global header thing (needed for huffyuv/WMV2/ some M4S2)
55 - (try) to fix mpeg1/2 PTS
56 - MPEG2 field pictures
57 - use AVFrame for audio codecs too