Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 3391:52232859b567
updates...
author | arpi |
---|---|
date | Sun, 09 Dec 2001 01:28:11 +0000 |
parents | 02f11cf93a27 |
children | 382ee94a716d |
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: | |
13 - finish native g72x audio decoder | |
14 - finish and switch to C directshow code | |
15 | |
16 mencoder: | |
17 - add ffmpeg encoders support | |
18 - add win32 encoders support | |
19 - add raw video out | |
20 - check/fix frame copy | |
21 - implement VBR audio copy | |
22 - Estimated Size and Time | |
23 - image cut/crop filter | |
24 | |
25 other: | |
26 - fix DVB a-v sync problems, switch to mp1e | |
27 - check if runtime cpu detection works and complete, and add ./configure option | |
28 and announce it and so on... | |
29 | |
30 | |
31 FUTURE: | |
32 ~~~~~~~ | |
33 | |
34 demuxer: | |
3200 | 35 - implement forward seeking in indexed avi streams |
3391 | 36 - implement brute-force broken avi fixer |
3148 | 37 |
38 decoders: | |
39 - check and import videodecoding.de stuff | |
40 - qtx support? | |
3200 | 41 - define some common api for native audio and video codecs |
42 and move them to seperated place (hopefully will allow adding new | |
43 codecs without having to modify mplayer core code, also would speed | |
44 up by limiting number of select statements) | |
45 - switch to liba52 for ac3 decoding | |
3148 | 46 |
47 mencoder: | |
48 - add ogg/vorbis audio encoder | |
49 - stop/resume | |
50 | |
51 gui: | |
52 - playlist ? | |
53 - preferences ? | |
54 | |
55 other: | |
56 - dvd server | |
57 - sub database | |
58 - mga_vid crtc2 fix | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
59 - make mach64_vid |
3148 | 60 - libvo2 |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
61 |