Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 3545:8ebf03f7db55
updates
author | arpi |
---|---|
date | Mon, 17 Dec 2001 00:32:49 +0000 |
parents | 3d529e7dade4 |
children | 6d3e5a200c84 |
rev | line source |
---|---|
3148 | 1 |
2 TODO: | |
3 ===== | |
4 | |
3349 | 5 FOR THE RELEASE: |
6 ~~~~~~~~~~~~~~~~ | |
7 | |
3148 | 8 demuxer: |
3513 | 9 - prebuffering to cache2 (req. for MMS) - URGENT! |
3349 | 10 |
11 decoders: | |
3513 | 12 - getting mss1 (Windows Screen Video) DLL codec working... - kabi |
13 - getting PIM1 codec (DLL) working... - kabi | |
3452 | 14 - optimize (or port optimized code from libac3) liba52 (imdct.c, resample.c) |
3349 | 15 |
16 mencoder: | |
3463 | 17 - add some kind of "-ss" option, to start at e.g. 1:0:0 at the video |
18 - add a endpoint for encoding, like above | |
3452 | 19 - finish 3-pass encoding (audio, video1, video2) |
3349 | 20 - add ffmpeg encoders support |
21 - add win32 encoders support | |
3513 | 22 - check/fix frame copy |
3349 | 23 - implement VBR audio copy |
24 - Estimated Size and Time | |
3513 | 25 - image cut/crop/extend filter |
3349 | 26 |
27 other: | |
28 - fix DVB a-v sync problems, switch to mp1e | |
29 | |
3392 | 30 runtime: |
31 - add --enable-runtime or something (should change VERSION header and enable | |
32 runtime cpu detect and print banner telling users to recompile for speed) | |
33 - runtime cpu detection in: | |
34 vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?) | |
35 libac3 (should be ported to liba52) | |
36 | |
3349 | 37 |
38 FUTURE: | |
39 ~~~~~~~ | |
40 | |
41 demuxer: | |
3200 | 42 - implement forward seeking in indexed avi streams |
3391 | 43 - implement brute-force broken avi fixer |
3513 | 44 - demux_mpg: support for VDR's index files for more accurate seeking |
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 |