diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:26:48 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:26:48 +0000 |
commit | 360d33c9b6e4d86b9c97ab0a53f0634e8f335c31 (patch) | |
tree | a52f6dd3e3bc727a3b1ece812686190f08c4b09a /doc/TODO | |
parent | 773a21b8fef557094cb57a07b2097b98a8ee9496 (diff) | |
download | ffmpeg-360d33c9b6e4d86b9c97ab0a53f0634e8f335c31.tar.gz |
update
Originally committed as revision 589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 26 |
1 files changed, 8 insertions, 18 deletions
@@ -3,26 +3,16 @@ ffmpeg TODO list: (in approximate decreasing priority order) -Short term glantau's fixes: -- regression tests (done). -- mpeg1/2 decode fix (unfortunately not much speed increase) (done) -- fix WORDS_BIGENDIAN issue (done) -- remove win project files (done) -- remove sub_xxx functions (done) -- mpeg2 transport stream support (decoding done) -- improved auto guess for formats (api change again in demux) (done) -- fix mpeg format tracking + handle frame rate change (done) -- suppress strlcpy (done) - -- split mux/demux functions. (done) -- use av_new_stream() (partially done) - +Short term fixes: +- mpeg audio fix +- ffserver fix +- fix stream selection (aka map) syntax. Start stream numbers at 1 in + listing. Find a syntax for stream ids (such as TS pids). - reconstruct mpeg header frame rate in telecine case so that we do - not need to ifner the real rate if it is not possible. + not need to infer the real rate if it is not possible. - remove unused DCT code. -- mpeg audio fix -- AV sync fix (new api for demux) -- RTP streaming support in ffserver +- AV sync fix +- RTP/RTSP streaming support in ffserver and in libav - minimal support of video in ffplay Planned in next releases: |