changeset 4650:fbd2535a00c6

updated. please check...
author arpi
date Mon, 11 Feb 2002 01:15:22 +0000
parents e0661cd256fd
children 49f2bc22f880
files DOCS/tech/TODO
diffstat 1 files changed, 18 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/TODO	Sun Feb 10 23:57:47 2002 +0000
+++ b/DOCS/tech/TODO	Mon Feb 11 01:15:22 2002 +0000
@@ -5,29 +5,18 @@
 FOR THE RELEASE:
 ~~~~~~~~~~~~~~~~
 
-URGENT:
-- prebuffering to cache2 (req. for MMS) - URGENT!
-- mencoder: implement VBR audio copy
-- mencoder: Estimated Size and Time
+AVI demuxer:
+- fix AVI index offset base position handling ('no video steram found' bug)
+- implement hardcore bruteforce avi re-sync for broken files (-forceidx)
+- fix for growing avi files (movi_end pos > stream->end_pos)
+- implement forward seeking in indexed avi streams
 
-decoders:
-- fix cvid on ppc
-- getting mss1 (Windows Screen Video) DLL codec working... - kabi
-- getting PIM1 codec (DLL) working... - kabi
-- getting 3ivX DLL working (CoCreateFreeThreadedMarshaler call required)
-- optimize liba52 (downmix.c in 3dnow, imdct 3dnowex runtime detection?)
-      i dont have a 3dnow(ex) cpu so i dont want to do it (michael)
-- fix seeking with libmad audio codec (codec lost sync and can't resync?)
-
-mencoder:
-- mencoder: image cut/crop/extend filter
-- add some kind of "-ss" option, to start at e.g. 1:0:0 at the video
-- add a endpoint for encoding, like above
-- finish 3-pass encoding (audio, video1, video2)
-- add win32 encoders support
-
-other:
-- fix DVB a-v sync problems, switch to mp1e
+URGENT:
+- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
+- mencoder: image cut/crop/extend filter, colorspace conversion
+- codec priority option
+- implement software scaling to vo_mpegpes
+- ./configure support for XviD
 
 runtime:
 - add --enable-runtime or something (should change VERSION header and enable
@@ -36,19 +25,22 @@
      vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?)
      libac3 (should be ported to liba52)
 - test(fix?) mp3lib cpu detection code
-     
 
 FUTURE:
 ~~~~~~~
 
+decoders:
+- fix cvid on ppc
+- getting mss1 (Windows Screen Video) DLL codec working... - kabi
+- getting PIM1 codec (DLL) working... - kabi
+- fix seeking with libmad audio codec (codec lost sync and can't resync?)
+
 demuxer:
-- implement forward seeking in indexed avi streams
-- implement brute-force broken avi fixer
 - demux_mpg: support for VDR's index files for more accurate seeking
 - implement seeking for YUV4MPEG_2_, NuppelVideo and Real
+- implement Ogg demuxer
 
 decoders:
-- check and import videodecoding.de stuff
 - qtx support?
 - define some common api for native audio and video codecs
   and move them to seperated place (hopefully will allow adding new