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.

79 lines
3.0KB

  1. ffmpeg TODO list:
  2. ----------------
  3. Fabrice's TODO list: (unordered)
  4. -------------------
  5. Short term:
  6. - seeking API and example in ffplay
  7. - use AVFMTCTX_DISCARD_PKT in ffplay so that DV has a chance to work
  8. - add RTSP regression test (both client and server)
  9. - make ffserver allocate AVFormatContext
  10. - clean up (incompatible change, for 0.5.0):
  11. * AVStream -> AVComponent
  12. * AVFormatContext -> AVInputStream/AVOutputStream
  13. * suppress rate_emu from AVCodecContext
  14. - add new float/integer audio filterting and conversion : suppress
  15. CODEC_ID_PCM_xxc and use CODEC_ID_RAWAUDIO.
  16. - fix telecine and frame rate conversion
  17. Long term (ask me if you want to help):
  18. - commit new imgconvert API and new PIX_FMT_xxx alpha formats
  19. - commit new LGPL'ed float and integer-only AC3 decoder
  20. - add WMA integer-only decoder
  21. - add new MPEG4-AAC audio decoder (both integer-only and float version)
  22. Michael's TODO list: (unordered) (if anyone wanna help with sth, just ask)
  23. -------------------
  24. - finish implementation of WMV2 j-picture
  25. - H264 encoder
  26. - optimize H264 CABAC
  27. - per MB ratecontrol (so VCD and such do work better)
  28. - more optimizations
  29. - simper rate control
  30. - reverse engeneer RV30/RV40
  31. Francois' TODO list: (unordered, without any timeframe)
  32. -------------------
  33. - test MACE decoder against the openquicktime one as suggested by A'rpi
  34. - BeOS audio input grabbing backend
  35. - BeOS video input grabbing backend
  36. - have a REAL BeOS errno fix (return MKERROR(EXXX);), not a hack
  37. - publish my BeOS libposix on BeBits so I can officially support ffserver :)
  38. - check the whole code for thread-safety (global and init stuff)
  39. Philip'a TODO list: (alphabetically ordered) (please help)
  40. ------------------
  41. - Add a multi-ffm filetype so that feeds can be recorded into multiple files rather
  42. than one big file.
  43. - Authenticated users support -- where the authentication is in the URL
  44. - Change ASF files so that the embedded timestamp in the frames is right rather
  45. than being an offset from the start of the stream
  46. - Make ffm files more resilient to changes in the codec structures so that you
  47. can play old ffm files.
  48. unassigned TODO: (unordered)
  49. ---------------
  50. - use AVFrame for audio codecs too
  51. - rework aviobuf.c buffering strategy and fix url_fskip
  52. - generate optimal huffman tables for mjpeg encoding
  53. - fix ffserver regression tests
  54. - support xvids motion estimation
  55. - support x264s motion estimation
  56. - support x264s rate control
  57. - SNOW: non translational motion compensation
  58. - SNOW: more optimal quantization
  59. - SNOW: 4x4 block support
  60. - SNOW: 1/8 pel motion compensation support
  61. - SNOW: iterative motion estimation based on subsampled images
  62. - ADPCM: viterbi/trellis based optimal encoder
  63. - FLAC: lossy encoding (viterbi and naive scalar quantization)
  64. - libavfilter
  65. - JPEG2000 decoder & encoder
  66. - MPEG4 GMC encoding support
  67. - macroblock based pixel format (better cache locality, somewhat complex, one paper claimed it faster for high res)
  68. - finish NUT implementation
  69. - movenc.c fix stts so that variable framerate files work