2001-11-27 01:12:12 +01:00
|
|
|
TODO:
|
|
|
|
=====
|
|
|
|
|
2005-08-18 13:29:58 +02:00
|
|
|
CVS CLEANUP work:
|
2003-02-10 02:42:04 +01:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2003-02-09 20:55:11 +01:00
|
|
|
- maybe remove .raw font support too
|
2003-03-22 17:54:34 +01:00
|
|
|
- remove -vf yuy2, yvu9
|
2003-02-09 20:55:11 +01:00
|
|
|
- maybe upgrade to liba52 cvs & merge in (or redo?) the asm optimizations
|
|
|
|
- change build & install stuff (cross-lib dependency etc)
|
2003-03-22 17:54:34 +01:00
|
|
|
- re-design makefile dependency system
|
2003-02-09 20:55:11 +01:00
|
|
|
- we should switch to the patch tracker (roundup)
|
2003-02-10 02:42:04 +01:00
|
|
|
- fix & apply the delayed patches:
|
|
|
|
- MPlayer-0.90rc2.rawyuv.diff - raw YUV (I420) video 'encoder'
|
|
|
|
(checks requires for stride==width, and aligned planes)
|
|
|
|
- of-raw-1.diff - raw audio/video stream dump 'muxer'
|
|
|
|
- bte.diff - something input plugin (uses fork() )
|
|
|
|
- lavc_statsfile_errorchecking-patch - handle errors writing to logfile
|
|
|
|
- xine-lib-cvs-xvmc.diff - XvMC support for libmpeg2 0.3.x
|
|
|
|
- fastermemcpy.diff - cacheline-size dependant 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
|
2003-03-22 17:54:34 +01:00
|
|
|
- review and implement draw_slice() support in video filters
|
2002-12-05 01:43:46 +01:00
|
|
|
|
2003-01-22 23:30:44 +01:00
|
|
|
FOR THE NEXT RELEASE:
|
2002-07-30 18:54:01 +02:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
2003-03-22 17:54:34 +01:00
|
|
|
- fix vo_svga vs. -vf scale - DONE?
|
2004-04-18 01:19:22 +02:00
|
|
|
- Re: [MPlayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83
|
2003-02-03 01:47:21 +01:00
|
|
|
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)
|
2003-01-22 23:30:44 +01:00
|
|
|
- check files at FTP/incoming/!to_be_fixed/*
|
|
|
|
- fix partial -dr + ffmpeg + B frames (different stride per frame)
|
2003-01-01 04:56:59 +01:00
|
|
|
- implementing 8bpp support in vo_x11.c
|
2002-12-07 03:46:30 +01:00
|
|
|
- cleanup qtaudio/qtvideo (move globals to context)
|
|
|
|
- cleanup DMO interfaces
|
2002-10-24 22:56:38 +02:00
|
|
|
- fix AVI index offset base position handling ('no video stream found' bug)
|
2005-08-18 15:46:01 +02:00
|
|
|
- Port GUI code to plain gtk without using X functions (any volunteers??? we really need help here)
|
2002-11-06 23:19:15 +01:00
|
|
|
|
2002-07-30 18:54:01 +02:00
|
|
|
FOR THE v1.00 RELEASE:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
2002-04-11 12:37:00 +02:00
|
|
|
|
2006-03-27 13:39:27 +02:00
|
|
|
cruft removal:
|
|
|
|
- remove support for skins directories using the obsolete name 'Skin'
|
|
|
|
|
|
|
|
DVB:
|
2002-07-30 18:54:01 +02:00
|
|
|
- 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
|
2001-12-06 13:20:40 +01:00
|
|
|
|
2002-05-12 02:46:39 +02:00
|
|
|
avi demuxer: (needs rewrite)
|
2002-02-11 02:15:22 +01:00
|
|
|
- implement hardcore bruteforce avi re-sync for broken files (-forceidx)
|
|
|
|
- fix for growing avi files (movi_end pos > stream->end_pos)
|
2002-03-16 02:34:45 +01:00
|
|
|
- implement forward seeking in avi streams with no index
|
2002-05-12 02:46:39 +02:00
|
|
|
|
2002-07-30 18:54:01 +02:00
|
|
|
mencoder:
|
|
|
|
- finish mencoder -ovc vfw (bitrate setting, codec selection etc)
|
|
|
|
- add ogg/vorbis audio encoder
|
|
|
|
- stop/resume
|
|
|
|
|
2003-10-04 00:30:35 +02:00
|
|
|
DOCS:
|
2003-10-25 20:49:40 +02:00
|
|
|
- break up 6 level deep sections
|
|
|
|
- merge tech/encoding-tips.txt into mencoder.xml
|
2004-01-21 22:20:41 +01:00
|
|
|
- merge iive's XvMC docs into video.xml
|
2003-10-04 00:30:35 +02:00
|
|
|
- finish reviewing all of the docs
|
|
|
|
- mplayer.1
|
|
|
|
- encoding.html
|
|
|
|
- video.html
|
|
|
|
- documentation.html
|
|
|
|
- enhance the FAQ
|
2004-04-27 18:02:33 +02:00
|
|
|
- split man page into mplayer.1 and mencoder.1
|
2003-10-04 00:30:35 +02:00
|
|
|
|
2001-12-06 13:20:40 +01:00
|
|
|
|
|
|
|
FUTURE:
|
|
|
|
~~~~~~~
|
|
|
|
|
|
|
|
demuxer:
|
2001-12-16 04:21:47 +01:00
|
|
|
- demux_mpg: support for VDR's index files for more accurate seeking
|
2002-05-04 01:54:13 +02:00
|
|
|
- implement seeking for YUV4MPEG_2_
|
2001-11-27 01:12:12 +01:00
|
|
|
|
|
|
|
decoders:
|
2002-07-30 18:54:01 +02:00
|
|
|
- fix DLLs: pegasusm, pegasusl, pegasusmwv, 3ivX, morgands, alaris, vcr1, pim1,
|
2002-09-09 23:56:47 +02:00
|
|
|
rricm
|
2001-11-27 01:12:12 +01:00
|
|
|
|
|
|
|
other:
|
|
|
|
- dvd server
|
|
|
|
- mga_vid crtc2 fix
|
2003-02-02 14:03:02 +01:00
|
|
|
- X11 Render support into DGA for OSD (from the DOCS;)
|
2002-12-03 01:25:02 +01:00
|
|
|
|
2003-10-04 00:30:35 +02:00
|
|
|
DOCS:
|
2003-05-26 00:36:18 +02:00
|
|
|
- convert man page to XML
|
2002-12-03 01:25:02 +01:00
|
|
|
- write a detailed encoding guide
|
2003-12-07 01:52:36 +01:00
|
|
|
- document missing divx4opts (everything in #if ENCORE_MAJOR_VERSION >= 5200,
|
|
|
|
vbrdebug)
|