summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-08-24 21:34:12 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-08-24 21:34:12 +0000
commit5ee03c86bc86effa7d8bedf91bcb59006c9ce24a (patch)
treeb2b068c5dc55c0e63c93e94d5faa8a9b115aabbf /doc/TODO
parentb4f237b6b5d60a12a81b6c01785ce3240396a375 (diff)
update
Originally committed as revision 2155 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index d1412a649b..59928a7eea 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.