mirror of https://github.com/mpv-player/mpv
60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
|
|
TODO:
|
|
=====
|
|
|
|
FOR THE PRE-RELEASE:
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
- fix libmpeg2 sig11, when the stream starts with non-I frame
|
|
- osd filter
|
|
- automatic colorspace conversion
|
|
- filters autoselection (scale, flip, osd)
|
|
- move realtime mpeg1 encoders (lavc, fame, rte) to libmpcodecs/vf
|
|
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
- codec priority option
|
|
|
|
|
|
FOR THE RELEASE:
|
|
~~~~~~~~~~~~~~~~
|
|
- remove all non-GPL code...
|
|
(move them out from 'main' tree to some 'obsoleted' tree in cvs)
|
|
- mencoder: migrate to muxer layer
|
|
|
|
demuxer:
|
|
- fix AVI index offset base position handling ('no video stream found' bug)
|
|
- implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
- fix for growing avi files (movi_end pos > stream->end_pos)
|
|
- implement forward seeking in avi streams with no index
|
|
- implement seeking to Ogg demuxer
|
|
- fix .asf demuxer bugs
|
|
- forward seeking from stdin ?
|
|
- fix the whole syncing mechanism of Real demuxer
|
|
- implement mpeg-TS demuxer
|
|
|
|
|
|
FUTURE:
|
|
~~~~~~~
|
|
|
|
decoders:
|
|
- getting mss1 (Windows Screen Video) DLL codec working... - kabi
|
|
|
|
demuxer:
|
|
- demux_mpg: support for VDR's index files for more accurate seeking
|
|
- implement seeking for YUV4MPEG_2_, NuppelVideo and Real
|
|
|
|
decoders:
|
|
- qtx support?
|
|
|
|
mencoder:
|
|
- add ogg/vorbis audio encoder
|
|
- stop/resume
|
|
|
|
gui:
|
|
- playlist ?
|
|
- preferences ?
|
|
|
|
other:
|
|
- dvd server
|
|
- mga_vid crtc2 fix
|
|
- make nvidia_vid ;)
|
|
- display OSD and subtitles using DVB card's OSD
|