summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/TODO
blob: 3e7a510b5391d8c6a5457285ab0bbd1375203228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

TODO:
=====

demuxer:
- .VDR files from stdinput (ff detection bug) -- DONE (?)
- CivIIIE3Teaser.wmv (asf demuxer bug) -- DONE (not bug!, just use -vid 4)
- test and cleanup FLI/FLC support (and implement seek)
- check dvdread/dvdcss version problems -- .so ?
- add -dumpstream  -- DONE!
- clean up vcd support (so it can be en/disabled) -- DONE!
- implement forward seeking in indexed avi streams

decoders:
- check and import videodecoding.de stuff
- finish and switch to C directshow code
- finish native g72x audio decoder
- qtx support?
- fix the MSVideo1-bugs
- define some common api for native audio and video codecs
  and move them to seperated place (hopefully will allow adding new
  codecs without having to modify mplayer core code, also would speed
  up by limiting number of select statements)
- switch to liba52 for ac3 decoding

mencoder:
- add ffmpeg encoders support
- add ogg/vorbis audio encoder
- add raw video out
- check/fix frame copy
- implement CBR mp3 encoding
- implement VBR audio copy
- Estimated Size and Time
- stop/resume
- image resize filter - implement bicubic downscaling
- image cut/crop filter

gui:
- playlist ?
- preferences ?

other:
- fix DVB a-v sync problems, switch to mp1e
- dvd server
- sub database
- mga_vid crtc2 fix
- make mach64_vid
- libvo2
- check if runtime cpu detection works and complete, and add ./configure option
  and announce it and so on...