summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-16 03:21:47 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-16 03:21:47 +0000
commit6b745820b161dca0ed1099a62d8315721bfd4055 (patch)
treefdcbf0b55a2dab52e1c1d6952feb812d2ffb809b /DOCS/tech
parent0a8ad047cdd55d23c6748c2c02826e103f354f2e (diff)
downloadmpv-6b745820b161dca0ed1099a62d8315721bfd4055.tar.bz2
mpv-6b745820b161dca0ed1099a62d8315721bfd4055.tar.xz
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3514 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/TODO16
1 files changed, 10 insertions, 6 deletions
diff --git a/DOCS/tech/TODO b/DOCS/tech/TODO
index bfb2ef2a8d..05c0ee5486 100644
--- a/DOCS/tech/TODO
+++ b/DOCS/tech/TODO
@@ -6,14 +6,16 @@ FOR THE RELEASE:
~~~~~~~~~~~~~~~~
demuxer:
-- prebuffering to cache2 (req. for MMS)
-- test and cleanup FLI/FLC support (and implement seek)
+- prebuffering to cache2 (req. for MMS) - URGENT!
+- implement seeking to FLI/FLC
+- test & fix -loop
+- fix vivo audio/video PTS (for A-V sync)
decoders:
-- getting -ss working perfect with MPEG-PES and also seeking (real 1 Minute etc)
-- getting mss1 (Windows Screen Video) DLL codec working...
-- getting PIM1 codec working...
+- getting mss1 (Windows Screen Video) DLL codec working... - kabi
+- getting PIM1 codec (DLL) working... - kabi
- optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c)
+- testing and commit non-16 width/height libavcodec patch
mencoder:
- add some kind of "-ss" option, to start at e.g. 1:0:0 at the video
@@ -21,9 +23,10 @@ mencoder:
- finish 3-pass encoding (audio, video1, video2)
- add ffmpeg encoders support
- add win32 encoders support
+- check/fix frame copy
- implement VBR audio copy
- Estimated Size and Time
-- image cut/crop filter
+- image cut/crop/extend filter
other:
- fix DVB a-v sync problems, switch to mp1e
@@ -42,6 +45,7 @@ FUTURE:
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
decoders:
- check and import videodecoding.de stuff