]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blob - doc/TODO
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek
[frescor/ffmpeg.git] / doc / TODO
1 ffmpeg TODO list:
2 ----------------
3
4 (in approximate decreasing priority order)
5
6 Planned in next release:
7
8 - fix ffserver.
9 - add raw h263 decoding support (see vivo streams)
10 - add qscale out.
11 - add format autodetect with content (for example to distinguish
12   mpegvideo/mpegmux).
13 - fix -sameq in grabbing
14 - find a solution to clear feed1.ffm if format change.
15 - new grab architecture : use avformat instead of audio: and video:
16   protocol.
17 - fix 0 size picture in AVIs = skip picture
18
19 BUGS:
20
21 - fix audio/video synchro (including real player synchro bugs)
22
23 - Improve the bit rate control for video codecs.
24
25 - see ov511.o YUV problem (420 instead of 420P).
26
27 - fix file caching pb in windows (add correct headers)
28
29 - add low pass filter to suppress noise coming from cheap TV cards.
30
31 - test/debug audio in flash format
32
33 - sort out ASF streaming pbs.
34
35 - Improve psycho acoustic model for AC3 & mpeg audio.
36
37 FEATURES:
38
39 - add h263 PB frame support (some I263 files use that).
40
41 - add MPEG4 in mpegmux support.
42
43 - add RTP / multicast layer.
44
45 - demux streams for CCTV : N streams in one stream. Add option to
46   generate multiple streams.
47
48 - add disconnect user option in stat.html.
49
50 - deny & allow + password in ffserver.
51
52 - graphical user interface.
53
54 - animated gif as output format