Mercurial > mplayer.hg
annotate DOCS/tech/TODO @ 3254:34e734d6fb6e
some more stuff, vivo seek removed as being impossible
author | arpi |
---|---|
date | Sat, 01 Dec 2001 21:06:52 +0000 |
parents | a3fa0a5dcf37 |
children | 75f36058f19c |
rev | line source |
---|---|
3148 | 1 |
2 TODO: | |
3 ===== | |
4 | |
5 demuxer: | |
6 - .VDR files from stdinput (ff detection bug) | |
7 - CivIIIE3Teaser.wmv (asf demuxer bug) | |
8 - test and cleanup FLI/FLC support (and implement seek) | |
9 - check dvdread/dvdcss version problems | |
10 - add -dumpstream | |
3200 | 11 - clean up vcd support (so it can be en/disabled) |
12 - implement forward seeking in indexed avi streams | |
3148 | 13 |
14 decoders: | |
15 - check and import videodecoding.de stuff | |
16 - finish and switch to C directshow code | |
17 - finish native g72x audio decoder | |
18 - qtx support? | |
3156 | 19 - fix the MSVideo1-bugs |
3200 | 20 - define some common api for native audio and video codecs |
21 and move them to seperated place (hopefully will allow adding new | |
22 codecs without having to modify mplayer core code, also would speed | |
23 up by limiting number of select statements) | |
24 - switch to liba52 for ac3 decoding | |
3148 | 25 |
26 mencoder: | |
27 - add ffmpeg encoders support | |
28 - add ogg/vorbis audio encoder | |
29 - add raw video out | |
30 - check/fix frame copy | |
31 - implement CBR mp3 encoding | |
32 - implement VBR audio copy | |
33 - Estimated Size and Time | |
34 - stop/resume | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
35 - image resize filter - implement bicubic downscaling |
3148 | 36 - image cut/crop filter |
37 | |
38 gui: | |
39 - playlist ? | |
40 - preferences ? | |
41 | |
42 other: | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
43 - fix DVB a-v sync problems, switch to mp1e |
3148 | 44 - dvd server |
45 - sub database | |
46 - mga_vid crtc2 fix | |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
47 - make mach64_vid |
3148 | 48 - libvo2 |
3254
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
49 - check if runtime cpu detection works and complete, and add ./configure option |
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
50 and announce it and so on... |
34e734d6fb6e
some more stuff, vivo seek removed as being impossible
arpi
parents:
3200
diff
changeset
|
51 |