mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
a94f60da60
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3392 b3059339-0415-0410-9bf9-f77b7e298cf2
62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
|
|
TODO:
|
|
=====
|
|
|
|
FOR THE RELEASE:
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
demuxer:
|
|
- prebuffering to cache2 (req. for MMS)
|
|
- test and cleanup FLI/FLC support (and implement seek)
|
|
|
|
decoders:
|
|
- finish native g72x audio decoder
|
|
- finish and switch to C directshow code
|
|
|
|
mencoder:
|
|
- add ffmpeg encoders support
|
|
- add win32 encoders support
|
|
- add raw video out
|
|
- check/fix frame copy
|
|
- implement VBR audio copy
|
|
- Estimated Size and Time
|
|
- image cut/crop filter
|
|
|
|
other:
|
|
- fix DVB a-v sync problems, switch to mp1e
|
|
- check if runtime cpu detection works and complete, and add ./configure option
|
|
and announce it and so on...
|
|
|
|
|
|
FUTURE:
|
|
~~~~~~~
|
|
|
|
demuxer:
|
|
- implement forward seeking in indexed avi streams
|
|
- implement brute-force broken avi fixer
|
|
|
|
decoders:
|
|
- check and import videodecoding.de stuff
|
|
- qtx support?
|
|
- 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 ogg/vorbis audio encoder
|
|
- stop/resume
|
|
|
|
gui:
|
|
- playlist ?
|
|
- preferences ?
|
|
|
|
other:
|
|
- dvd server
|
|
- sub database
|
|
- mga_vid crtc2 fix
|
|
- make mach64_vid
|
|
- libvo2
|
|
|