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.

73 lines
2.1KB

  1. ffmpeg TODO list:
  2. ----------------
  3. (in approximate decreasing priority order)
  4. Short term glantau's fixes:
  5. - regression tests (done).
  6. - mpeg1/2 decode fix (unfortunately not much speed increase) (done)
  7. - fix WORDS_BIGENDIAN issue (done)
  8. - remove win project files (done)
  9. - remove sub_xxx functions (done)
  10. - mpeg2 transport stream support (decoding done)
  11. - improved auto guess for formats (api change again in demux) (done)
  12. - fix mpeg format tracking + handle frame rate change (done)
  13. - suppress strlcpy (done)
  14. - split mux/demux functions. (done)
  15. - use av_new_stream() (partially done)
  16. - reconstruct mpeg header frame rate in telecine case so that we do
  17. not need to ifner the real rate if it is not possible.
  18. - remove unused DCT code.
  19. - mpeg audio fix
  20. - AV sync fix (new api for demux)
  21. - RTP streaming support in ffserver
  22. - minimal support of video in ffplay
  23. Planned in next releases:
  24. - add DV codec/format support
  25. - fix bugs when stream begins with a P/B frame
  26. - fix ffserver (partially done)
  27. - add raw h263 decoding support, see vivo streams (partially done)
  28. - add qscale out.
  29. - fix -sameq in grabbing
  30. - add vivo format support (may need long term prediction support)
  31. - add raw h263 decoding support
  32. - add qscale out.
  33. - find a solution to clear feed1.ffm if format change.
  34. - fix 0 size picture in AVIs = skip picture
  35. - rewrite huffyuv (http://www.math.berkeley.edu/~benrg/huffyuv.html)
  36. BUGS:
  37. - fix audio/video synchro (including real player synchro bugs)
  38. - Improve the bit rate control for video codecs (done).
  39. - see ov511.o YUV problem (420 instead of 420P) (done?).
  40. - fix file caching pb in windows (add correct headers)
  41. - add low pass filter to suppress noise coming from cheap TV cards.
  42. - test/debug audio in flash format
  43. - sort out ASF streaming pbs (partially done)
  44. - Improve psycho acoustic model for AC3 & mpeg audio.
  45. FEATURES:
  46. - add h263 PB frame support (some I263 files use that).
  47. - add MPEG4 in mpegmux support.
  48. - demux streams for CCTV : N streams in one stream. Add option to
  49. generate multiple streams.
  50. - add disconnect user option in stat.html.
  51. - deny & allow + password in ffserver.