mirror of https://github.com/mpv-player/mpv
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
|
|
TODO:
|
|
=====
|
|
|
|
FOR THE RELEASE:
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
AVI 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
|
|
|
|
URGENT:
|
|
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
- mencoder: image cut/crop/extend filter, colorspace conversion
|
|
- codec priority option
|
|
- implement software scaling to vo_mpegpes
|
|
- move encoders from mencoder.c to libvo
|
|
- implement/commit Ogg demuxer
|
|
|
|
|
|
FUTURE:
|
|
~~~~~~~
|
|
|
|
decoders:
|
|
- getting mss1 (Windows Screen Video) DLL codec working... - kabi
|
|
- fix seeking with libmad audio codec (codec lost sync and can't resync?)
|
|
|
|
demuxer:
|
|
- demux_mpg: support for VDR's index files for more accurate seeking
|
|
- implement seeking for YUV4MPEG_2_, NuppelVideo and Real
|
|
- fix the whole syncing mechanism of Real demuxer
|
|
|
|
decoders:
|
|
- qtx support?
|
|
|
|
mencoder:
|
|
- add ogg/vorbis audio encoder
|
|
- stop/resume
|
|
- make a better encoder api
|
|
- add muxer api
|
|
|
|
gui:
|
|
- playlist ?
|
|
- preferences ?
|
|
|
|
other:
|
|
- dvd server
|
|
- mga_vid crtc2 fix
|
|
- make nvidia_vid ;)
|
|
- display OSD and subtitles using DVB card's OSD
|
|
|
|
|