comparison DOCS/tech/TODO @ 9383:ce313c6e5999

updated, added list of delayed patches
author arpi
date Mon, 10 Feb 2003 01:42:04 +0000
parents fc4eee316b62
children 78ef5d3126b2
comparison
equal deleted inserted replaced
9382:1b3444713694 9383:ce313c6e5999
1 1
2 TODO: 2 TODO:
3 ===== 3 =====
4 4
5 CVS CLEANUP work: 5 Post-0.90 / CVS CLEANUP work:
6 ~~~~~~~~~~~~~~~~~ 6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 - find/elect/etc new maintainer(s)
7 - remove old config/cmdline parser code 8 - remove old config/cmdline parser code
8 - maybe remove .raw font support too 9 - maybe remove .raw font support too
9 - renaming DOCS/translations: Hungarian->hu etc 10 - renaming DOCS/translations: Hungarian->hu etc - DONE!
10 - rename linux->osdep 11 - rename linux->osdep - DONE!
11 - upgrade libmpeg2 to 0.3.1+Fabian's patch 12 - upgrade libmpeg2 to 0.3.1+Fabian's patch
12 - maybe upgrade to liba52 cvs & merge in (or redo?) the asm optimizations 13 - maybe upgrade to liba52 cvs & merge in (or redo?) the asm optimizations
13 - change build & install stuff (cross-lib dependency etc) 14 - change build & install stuff (cross-lib dependency etc)
14 - we should apply the delayed patches (see my mail sent yesterday about patches
15 - we should switch to the patch tracker (roundup) 15 - we should switch to the patch tracker (roundup)
16 16 - fix & apply the delayed patches:
17 - MPlayer-0.90rc2.rawyuv.diff - raw YUV (I420) video 'encoder'
18 (checks requires for stride==width, and aligned planes)
19 - dvb-patch4.gz - DVB-in support
20 (requires Mpeg-TS demuxer)
21 - of-raw-1.diff - raw audio/video stream dump 'muxer'
22 - qt-osx.diff - Quicktime support on OSX
23 (needs cleanup, removal of cosmetics and unrelated changes)
24 - timer-win.c - GetTimer() etc implementation using native win32 API
25 - bte.diff - something input plugin (uses fork() )
26 - lavc_statsfile_errorchecking-patch - handle errors writing to logfile
27 - slices.diff - slices support in video filters (unfinished? messy?)
28 - spudec.patch - dunno, something with partial NAV VM support?
29 - xine-lib-cvs-xvmc.diff - XvMC support for libmpeg2 0.3.x
30 - fastermemcpy.diff - cacheline-size dependant optimizations
31 - fire-x86-runtime-options.diff - en/disable (force) cpu features runtime
32 (needs to be integrated with --runtime-cpu-detection en/disabled modes)
33 - mga_vid_laced.diff - buggy interlace support into mga_vid
34 - patch_sortsub_disable-1.3x.diff - remove --disable-sortsub
35 - mplayer-0.90rc3-fixfbdev.patch - ugly hack to fix multiple file & -vo fbdev
36 - vf_denoise3d.c.diff - better precision (and probably speed loss) to denoise3d
17 37
18 FOR THE NEXT RELEASE: 38 FOR THE NEXT RELEASE:
19 ~~~~~~~~~~~~~~~~~~~~~~ 39 ~~~~~~~~~~~~~~~~~~~~~~
20 - fix vo_svga vs. -vop scale 40 - fix vo_svga vs. -vop scale
21 - Re: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83 41 - Re: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.82,1.83