summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-10 01:42:04 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-10 01:42:04 +0000
commitc8101bc678df102228af7c2961a311123b3d07c7 (patch)
treef5670458e6d7cf630e355b21ceaa778c31d5c41d /DOCS
parent41198d0c024dc57d005f839ddcde2e323b278b29 (diff)
downloadmpv-c8101bc678df102228af7c2961a311123b3d07c7.tar.bz2
mpv-c8101bc678df102228af7c2961a311123b3d07c7.tar.xz
updated, added list of delayed patches
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9384 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/TODO32
1 files changed, 26 insertions, 6 deletions
diff --git a/DOCS/tech/TODO b/DOCS/tech/TODO
index da2280c443..8d91678c2a 100644
--- a/DOCS/tech/TODO
+++ b/DOCS/tech/TODO
@@ -2,18 +2,38 @@
TODO:
=====
-CVS CLEANUP work:
-~~~~~~~~~~~~~~~~~
+Post-0.90 / CVS CLEANUP work:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- find/elect/etc new maintainer(s)
- remove old config/cmdline parser code
- maybe remove .raw font support too
-- renaming DOCS/translations: Hungarian->hu etc
-- rename linux->osdep
+- renaming DOCS/translations: Hungarian->hu etc - DONE!
+- rename linux->osdep - DONE!
- 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)
-
+- fix & apply the delayed patches:
+ - MPlayer-0.90rc2.rawyuv.diff - raw YUV (I420) video 'encoder'
+ (checks requires for stride==width, and aligned planes)
+ - dvb-patch4.gz - DVB-in support
+ (requires Mpeg-TS demuxer)
+ - of-raw-1.diff - raw audio/video stream dump 'muxer'
+ - qt-osx.diff - Quicktime support on OSX
+ (needs cleanup, removal of cosmetics and unrelated changes)
+ - timer-win.c - GetTimer() etc implementation using native win32 API
+ - bte.diff - something input plugin (uses fork() )
+ - lavc_statsfile_errorchecking-patch - handle errors writing to logfile
+ - slices.diff - slices support in video filters (unfinished? messy?)
+ - spudec.patch - dunno, something with partial NAV VM support?
+ - 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
+ - vf_denoise3d.c.diff - better precision (and probably speed loss) to denoise3d
FOR THE NEXT RELEASE:
~~~~~~~~~~~~~~~~~~~~~~