You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.2KB

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