]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - doc/TODO
move things from my todo to the unassigned one so my lazyness doesnt prevent others...
[frescor/ffmpeg.git] / doc / TODO
1 ffmpeg TODO list:
2 ----------------
3
4 Fabrice's TODO list: (unordered)
5 -------------------
6 Short term:
7
8 - seeking API and example in ffplay
9 - use AVFMTCTX_DISCARD_PKT in ffplay so that DV has a chance to work
10 - add RTSP regression test (both client and server)
11 - make ffserver allocate AVFormatContext
12 - clean up (incompatible change, for 0.5.0):
13     * AVStream -> AVComponent
14     * AVFormatContext -> AVInputStream/AVOutputStream
15     * suppress rate_emu from AVCodecContext
16 - add new float/integer audio filterting and conversion : suppress
17   CODEC_ID_PCM_xxc and use CODEC_ID_RAWAUDIO.
18 - fix telecine and frame rate conversion
19
20 Long term (ask me if you want to help):
21
22 - commit new imgconvert API and new PIX_FMT_xxx alpha formats
23 - commit new LGPL'ed float and integer-only AC3 decoder
24 - add WMA integer-only decoder
25 - add new MPEG4-AAC audio decoder (both integer-only and float version)
26
27 Michael's TODO list: (unordered) (if anyone wanna help with sth, just ask)
28 -------------------
29 - optimize H264 CABAC
30 - more optimizations
31 - simper rate control
32
33 Francois' TODO list: (unordered, without any timeframe)
34 -------------------
35 - test MACE decoder against the openquicktime one as suggested by A'rpi
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: (unordered)
53 ---------------
54 - use AVFrame for audio codecs too
55 - rework aviobuf.c buffering strategy and fix url_fskip
56 - generate optimal huffman tables for mjpeg encoding
57 - fix ffserver regression tests
58 - support xvids motion estimation
59 - support x264s motion estimation
60 - support x264s rate control
61 - SNOW: non translational motion compensation
62 - SNOW: more optimal quantization
63 - SNOW: 4x4 block support
64 - SNOW: 1/8 pel motion compensation support
65 - SNOW: iterative motion estimation based on subsampled images
66 - FLAC: lossy encoding (viterbi and naive scalar quantization)
67 - libavfilter
68 - JPEG2000 decoder & encoder
69 - MPEG4 GMC encoding support
70 - macroblock based pixel format (better cache locality, somewhat complex, one paper claimed it faster for high res)
71 - finish NUT implementation
72 - movenc.c fix stts so that variable framerate files work
73 - seeking regression test
74 - regression tests for codecs which dont have an encoder (I+P frame bitstream in svn)
75 - add support for using mplayers video filters to ffmpeg
76 - reverse engeneer RV30/RV40
77 - finish implementation of WMV2 j-picture
78 - H264 encoder
79 - per MB ratecontrol (so VCD and such do work better)