summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-10-27 22:00:34 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-10-27 22:00:34 +0000
commit9181577ccb1ddcb3d256b533de2badd0a4fd83e9 (patch)
tree7d49b39804581b45eb9da267cd58c5fd5da05235 /doc/TODO
parent1c0a593ac871784baea4b6de368db6d5d86ba8b9 (diff)
new texinfo documentation - HTML version also included
Originally committed as revision 1085 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/TODO b/doc/TODO
index 73337fad9c..8093f93a58 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -4,23 +4,20 @@ ffmpeg TODO list:
(in approximate decreasing priority order)
Short term fixes:
-- mpeg audio fix
-- ffserver fix
-- fix stream selection (aka map) syntax. Start stream numbers at 1 in
- listing. Find a syntax for stream ids (such as TS pids).
+- AV sync fix
+- put ffserver patches
- reconstruct mpeg header frame rate in telecine case so that we do
not need to infer the real rate if it is not possible.
-- remove unused DCT code.
-- AV sync fix
- RTP/RTSP streaming support in ffserver and in libav
- minimal support of video in ffplay
Planned in next releases:
+- remove unused DCT code.
+- fix stream selection (aka map) syntax. Start stream numbers at 1 in
+ listing. Find a syntax for stream ids (such as TS pids).
- 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.
- fix -sameq in grabbing
- add vivo format support (may need long term prediction support)