mpv/DOCS/tech/TODO

86 lines
2.0 KiB
Plaintext

TODO:
=====
FOR THE NEXT PRE_RELEASE:
~~~~~~~~~~~~~~~~~~~~~~~~~
- fix -vop expand=-50 + ffdivx
- remove -vop lavcdeint, remove -vop yuy2, yvu9
FOR THE v0.90 RELEASE:
~~~~~~~~~~~~~~~~~~~~~~
- cleanup qtaudio/qtvideo (move globals to context)
- cleanup DMO interfaces
- re-design makefile dependency system
- finish audio filter layer
- new demuxer layer - at least modularized...
- fix AVI index offset base position handling ('no video stream found' bug)
- review and implement draw_slice() support in video filters
- fix locale problems (add common float parser / mp_sscanf())
- NEWSTRUCT DVB driver support
- apply the delayed patches
- Update GUI code to support gtk 2.x (any volunteers??? we really need help here)
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
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
other:
- dvd server
- mga_vid crtc2 fix
- make nvidia_vid ;)
DOCUMENTATION TODO:
===================
FOR THE v0.90 RELEASE:
~~~~~~~~~~~~~~~~~~~~~~
- update the man page with all current options
- merge tech/vop.txt and tech/libavc-options.txt into the man page
- finish reviewing all of the docs
- mplayer.1
- encoding.html
- video.html
- documentation.html
- enhance the FAQ
FUTURE:
~~~~~~~
- write a detailed encoding guide
- convert the docs to SGML/XML
- restructuring?