1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-21 15:12:48 +00:00
mpv/DOCS/tech/TODO
arpi 7db8f9a624 different goals
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9378 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 19:55:11 +00:00

103 lines
2.9 KiB
Plaintext

TODO:
=====
CVS CLEANUP work:
~~~~~~~~~~~~~~~~~
- remove old config/cmdline parser code
- maybe remove .raw font support too
- renaming DOCS/translations: Hungarian->hu etc
- rename linux->osdep
- upgrade libmpeg2 to 0.3.1+Fabian's patch
- maybe upgrade to liba52 cvs & merge in (or redo?) the asm optimizations
- change build & install stuff (cross-lib dependency etc)
- we should apply the delayed patches (see my mail sent yesterday about patches
- we should switch to the patch tracker (roundup)
FOR THE NEXT RELEASE:
~~~~~~~~~~~~~~~~~~~~~~
- fix vo_svga vs. -vop scale
- Re: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83
This patch makes mplayer unusable in console mode, always leaves the
console in graphic mode.
- supporting Noir.rm? Garbled image now. Maybe codec scales?
- Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
- check files at FTP/incoming/!to_be_fixed/*
- fix locale problems (add common float parser / mp_sscanf())
- fix partial -dr + ffmpeg + B frames (different stride per frame)
- implementing 8bpp support in vo_x11.c
- remove SVQ1 from libmpcodecs
- remove -vop yuy2, yvu9
- 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
- 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)
- 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 ;)
- X11 Render support into DGA for OSD (from the DOCS;)
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
- merge tech/encoding-tips.txt into encoding.html
- 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?