TODO 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. ffmpeg TODO list:
  2. ----------------
  3. Fabrice's TODO list: (unordered)
  4. -------------------
  5. Short term:
  6. - av_read_frame() API
  7. - seeking API and example in ffplay
  8. - parse_only mode
  9. - use AVFMTCTX_DISCARD_PKT in ffplay so that DV has a chance to work
  10. - add RTSP regression test (both client and server)
  11. - make ffserver allocate AVFormatContext
  12. - clean up (incompatible change, for 0.5.0):
  13. * AVStream -> AVComponent
  14. * AVFormatContext -> AVInputStream/AVOutputStream
  15. * suppress rate_emu from AVCodecContext
  16. - add av_log() in libavcodec and suppress all printf
  17. - add new float/integer audio filterting and conversion : suppress
  18. CODEC_ID_PCM_xxc and use CODEC_ID_RAWAUDIO.
  19. - fix telecine and frame rate conversion
  20. Long term (ask me if you want to help):
  21. - commit new imgconvert API and new PIX_FMT_xxx alpha formats
  22. - commit new LGPL'ed float and integer-only AC3 decoder
  23. - add WMA integer-only decoder
  24. - integrate custom Vorbis Tremor based integer and float decoder
  25. - add new MPEG4-AAC audio decoder (both integer-only and float version)
  26. Michael's TODO list: (unordered) (if anyone wanna help with sth, just ask)
  27. -------------------
  28. - finish implementation of WMV2 j-picture
  29. - H264 encoder
  30. - H264 B frames
  31. - optimize H264 CABAC
  32. - per MB ratecontrol (so VCD and such do work better)
  33. - more optimizations
  34. - simper rate control
  35. - split h263.c
  36. - reverse engeneer RV30/RV40
  37. - finish NUT implementation
  38. Francois' TODO list: (unordered, without any timeframe)
  39. -------------------
  40. - test MACE decoder against the openquicktime one as suggested by A'rpi
  41. - mov/mp4 muxer
  42. - BeOS audio input grabbing backend
  43. - BeOS video input grabbing backend
  44. - have a REAL BeOS errno fix (return MKERROR(EXXX);), not a hack
  45. - publish my BeOS libposix on BeBits so I can officially support ffserver :)
  46. - check the whole code for thread-safety (global and init stuff)
  47. Philip'a TODO list: (alphabetically ordered) (please help)
  48. ------------------
  49. - Add a multi-ffm filetype so that feeds can be recorded into multiple files rather
  50. than one big file.
  51. - Authenticated users support -- where the authentication is in the URL
  52. - Change ASF files so that the embedded timestamp in the frames is right rather
  53. than being an offset from the start of the stream
  54. - Make ffm files more resilient to changes in the codec structures so that you
  55. can play old ffm files.
  56. unassigned TODO: (stuff which should/must be done but noone seems to do it)
  57. ---------------
  58. - use AVFrame for audio codecs too
  59. - H264 interlacing
  60. - rework aviobuf.c buffering strategy and fix url_fskip
  61. - do audio resampling with bandlimited interpolation:
  62. http://ccrma-www.stanford.edu/~jos/resample/resample.html
  63. - add seeking support to the command line
  64. - generate optimal huffman tables for mjpeg encoding
  65. - fix ffserver regression tests