Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 3481:79e046b9e877
done
author | alex |
---|---|
date | Thu, 13 Dec 2001 17:51:19 +0000 |
parents | 453d0a52f654 |
children | 74cf5ea291bc |
rev | line source |
---|---|
3148 | 1 |
2 TODO: | |
3 ===== | |
4 | |
3349 | 5 FOR THE RELEASE: |
6 ~~~~~~~~~~~~~~~~ | |
7 | |
3148 | 8 demuxer: |
3391 | 9 - prebuffering to cache2 (req. for MMS) |
3148 | 10 - test and cleanup FLI/FLC support (and implement seek) |
3349 | 11 |
12 decoders: | |
3463 | 13 - getting -ss working perfect with MPEG-PES and also seeking (real 1 Minute etc) |
3429 | 14 - getting mss1 (Windows Screen Video) DLL codec working... |
15 - getting PIM1 codec working... | |
3452 | 16 - optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c) |
3349 | 17 |
18 mencoder: | |
3463 | 19 - 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 | |
3452 | 21 - finish 3-pass encoding (audio, video1, video2) |
3349 | 22 - add ffmpeg encoders support |
23 - add win32 encoders support | |
24 - implement VBR audio copy | |
25 - Estimated Size and Time | |
26 - image cut/crop filter | |
27 | |
28 other: | |
29 - fix DVB a-v sync problems, switch to mp1e | |
30 | |
3392 | 31 runtime: |
32 - add --enable-runtime or something (should change VERSION header and enable | |
33 runtime cpu detect and print banner telling users to recompile for speed) | |
34 - runtime cpu detection in: | |
35 vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?) | |
36 libac3 (should be ported to liba52) | |
37 | |
3349 | 38 |
39 FUTURE: | |
40 ~~~~~~~ | |
41 | |
42 demuxer: | |
3200 | 43 - implement forward seeking in indexed avi streams |
3391 | 44 - implement brute-force broken avi fixer |
3148 | 45 |
46 decoders: | |
47 - check and import videodecoding.de stuff | |
48 - qtx support? | |
3200 | 49 - define some common api for native audio and video codecs |
50 and move them to seperated place (hopefully will allow adding new | |
51 codecs without having to modify mplayer core code, also would speed | |
52 up by limiting number of select statements) | |
3148 | 53 |
54 mencoder: | |
55 - add ogg/vorbis audio encoder | |
56 - stop/resume | |
57 | |
58 gui: | |
59 - playlist ? | |
60 - preferences ? | |
61 | |
62 other: | |
63 - dvd server | |
64 - sub database | |
65 - mga_vid crtc2 fix | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
66 - make mach64_vid |
3148 | 67 - libvo2 |
3416 | 68 - display OSD and subtitles using DVB card's OSD |
69 | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
70 |