mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
f100d2e169
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7900 b3059339-0415-0410-9bf9-f77b7e298cf2
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
|
|
TODO:
|
|
=====
|
|
|
|
FOR THE v0.90 RELEASE:
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
- finish audio filter layer
|
|
- new demuxer layer - at least modularized...
|
|
- fix AVI index offset base position handling ('no video stream found' bug)
|
|
|
|
FOR THE v1.00 RELEASE:
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
- 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)
|
|
- implement OpenDML index support (read & write)
|
|
- 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
|
|
|
|
mencoder:
|
|
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
- implement muxer layer (for mpg, ogm, mov support)
|
|
- add ogg/vorbis audio encoder
|
|
- stop/resume
|
|
|
|
docs:
|
|
- migrate to XML/DocBook
|
|
- restructuring?
|
|
|
|
FUTURE:
|
|
~~~~~~~
|
|
|
|
demuxer:
|
|
- demux_mpg: support for VDR's index files for more accurate seeking
|
|
- implement seeking for YUV4MPEG_2_
|
|
|
|
decoders:
|
|
- fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
|
rricm
|
|
|
|
decoders:
|
|
- qtx support?
|
|
- WMO (wmv9) support?
|
|
|
|
other:
|
|
- dvd server
|
|
- mga_vid crtc2 fix
|
|
- make nvidia_vid ;)
|