mirror of
https://github.com/mpv-player/mpv
synced 2025-01-17 20:48:46 +00:00
updated - feel free to comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6846 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5f287b1411
commit
5fc8e4a9a4
@ -2,15 +2,28 @@
|
|||||||
TODO:
|
TODO:
|
||||||
=====
|
=====
|
||||||
|
|
||||||
FOR THE PRE-RELEASE:
|
FOR THE v0.90 RELEASE:
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
- use codec family names instead of IDs (-afm/-vfm changes)
|
||||||
- codec priority option
|
- codec (vc/ac) priority option
|
||||||
|
- ao/vo priority option
|
||||||
|
|
||||||
|
demuxer:
|
||||||
|
- fix .asf demuxer bugs - DONE?
|
||||||
|
- fix buggy .rm files (broken rv20/30 frames) - Florian?
|
||||||
|
- add+test non-cook realaudio codecs - samples?
|
||||||
|
- fix .mp4 demuxer bugs - Atmos? (sig11, bad AAC audio)
|
||||||
|
|
||||||
FOR THE RELEASE:
|
FOR THE v1.00 RELEASE:
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
- mencoder: migrate to muxer layer
|
|
||||||
|
- audio filter layer
|
||||||
|
- new demuxer layer - at least modularized...
|
||||||
|
- display OSD and subtitles using DVB card's OSD
|
||||||
|
|
||||||
|
mpg demuxer:
|
||||||
|
- implement mpeg-TS demuxer
|
||||||
|
- implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
|
||||||
|
|
||||||
avi demuxer: (needs rewrite)
|
avi demuxer: (needs rewrite)
|
||||||
- fix AVI index offset base position handling ('no video stream found' bug)
|
- fix AVI index offset base position handling ('no video stream found' bug)
|
||||||
@ -19,37 +32,31 @@ avi demuxer: (needs rewrite)
|
|||||||
- 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
|
||||||
|
|
||||||
demuxer:
|
mencoder:
|
||||||
- fix .asf demuxer bugs
|
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
||||||
- forward seeking from stdin ?
|
- implement muxer layer (for mpg, ogm, mov support)
|
||||||
- fix the whole syncing mechanism of Real demuxer
|
- add ogg/vorbis audio encoder
|
||||||
- implement mpeg-TS demuxer
|
- stop/resume
|
||||||
|
|
||||||
|
docs:
|
||||||
|
- migrate to XML/DocBook
|
||||||
|
- restructuring?
|
||||||
|
|
||||||
FUTURE:
|
FUTURE:
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
decoders:
|
|
||||||
- fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
|
||||||
qpeg, rricm
|
|
||||||
|
|
||||||
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_
|
- implement seeking for YUV4MPEG_2_
|
||||||
|
|
||||||
|
decoders:
|
||||||
|
- fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
||||||
|
qpeg, rricm
|
||||||
|
|
||||||
decoders:
|
decoders:
|
||||||
- qtx support?
|
- qtx support?
|
||||||
|
|
||||||
mencoder:
|
|
||||||
- add ogg/vorbis audio encoder
|
|
||||||
- stop/resume
|
|
||||||
|
|
||||||
gui:
|
|
||||||
- playlist ?
|
|
||||||
- preferences ?
|
|
||||||
|
|
||||||
other:
|
other:
|
||||||
- dvd server
|
- dvd server
|
||||||
- mga_vid crtc2 fix
|
- mga_vid crtc2 fix
|
||||||
- make nvidia_vid ;)
|
- make nvidia_vid ;)
|
||||||
- display OSD and subtitles using DVB card's OSD
|
|
||||||
- sync with mplayerxp-vidix (pm3 and rage128)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user