mirror of https://github.com/mpv-player/mpv
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
|
|
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
|
|
- implement seek for VIVO
|
|
- clean up vcd support (so it can be en/disabled)
|
|
- 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 (->fix/use yuv2yuv scaler?)
|
|
- image cut/crop filter
|
|
|
|
gui:
|
|
- playlist ?
|
|
- preferences ?
|
|
|
|
other:
|
|
- dvd server
|
|
- sub database
|
|
- mga_vid crtc2 fix
|
|
- libvo2
|
|
|