summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-11 01:15:22 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-11 01:15:22 +0000
commit064fa14ccea1cd01e33e89f30cb3880354f2929d (patch)
tree472476c7194bcf95abbe86be9736d2741224eca2 /DOCS
parent7af098888697e4082c749f6cd6f40e24c6aafb7a (diff)
downloadmpv-064fa14ccea1cd01e33e89f30cb3880354f2929d.tar.bz2
mpv-064fa14ccea1cd01e33e89f30cb3880354f2929d.tar.xz
updated. please check...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4651 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/TODO44
1 files changed, 18 insertions, 26 deletions
diff --git a/DOCS/tech/TODO b/DOCS/tech/TODO
index 65e41a8918..14c3f18c79 100644
--- a/DOCS/tech/TODO
+++ b/DOCS/tech/TODO
@@ -5,29 +5,18 @@ TODO:
FOR THE RELEASE:
~~~~~~~~~~~~~~~~
-URGENT:
-- prebuffering to cache2 (req. for MMS) - URGENT!
-- mencoder: implement VBR audio copy
-- mencoder: Estimated Size and Time
-
-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
+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
-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 @@ runtime:
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