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.

64 lines
1.6KB

  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 qscale out.
  17. - add format autodetect with content (for example to distinguish
  18. mpegvideo/mpegmux).
  19. - add external alloc for libavcodec (avifile request).
  20. - fix -sameq in grabbing
  21. - find a solution to clear feed1.ffm if format change.
  22. - new grab architecture : use avformat instead of audio: and video:
  23. protocol.
  24. - correct PTS handling to sync audio and video.
  25. - fix 0 size picture in AVIs = skip picture
  26. BUGS:
  27. - fix audio/video synchro (including real player synchro bugs)
  28. - Improve the bit rate control for video codecs.
  29. - see ov511.o YUV problem (420 instead of 420P).
  30. - fix file caching pb in windows (add correct headers)
  31. - add low pass filter to suppress noise coming from cheap TV cards.
  32. - test/debug audio in flash format
  33. - sort out ASF streaming pbs.
  34. - Improve psycho acoustic model for AC3 & mpeg audio.
  35. FEATURES:
  36. - add MPEG4 in mpegmux support.
  37. - add RTP / multicast layer.
  38. - demux streams for CCTV : N streams in one stream. Add option to
  39. generate multiple streams.
  40. - add disconnect user option in stat.html.
  41. - deny & allow + password in ffserver.
  42. - graphical user interface.
  43. - animated gif as output format