mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5532 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c961f03b97
commit
5025a26bb9
@ -4,20 +4,26 @@ TODO:
|
|||||||
|
|
||||||
FOR THE RELEASE:
|
FOR THE RELEASE:
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
remove all non-GPL code...
|
||||||
|
(move them out from 'main' tree to some 'obsoleted' tree in cvs)
|
||||||
|
|
||||||
AVI demuxer:
|
demuxer:
|
||||||
- fix AVI index offset base position handling ('no video stream found' bug)
|
- fix AVI index offset base position handling ('no video stream found' bug)
|
||||||
- implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
- implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
||||||
- fix for growing avi files (movi_end pos > stream->end_pos)
|
- fix for growing avi files (movi_end pos > stream->end_pos)
|
||||||
- implement forward seeking in avi streams with no index
|
- 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
|
||||||
|
|
||||||
URGENT:
|
URGENT:
|
||||||
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
||||||
- mencoder: image cut/crop/extend filter, colorspace conversion
|
|
||||||
- codec priority option
|
- codec priority option
|
||||||
- implement software scaling to vo_mpegpes
|
- mencoder: move encoders from mencoder.c to libmpcodecs
|
||||||
- move encoders from mencoder.c to libvo
|
- mencoder: migrate to muxer layer
|
||||||
- implement/commit Ogg demuxer
|
- move realtime mpeg1 encoders (lavc, fame, rte) to libmpcodecs/vf
|
||||||
|
|
||||||
|
|
||||||
FUTURE:
|
FUTURE:
|
||||||
@ -25,12 +31,10 @@ FUTURE:
|
|||||||
|
|
||||||
decoders:
|
decoders:
|
||||||
- getting mss1 (Windows Screen Video) DLL codec working... - kabi
|
- getting mss1 (Windows Screen Video) DLL codec working... - kabi
|
||||||
- fix seeking with libmad audio codec (codec lost sync and can't resync?)
|
|
||||||
|
|
||||||
demuxer:
|
demuxer:
|
||||||
- demux_mpg: support for VDR's index files for more accurate seeking
|
- demux_mpg: support for VDR's index files for more accurate seeking
|
||||||
- implement seeking for YUV4MPEG_2_, NuppelVideo and Real
|
- implement seeking for YUV4MPEG_2_, NuppelVideo and Real
|
||||||
- fix the whole syncing mechanism of Real demuxer
|
|
||||||
|
|
||||||
decoders:
|
decoders:
|
||||||
- qtx support?
|
- qtx support?
|
||||||
@ -38,8 +42,6 @@ decoders:
|
|||||||
mencoder:
|
mencoder:
|
||||||
- add ogg/vorbis audio encoder
|
- add ogg/vorbis audio encoder
|
||||||
- stop/resume
|
- stop/resume
|
||||||
- make a better encoder api
|
|
||||||
- add muxer api
|
|
||||||
|
|
||||||
gui:
|
gui:
|
||||||
- playlist ?
|
- playlist ?
|
||||||
@ -50,5 +52,3 @@ other:
|
|||||||
- mga_vid crtc2 fix
|
- mga_vid crtc2 fix
|
||||||
- make nvidia_vid ;)
|
- make nvidia_vid ;)
|
||||||
- display OSD and subtitles using DVB card's OSD
|
- display OSD and subtitles using DVB card's OSD
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user