Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 3401:85feae032869
committed corrected speed calculation
author | melanson |
---|---|
date | Sun, 09 Dec 2001 16:21:32 +0000 |
parents | 382ee94a716d |
children | 1602abff75a3 |
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 | |
3392 | 28 runtime: |
29 - add --enable-runtime or something (should change VERSION header and enable | |
30 runtime cpu detect and print banner telling users to recompile for speed) | |
31 - runtime cpu detection in: | |
32 aclib.c | |
33 vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?) | |
34 vbelib.c (is it ok for all x86 cpus?) | |
35 libac3 (should be ported to liba52) | |
36 win32.c ??? (its cpu detection is unclean for me) | |
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) | |
53 - switch to liba52 for ac3 decoding | |
3148 | 54 |
55 mencoder: | |
56 - add ogg/vorbis audio encoder | |
57 - stop/resume | |
58 | |
59 gui: | |
60 - playlist ? | |
61 - preferences ? | |
62 | |
63 other: | |
64 - dvd server | |
65 - sub database | |
66 - mga_vid crtc2 fix | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
67 - make mach64_vid |
3148 | 68 - libvo2 |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
69 |