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.
 
 
 
 
 

63 lines
1.8 KiB

ffmpeg TODO list:
----------------
(in approximate decreasing priority order)
Short term glantau's fixes:
- mpeg audio fix
- greatly improved mpeg1/2 decode speed
- regression tests.
- AV sync fix (new api for demux)
- RTP streaming support in ffserver
- mpeg2 transport stream support
- improved auto guess for formats (api change again in demux)
- minimal support of video in ffplay
- fix WORDS_BIGENDIAN issue
- fix mpeg format tracking + handle frame rate change
Planned in next releases:
- add DV codec/format support
- fix bugs when stream begins with a P/B frame
- fix ffserver (partially done)
- add raw h263 decoding support, see vivo streams (partially done)
- add qscale out.
- fix -sameq in grabbing
- add vivo format support (may need long term prediction support)
- add raw h263 decoding support
- add qscale out.
- find a solution to clear feed1.ffm if format change.
- fix 0 size picture in AVIs = skip picture
- rewrite huffyuv (http://www.math.berkeley.edu/~benrg/huffyuv.html)
- add video cd support (VCD: fixed video bitrate, QSCALE_K to 35 ?)
BUGS:
- fix audio/video synchro (including real player synchro bugs)
- Improve the bit rate control for video codecs (done).
- see ov511.o YUV problem (420 instead of 420P) (done?).
- fix file caching pb in windows (add correct headers)
- add low pass filter to suppress noise coming from cheap TV cards.
- test/debug audio in flash format
- sort out ASF streaming pbs (partially done)
- Improve psycho acoustic model for AC3 & mpeg audio.
FEATURES:
- add h263 PB frame support (some I263 files use that).
- add MPEG4 in mpegmux support.
- demux streams for CCTV : N streams in one stream. Add option to
generate multiple streams.
- add disconnect user option in stat.html.
- deny & allow + password in ffserver.