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.

63 lines
1.7KB

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