~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to extras/ffmpeg/doc/TODO

Tags: upstream-0.7.2.final
ImportĀ upstreamĀ versionĀ 0.7.2.final

Show diffs side-by-side

added added

removed removed

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