[Mplayer-cvslog] CVS: main/DOCS/tech TODO,1.78,1.79
Arpi of Ize
arpi at mplayerhq.hu
Sat Mar 22 17:54:56 CET 2003
- Previous message: [Mplayer-cvslog] CVS: 0_90/libao2 ao_alsa5.c,1.13,1.14 ao_alsa9.c,1.31,1.32 ao_arts.c,1.4,1.5 ao_dxr2.c,1.3,1.4 ao_esd.c,1.2,1.3 ao_mpegpes.c,1.17,1.18 ao_nas.c,1.12,1.13 ao_null.c,1.9,1.10 ao_oss.c,1.38,1.39 ao_pcm.c,1.16,1.17 ao_plugin.c,1.22,1.23 ao_sdl.c,1.21,1.22 ao_sgi.c,1.2,1.3 ao_sun.c,1.23,1.24 ao_win32.c,1.3,1.4 audio_out.c,1.32,1.33 audio_out.h,1.11,1.12 audio_out_internal.h,1.3,1.4 audio_plugin.h,1.12,1.13 audio_plugin_internal.h,1.3,1.4 pl_delay.c,1.6,1.7 pl_eq.c,1.7,1.8 pl_extrastereo.c,1.4,1.5 pl_format.c,1.7,1.8 pl_resample.c,1.12,1.13 pl_surround.c,1.13,1.14 pl_volnorm.c,1.6,1.7 pl_volume.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/DOCS/pl bugreports.html,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv15755
Modified Files:
TODO
Log Message:
updated
Index: TODO
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/TODO,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- TODO 22 Mar 2003 12:02:25 -0000 1.78
+++ TODO 22 Mar 2003 16:54:34 -0000 1.79
@@ -4,28 +4,22 @@
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 - DONE!
-- rename linux->osdep - DONE!
+- remove SVQ1 from libmpcodecs
+- remove -vf yuy2, yvu9
- 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)
+ - re-design makefile dependency system
- 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
@@ -33,29 +27,24 @@
- 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
+- fix locale problems (add common float parser / mp_sscanf())
+ maybe use Albeu's new filter args parser hack in all filters, remove sscanf()
+- new demuxer layer - at least modularized...
+- review and implement draw_slice() support in video filters
FOR THE NEXT RELEASE:
~~~~~~~~~~~~~~~~~~~~~~
-- fix vo_svga vs. -vf scale
+- 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.
-- 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 -vf 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:
- Previous message: [Mplayer-cvslog] CVS: 0_90/libao2 ao_alsa5.c,1.13,1.14 ao_alsa9.c,1.31,1.32 ao_arts.c,1.4,1.5 ao_dxr2.c,1.3,1.4 ao_esd.c,1.2,1.3 ao_mpegpes.c,1.17,1.18 ao_nas.c,1.12,1.13 ao_null.c,1.9,1.10 ao_oss.c,1.38,1.39 ao_pcm.c,1.16,1.17 ao_plugin.c,1.22,1.23 ao_sdl.c,1.21,1.22 ao_sgi.c,1.2,1.3 ao_sun.c,1.23,1.24 ao_win32.c,1.3,1.4 audio_out.c,1.32,1.33 audio_out.h,1.11,1.12 audio_out_internal.h,1.3,1.4 audio_plugin.h,1.12,1.13 audio_plugin_internal.h,1.3,1.4 pl_delay.c,1.6,1.7 pl_eq.c,1.7,1.8 pl_extrastereo.c,1.4,1.5 pl_format.c,1.7,1.8 pl_resample.c,1.12,1.13 pl_surround.c,1.13,1.14 pl_volnorm.c,1.6,1.7 pl_volume.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/DOCS/pl bugreports.html,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list