2001-11-27 00:12:12 +00:00
|
|
|
|
|
|
|
TODO:
|
|
|
|
=====
|
|
|
|
|
|
|
|
demuxer:
|
|
|
|
- .VDR files from stdinput (ff detection bug)
|
|
|
|
- CivIIIE3Teaser.wmv (asf demuxer bug)
|
|
|
|
- test and cleanup FLI/FLC support (and implement seek)
|
|
|
|
- check dvdread/dvdcss version problems
|
|
|
|
- add -dumpstream
|
2001-11-29 17:13:37 +00:00
|
|
|
- clean up vcd support (so it can be en/disabled)
|
|
|
|
- implement forward seeking in indexed avi streams
|
2001-11-27 00:12:12 +00:00
|
|
|
|
|
|
|
decoders:
|
|
|
|
- check and import videodecoding.de stuff
|
|
|
|
- finish and switch to C directshow code
|
|
|
|
- finish native g72x audio decoder
|
|
|
|
- qtx support?
|
2001-11-27 13:02:16 +00:00
|
|
|
- fix the MSVideo1-bugs
|
2001-11-29 17:13:37 +00:00
|
|
|
- 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
|
2001-11-27 00:12:12 +00:00
|
|
|
|
|
|
|
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
|
2001-12-01 21:06:52 +00:00
|
|
|
- image resize filter - implement bicubic downscaling
|
2001-11-27 00:12:12 +00:00
|
|
|
- image cut/crop filter
|
|
|
|
|
|
|
|
gui:
|
|
|
|
- playlist ?
|
|
|
|
- preferences ?
|
|
|
|
|
|
|
|
other:
|
2001-12-01 21:06:52 +00:00
|
|
|
- fix DVB a-v sync problems, switch to mp1e
|
2001-11-27 00:12:12 +00:00
|
|
|
- dvd server
|
|
|
|
- sub database
|
|
|
|
- mga_vid crtc2 fix
|
2001-12-01 21:06:52 +00:00
|
|
|
- make mach64_vid
|
2001-11-27 00:12:12 +00:00
|
|
|
- libvo2
|
2001-12-01 21:06:52 +00:00
|
|
|
- check if runtime cpu detection works and complete, and add ./configure option
|
|
|
|
and announce it and so on...
|
|
|
|
|