view DOCS/tech/TODO @ 35490:a5f5f61a7a35

Replace confusing guiInfoMediumClear() by MediumPrepare(). (It has been completely rewritten.) Now call MediumPrepare() only once for all play events. Check for current StreamType and clear stuff not being used for this stream type (and only stuff that need to be cleared).
author ib
date Mon, 03 Dec 2012 16:26:39 +0000
parents f2b81cd25817
children
line wrap: on
line source

TODO:
=====

SVN CLEANUP work:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- remove -vf yuy2, yvu9
- change build & install stuff (cross-lib dependency etc)
  - re-design makefile dependency system
- start using the ffmpeg patch tracker (roundup)
- check if these still matter & fix & apply the needed patches:
  - MPlayer-0.90rc2.rawyuv.diff - raw YUV (I420) video 'encoder'
    (checks requires for stride==width, and aligned planes)
  - bte.diff - something input plugin (uses fork() )
  - lavc_statsfile_errorchecking-patch - handle errors writing to logfile
  - fastermemcpy.diff - cacheline-size dependent optimizations
  - fire-x86-runtime-options.diff - en/disable (force) cpu features runtime
    (needs to be integrated with --runtime-cpu-detection en/disabled modes)
  - mga_vid_laced.diff - buggy interlace support into mga_vid
  - patch_sortsub_disable-1.3x.diff - remove --disable-sortsub
  - mplayer-0.90rc3-fixfbdev.patch - ugly hack to fix multiple file & -vo fbdev
  - fix and apply dvd menu patches.
- review and implement draw_slice() support in video filters
- remove vidix/ and use external vidix

FOR THE NEXT RELEASE:
~~~~~~~~~~~~~~~~~~~~~~
- fix vo_svga vs. -vf scale - DONE?
- 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.
- Dec 19: [BUG] mencoder+mp3lame creates desynced AVI (<=22Khz support missing)
- finish testing /old-incoming/ samples
- fix partial -dr + ffmpeg + B frames (different stride per frame)
- implementing 8bpp support in vo_x11.c
- cleanup qtaudio/qtvideo (move globals to context)
- cleanup DMO interfaces
- Port GUI code to plain gtk without using X functions (any volunteers??? we really need help here)

FOR THE v1.00 RELEASE:
~~~~~~~~~~~~~~~~~~~~~~

DVB:
- display OSD and subtitles using DVB card's OSD

avi demuxer: (needs rewrite)
- 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:
- add ogg/vorbis audio encoder
- stop/resume

DOCS:
- merge iive's XvMC docs into video.xml
- enhance and merge the FAQ with the wiki FAQ
- split man page into mplayer.1 and mencoder.1


FUTURE:
~~~~~~~

demuxer:
- demux_mpg: support for VDR's index files for more accurate seeking
  - finish evo support
- implement seeking for YUV4MPEG_2_

decoders:
- fix DLL loading problems
  - vfw: pegasusm, pegasusl, pegasusmwv, 3ivX, alaris, vcr1, pim1, rricm, mvi1, mvi2
  - dshow: morgands
  - qtvideo and qtaudio: all crashing codecs
    - update qt binary codec to latest version

other:
- dvd server
- mga_vid crtc2 fix
- X11 Render support into DGA for OSD (from the DOCS;)

DOCS:
- finish encoding for embedded devices howto

stream:
- native or nemesi rtsp support

remove externals:
- remove libmpeg2 when ffmpeg12 is faster