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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3148
58467d46373a what to do...
arpi
parents:
diff changeset
1
58467d46373a what to do...
arpi
parents:
diff changeset
2 TODO:
58467d46373a what to do...
arpi
parents:
diff changeset
3 =====
58467d46373a what to do...
arpi
parents:
diff changeset
4
58467d46373a what to do...
arpi
parents:
diff changeset
5 demuxer:
58467d46373a what to do...
arpi
parents:
diff changeset
6 - .VDR files from stdinput (ff detection bug)
58467d46373a what to do...
arpi
parents:
diff changeset
7 - CivIIIE3Teaser.wmv (asf demuxer bug)
58467d46373a what to do...
arpi
parents:
diff changeset
8 - test and cleanup FLI/FLC support (and implement seek)
58467d46373a what to do...
arpi
parents:
diff changeset
9 - check dvdread/dvdcss version problems
58467d46373a what to do...
arpi
parents:
diff changeset
10 - add -dumpstream
3200
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
11 - clean up vcd support (so it can be en/disabled)
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
12 - implement forward seeking in indexed avi streams
3148
58467d46373a what to do...
arpi
parents:
diff changeset
13
58467d46373a what to do...
arpi
parents:
diff changeset
14 decoders:
58467d46373a what to do...
arpi
parents:
diff changeset
15 - check and import videodecoding.de stuff
58467d46373a what to do...
arpi
parents:
diff changeset
16 - finish and switch to C directshow code
58467d46373a what to do...
arpi
parents:
diff changeset
17 - finish native g72x audio decoder
58467d46373a what to do...
arpi
parents:
diff changeset
18 - qtx support?
3156
7d725c118ccf vivo, msvid1
jaf
parents: 3148
diff changeset
19 - fix the MSVideo1-bugs
3200
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
20 - define some common api for native audio and video codecs
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
21 and move them to seperated place (hopefully will allow adding new
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
22 codecs without having to modify mplayer core code, also would speed
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
23 up by limiting number of select statements)
a3fa0a5dcf37 Some updates.
atmos4
parents: 3156
diff changeset
24 - switch to liba52 for ac3 decoding
3148
58467d46373a what to do...
arpi
parents:
diff changeset
25
58467d46373a what to do...
arpi
parents:
diff changeset
26 mencoder:
58467d46373a what to do...
arpi
parents:
diff changeset
27 - add ffmpeg encoders support
58467d46373a what to do...
arpi
parents:
diff changeset
28 - add ogg/vorbis audio encoder
58467d46373a what to do...
arpi
parents:
diff changeset
29 - add raw video out
58467d46373a what to do...
arpi
parents:
diff changeset
30 - check/fix frame copy
58467d46373a what to do...
arpi
parents:
diff changeset
31 - implement CBR mp3 encoding
58467d46373a what to do...
arpi
parents:
diff changeset
32 - implement VBR audio copy
58467d46373a what to do...
arpi
parents:
diff changeset
33 - Estimated Size and Time
58467d46373a what to do...
arpi
parents:
diff changeset
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
58467d46373a what to do...
arpi
parents:
diff changeset
36 - image cut/crop filter
58467d46373a what to do...
arpi
parents:
diff changeset
37
58467d46373a what to do...
arpi
parents:
diff changeset
38 gui:
58467d46373a what to do...
arpi
parents:
diff changeset
39 - playlist ?
58467d46373a what to do...
arpi
parents:
diff changeset
40 - preferences ?
58467d46373a what to do...
arpi
parents:
diff changeset
41
58467d46373a what to do...
arpi
parents:
diff changeset
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
58467d46373a what to do...
arpi
parents:
diff changeset
44 - dvd server
58467d46373a what to do...
arpi
parents:
diff changeset
45 - sub database
58467d46373a what to do...
arpi
parents:
diff changeset
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
58467d46373a what to do...
arpi
parents:
diff changeset
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