]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - doc/TODO
update todo list
[frescor/ffmpeg.git] / doc / TODO
1 ffmpeg TODO list:
2 ----------------
3
4 Fabrice's TODO list: (unordered)
5 -------------------
6 Short term:
7
8 - av_read_frame() API 
9 - seeking API and example in ffplay
10 - parse_only mode
11 - use AVFMTCTX_DISCARD_PKT in ffplay so that DV has a chance to work
12 - add RTSP regression test (both client and server)
13 - make ffserver allocate AVFormatContext
14 - clean up (incompatible change, for 0.5.0): 
15     * AVStream -> AVComponent
16     * AVFormatContext -> AVInputStream/AVOutputStream
17     * suppress rate_emu from AVCodecContext
18 - add av_log() in libavcodec and suppress all printf
19 - add new float/integer audio filterting and conversion : suppress
20   CODEC_ID_PCM_xxc and use CODEC_ID_RAWAUDIO.
21 - fix telecine and frame rate conversion
22
23 Long term (ask me if you want to help):
24
25 - commit new imgconvert API and new PIX_FMT_xxx alpha formats
26 - commit new LGPL'ed float and integer-only AC3 decoder
27 - add WMA integer-only decoder
28 - integrate custom Vorbis Tremor based integer and float decoder
29 - add new MPEG4-AAC audio decoder (both integer-only and float version)
30
31 Michael's TODO list: (unordered) (if anyone wanna help with sth, just ask)
32 -------------------
33 - finish implementation of WMV2 j-picture
34 - H264 encoder
35 - H264 B frames
36 - optimize H264 CABAC
37 - per MB ratecontrol (so VCD and such do work better)
38 - more optimizations
39 - simper rate control
40 - split h263.c
41 - reverse engeneer RV30/RV40
42 - finish NUT implementation
43
44 Francois' TODO list: (unordered, without any timeframe)
45 -------------------
46 - test MACE decoder against the openquicktime one as suggested by A'rpi
47 - mov/mp4 muxer
48 - BeOS audio input grabbing backend
49 - BeOS video input grabbing backend
50 - have a REAL BeOS errno fix (return MKERROR(EXXX);), not a hack
51 - publish my BeOS libposix on BeBits so I can officially support ffserver :)
52 - check the whole code for thread-safety (global and init stuff)
53
54 Philip'a TODO list: (alphabetically ordered) (please help)
55 ------------------
56 - Add a multi-ffm filetype so that feeds can be recorded into multiple files rather
57   than one big file. 
58 - Authenticated users support -- where the authentication is in the URL
59 - Change ASF files so that the embedded timestamp in the frames is right rather
60   than being an offset from the start of the stream
61 - Make ffm files more resilient to changes in the codec structures so that you
62   can play old ffm files.
63
64 unassigned TODO: (stuff which should/must be done but noone seems to do it)
65 ---------------
66 - use AVFrame for audio codecs too
67 - H264 interlacing
68 - rework aviobuf.c buffering strategy and fix url_fskip
69 - do audio resampling with bandlimited interpolation:
70   http://ccrma-www.stanford.edu/~jos/resample/resample.html
71 - add seeking support to the command line
72 - generate optimal huffman tables for mjpeg encoding
73 - fix ffserver regression tests
74