comparison DOCS/tech/TODO @ 3349:e0e03fb4ed3f

separated release and future entries
author arpi
date Thu, 06 Dec 2001 12:20:40 +0000
parents 75f36058f19c
children 091cdd056ca4
comparison
equal deleted inserted replaced
3348:7b6f02207ebc 3349:e0e03fb4ed3f
1 1
2 TODO: 2 TODO:
3 ===== 3 =====
4 4
5 FOR THE RELEASE:
6 ~~~~~~~~~~~~~~~~
7
5 demuxer: 8 demuxer:
6 - .VDR files from stdinput (ff detection bug) -- DONE (?) 9 - .VDR files from stdinput (ff detection bug) -- DONE (?)
7 - CivIIIE3Teaser.wmv (asf demuxer bug) -- DONE (not bug!, just use -vid 4)
8 - test and cleanup FLI/FLC support (and implement seek) 10 - test and cleanup FLI/FLC support (and implement seek)
9 - check dvdread/dvdcss version problems -- .so ? 11 - check dvdread/dvdcss version problems -- .so ?
10 - add -dumpstream -- DONE! 12
11 - clean up vcd support (so it can be en/disabled) -- DONE! 13 decoders:
14 - finish native g72x audio decoder
15 - fix the MSVideo1-bugs -- DONE?
16 - finish and switch to C directshow code
17
18 mencoder:
19 - add ffmpeg encoders support
20 - add win32 encoders support
21 - add raw video out
22 - check/fix frame copy
23 - implement CBR mp3 encoding
24 - implement VBR audio copy
25 - Estimated Size and Time
26 - image cut/crop filter
27
28 other:
29 - fix DVB a-v sync problems, switch to mp1e
30 - check if runtime cpu detection works and complete, and add ./configure option
31 and announce it and so on...
32
33
34 FUTURE:
35 ~~~~~~~
36
37 demuxer:
12 - implement forward seeking in indexed avi streams 38 - implement forward seeking in indexed avi streams
13 39
14 decoders: 40 decoders:
15 - check and import videodecoding.de stuff 41 - check and import videodecoding.de stuff
16 - finish and switch to C directshow code
17 - finish native g72x audio decoder
18 - qtx support? 42 - qtx support?
19 - fix the MSVideo1-bugs
20 - define some common api for native audio and video codecs 43 - define some common api for native audio and video codecs
21 and move them to seperated place (hopefully will allow adding new 44 and move them to seperated place (hopefully will allow adding new
22 codecs without having to modify mplayer core code, also would speed 45 codecs without having to modify mplayer core code, also would speed
23 up by limiting number of select statements) 46 up by limiting number of select statements)
24 - switch to liba52 for ac3 decoding 47 - switch to liba52 for ac3 decoding
25 48
26 mencoder: 49 mencoder:
27 - add ffmpeg encoders support
28 - add ogg/vorbis audio encoder 50 - 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 51 - stop/resume
35 - image resize filter - implement bicubic downscaling
36 - image cut/crop filter
37 52
38 gui: 53 gui:
39 - playlist ? 54 - playlist ?
40 - preferences ? 55 - preferences ?
41 56
42 other: 57 other:
43 - fix DVB a-v sync problems, switch to mp1e
44 - dvd server 58 - dvd server
45 - sub database 59 - sub database
46 - mga_vid crtc2 fix 60 - mga_vid crtc2 fix
47 - make mach64_vid 61 - make mach64_vid
48 - libvo2 62 - libvo2
49 - check if runtime cpu detection works and complete, and add ./configure option
50 and announce it and so on...
51 63