summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-08-15 13:03:54 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-08-15 13:03:54 +0000
commit8fa30bd7c379da55165348c462f67b275baac794 (patch)
treec5e293e7989027f0f389f9182b7ef57e2179423b /doc/TODO
parentdd2af5aa4e69bc16ed0d6e93d5891f8e0f386b5f (diff)
updated
Originally committed as revision 90 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO20
1 files changed, 4 insertions, 16 deletions
diff --git a/doc/TODO b/doc/TODO
index e9b237349c..a15c6b61ed 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,25 +5,11 @@ ffmpeg TODO list:
Planned in next release:
-(DONE) - apply header fixes
-(DONE) - mpeg audio decoder.
-(DONE) - fix decode/encode codec string.
-(DONE) - fix EINTR error if VIDIOCSYNC.
-(DONE) - add CONFIG system.
-(DONE) - merge mplayer mmx accel.
-(DONE) - fix emms bug.
-(DONE) - add I263 handling
-(DONE) - add RV10 decoding.
-(DONE) - add true pgm support.
-(DONE) - msmpeg4 0x18 fix.
-- add encode and ac3/mpglib disabling option
+- fix ffserver.
+- add raw h263 decoding support (see vivo streams)
- add qscale out.
-- add decode quant optimisation.
-- see black region optimization (Arpi request).
-- check ffmpeg mpeg1 encoding (Happy Camer mail)
- add format autodetect with content (for example to distinguish
mpegvideo/mpegmux).
-- add external alloc for libavcodec (avifile request).
- fix -sameq in grabbing
- find a solution to clear feed1.ffm if format change.
- new grab architecture : use avformat instead of audio: and video:
@@ -51,6 +37,8 @@ BUGS:
FEATURES:
+- add h263 PB frame support (some I263 files use that).
+
- add MPEG4 in mpegmux support.
- add RTP / multicast layer.