comparison DOCS/tech/TODO @ 3513:74cf5ea291bc

updated
author arpi
date Sun, 16 Dec 2001 03:21:47 +0000
parents 79e046b9e877
children 3d529e7dade4
comparison
equal deleted inserted replaced
3512:1f166e420b15 3513:74cf5ea291bc
4 4
5 FOR THE RELEASE: 5 FOR THE RELEASE:
6 ~~~~~~~~~~~~~~~~ 6 ~~~~~~~~~~~~~~~~
7 7
8 demuxer: 8 demuxer:
9 - prebuffering to cache2 (req. for MMS) 9 - prebuffering to cache2 (req. for MMS) - URGENT!
10 - test and cleanup FLI/FLC support (and implement seek) 10 - implement seeking to FLI/FLC
11 - test & fix -loop
12 - fix vivo audio/video PTS (for A-V sync)
11 13
12 decoders: 14 decoders:
13 - getting -ss working perfect with MPEG-PES and also seeking (real 1 Minute etc) 15 - getting mss1 (Windows Screen Video) DLL codec working... - kabi
14 - getting mss1 (Windows Screen Video) DLL codec working... 16 - getting PIM1 codec (DLL) working... - kabi
15 - getting PIM1 codec working...
16 - optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c) 17 - optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c)
18 - testing and commit non-16 width/height libavcodec patch
17 19
18 mencoder: 20 mencoder:
19 - add some kind of "-ss" option, to start at e.g. 1:0:0 at the video 21 - add some kind of "-ss" option, to start at e.g. 1:0:0 at the video
20 - add a endpoint for encoding, like above 22 - add a endpoint for encoding, like above
21 - finish 3-pass encoding (audio, video1, video2) 23 - finish 3-pass encoding (audio, video1, video2)
22 - add ffmpeg encoders support 24 - add ffmpeg encoders support
23 - add win32 encoders support 25 - add win32 encoders support
26 - check/fix frame copy
24 - implement VBR audio copy 27 - implement VBR audio copy
25 - Estimated Size and Time 28 - Estimated Size and Time
26 - image cut/crop filter 29 - image cut/crop/extend filter
27 30
28 other: 31 other:
29 - fix DVB a-v sync problems, switch to mp1e 32 - fix DVB a-v sync problems, switch to mp1e
30 33
31 runtime: 34 runtime:
40 ~~~~~~~ 43 ~~~~~~~
41 44
42 demuxer: 45 demuxer:
43 - implement forward seeking in indexed avi streams 46 - implement forward seeking in indexed avi streams
44 - implement brute-force broken avi fixer 47 - implement brute-force broken avi fixer
48 - demux_mpg: support for VDR's index files for more accurate seeking
45 49
46 decoders: 50 decoders:
47 - check and import videodecoding.de stuff 51 - check and import videodecoding.de stuff
48 - qtx support? 52 - qtx support?
49 - define some common api for native audio and video codecs 53 - define some common api for native audio and video codecs