summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-05-18 10:28:55 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-05-18 10:28:55 +0000
commit9c80daf193bc147dc7325a41aebb5b774d2e1450 (patch)
treed69699908f39581106456de87866d98a44d2df2d /doc
parent4b7b19600586cc58ea2c7b7c9cf2355717a809c9 (diff)
updated for my short term goals
Originally committed as revision 512 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO33
1 files changed, 21 insertions, 12 deletions
diff --git a/doc/TODO b/doc/TODO
index 2ab9b3b577..3bc52797ca 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,18 +3,33 @@ ffmpeg TODO list:
(in approximate decreasing priority order)
-Planned in next release:
-
+Short term glantau's fixes:
+- mpeg audio fix
+- greatly improved mpeg1/2 decode speed
+- regression tests.
+- AV sync fix (new api for demux)
+- RTP streaming support in ffserver
+- mpeg2 transport stream support
+- improved auto guess for formats (api change again in demux)
+- minimal support of video in ffplay
+- fix WORDS_BIGENDIAN issue
+- fix mpeg format tracking + handle frame rate change
+
+Planned in next releases:
+
+- add DV codec/format support
+- fix bugs when stream begins with a P/B frame
- fix ffserver (partially done)
- add raw h263 decoding support, see vivo streams (partially done)
- add qscale out.
-- add format autodetect with content (for example to distinguish
- mpegvideo/mpegmux).
- fix -sameq in grabbing
+- add vivo format support (may need long term prediction support)
+- add raw h263 decoding support
+- add qscale out.
- find a solution to clear feed1.ffm if format change.
-- new grab architecture : use avformat instead of audio: and video:
- protocol.
- fix 0 size picture in AVIs = skip picture
+- rewrite huffyuv (http://www.math.berkeley.edu/~benrg/huffyuv.html)
+- add video cd support (VCD: fixed video bitrate, QSCALE_K to 35 ?)
BUGS:
@@ -40,15 +55,9 @@ FEATURES:
- add MPEG4 in mpegmux support.
-- add RTP / multicast layer.
-
- demux streams for CCTV : N streams in one stream. Add option to
generate multiple streams.
- add disconnect user option in stat.html.
- deny & allow + password in ffserver.
-
-- graphical user interface.
-
-- animated gif as output format (done).