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.

68 lines
1.7KB

  1. ffmpeg TODO list:
  2. ----------------
  3. (in approximate decreasing priority order)
  4. Planned in next release:
  5. (DONE) - apply header fixes
  6. (DONE) - mpeg audio decoder.
  7. (DONE) - fix decode/encode codec string.
  8. (DONE) - fix EINTR error if VIDIOCSYNC.
  9. (DONE) - add CONFIG system.
  10. (DONE) - merge mplayer mmx accel.
  11. (DONE) - fix emms bug.
  12. (DONE) - add I263 handling
  13. (DONE) - add RV10 decoding.
  14. (DONE) - add true pgm support.
  15. (DONE) - msmpeg4 0x18 fix.
  16. - add encode and ac3/mpglib disabling option
  17. - add qscale out.
  18. - add decode quant optimisation.
  19. - see black region optimization (Arpi request).
  20. - check ffmpeg mpeg1 encoding (Happy Camer mail)
  21. - add format autodetect with content (for example to distinguish
  22. mpegvideo/mpegmux).
  23. - add external alloc for libavcodec (avifile request).
  24. - fix -sameq in grabbing
  25. - find a solution to clear feed1.ffm if format change.
  26. - new grab architecture : use avformat instead of audio: and video:
  27. protocol.
  28. - correct PTS handling to sync audio and video.
  29. - fix 0 size picture in AVIs = skip picture
  30. BUGS:
  31. - fix audio/video synchro (including real player synchro bugs)
  32. - Improve the bit rate control for video codecs.
  33. - see ov511.o YUV problem (420 instead of 420P).
  34. - fix file caching pb in windows (add correct headers)
  35. - add low pass filter to suppress noise coming from cheap TV cards.
  36. - test/debug audio in flash format
  37. - sort out ASF streaming pbs.
  38. - Improve psycho acoustic model for AC3 & mpeg audio.
  39. FEATURES:
  40. - add MPEG4 in mpegmux support.
  41. - add RTP / multicast layer.
  42. - demux streams for CCTV : N streams in one stream. Add option to
  43. generate multiple streams.
  44. - add disconnect user option in stat.html.
  45. - deny & allow + password in ffserver.
  46. - graphical user interface.
  47. - animated gif as output format