TODO 1.31 KB
Newer Older
Fabrice Bellard's avatar
Fabrice Bellard committed
1 2 3 4 5 6 7
ffmpeg TODO list:
----------------

(in approximate decreasing priority order)

Planned in next release:

Juanjo's avatar
Juanjo committed
8 9
- fix ffserver (partially done)
- add raw h263 decoding support, see vivo streams (partially done)
Fabrice Bellard's avatar
Fabrice Bellard committed
10 11 12 13 14 15 16 17 18 19 20 21 22
- add qscale out.
- add format autodetect with content (for example to distinguish
  mpegvideo/mpegmux).
- fix -sameq in grabbing
- find a solution to clear feed1.ffm if format change.
- new grab architecture : use avformat instead of audio: and video:
  protocol.
- fix 0 size picture in AVIs = skip picture

BUGS:

- fix audio/video synchro (including real player synchro bugs)

Juanjo's avatar
Juanjo committed
23
- Improve the bit rate control for video codecs (done).
Fabrice Bellard's avatar
Fabrice Bellard committed
24

Juanjo's avatar
Juanjo committed
25
- see ov511.o YUV problem (420 instead of 420P) (done?).
Fabrice Bellard's avatar
Fabrice Bellard committed
26 27 28 29 30 31 32

- fix file caching pb in windows (add correct headers)

- add low pass filter to suppress noise coming from cheap TV cards.

- test/debug audio in flash format

Juanjo's avatar
Juanjo committed
33
- sort out ASF streaming pbs (partially done)
Fabrice Bellard's avatar
Fabrice Bellard committed
34 35 36 37 38

- Improve psycho acoustic model for AC3 & mpeg audio.

FEATURES:

Fabrice Bellard's avatar
Fabrice Bellard committed
39 40
- add h263 PB frame support (some I263 files use that).

Fabrice Bellard's avatar
Fabrice Bellard committed
41 42 43 44 45 46 47 48 49 50 51 52 53
- add MPEG4 in mpegmux support.

- add RTP / multicast layer.

- demux streams for CCTV : N streams in one stream. Add option to
  generate multiple streams.

- add disconnect user option in stat.html.

- deny & allow + password in ffserver.

- graphical user interface.

Juanjo's avatar
Juanjo committed
54
- animated gif as output format (done).