diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 21:34:12 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 21:34:12 +0000 |
commit | 5ee03c86bc86effa7d8bedf91bcb59006c9ce24a (patch) | |
tree | b2b068c5dc55c0e63c93e94d5faa8a9b115aabbf /doc/TODO | |
parent | b4f237b6b5d60a12a81b6c01785ce3240396a375 (diff) | |
download | ffmpeg-5ee03c86bc86effa7d8bedf91bcb59006c9ce24a.tar.gz |
update
Originally committed as revision 2155 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,13 +9,13 @@ Short term: - seeking API and example in ffplay - parse_only mode - use AVFMTCTX_DISCARD_PKT in ffplay so that DV has a chance to work -- fix windows compile -- add man page +- add RTSP regression test (both client and server) - make ffserver allocate AVFormatContext - clean up (incompatible change, for 0.5.0): * AVStream -> AVComponent * AVFormatContext -> AVInputStream/AVOutputStream * CODEC_ID_MP3LAME and CODEC_ID_MP2 -> CODEC_ID_MPEGAUDIO + * suppress rate_emu from AVCodecContext - add av_log() in libavcodec and suppress all printf - add new float/integer audio filterting and conversion : suppress CODEC_ID_PCM_xxc and use CODEC_ID_RAWAUDIO. |