From 5ee03c86bc86effa7d8bedf91bcb59006c9ce24a Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sun, 24 Aug 2003 21:34:12 +0000 Subject: update Originally committed as revision 2155 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index d1412a6..59928a7 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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. -- cgit v1.1