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.

60 lines
1.6KB

  1. ffmpeg TODO list:
  2. ----------------
  3. (in approximate decreasing priority order)
  4. Short term fixes:
  5. - AV sync fix
  6. - put ffserver patches
  7. - reconstruct mpeg header frame rate in telecine case so that we do
  8. not need to infer the real rate if it is not possible.
  9. - RTP/RTSP streaming support in ffserver and in libav
  10. - minimal support of video in ffplay
  11. Planned in next releases:
  12. - remove unused DCT code.
  13. - fix stream selection (aka map) syntax. Start stream numbers at 1 in
  14. listing. Find a syntax for stream ids (such as TS pids).
  15. - add DV codec/format support
  16. - fix bugs when stream begins with a P/B frame
  17. - add qscale out.
  18. - fix -sameq in grabbing
  19. - add vivo format support (may need long term prediction support)
  20. - add raw h263 decoding support
  21. - add qscale out.
  22. - find a solution to clear feed1.ffm if format change.
  23. - fix 0 size picture in AVIs = skip picture
  24. - rewrite huffyuv (http://www.math.berkeley.edu/~benrg/huffyuv.html)
  25. BUGS:
  26. - fix audio/video synchro (including real player synchro bugs)
  27. - Improve the bit rate control for video codecs (done).
  28. - see ov511.o YUV problem (420 instead of 420P) (done?).
  29. - fix file caching pb in windows (add correct headers)
  30. - add low pass filter to suppress noise coming from cheap TV cards.
  31. - test/debug audio in flash format
  32. - sort out ASF streaming pbs (partially done)
  33. - Improve psycho acoustic model for AC3 & mpeg audio.
  34. FEATURES:
  35. - add h263 PB frame support (some I263 files use that).
  36. - add MPEG4 in mpegmux support.
  37. - demux streams for CCTV : N streams in one stream. Add option to
  38. generate multiple streams.
  39. - add disconnect user option in stat.html.
  40. - deny & allow + password in ffserver.