[MPlayer-dev-eng] [PATCH] if(verbose>X) --> mp_msg_test
Diego Biurrun
diego at biurrun.de
Wed Mar 22 00:53:37 CET 2006
- Previous message: [MPlayer-dev-eng] Re: [MPlayer-cvslog] CVS: main/libmpcodecs dec_video.c, 1.165, 1.166 ve_divx4.c, 1.20, 1.21 ve_lavc.c, 1.134, 1.135 ve_libdv.c, 1.15, 1.16 ve_nuv.c, 1.9, 1.10 ve_qtvideo.c, 1.18, 1.19 ve_raw.c, 1.7, 1.8 ve_vfw.c, 1.21, 1.22 ve_x264.c, 1.48, 1.49 ve_xvid.c, 1.32, 1.33 ve_xvid4.c, 1.25, 1.26 vf.c, 1.124, 1.125 vf.h, 1.29, 1.30 vf_1bpp.c, 1.5, 1.6 vf_2xsai.c, 1.4, 1.5 vf_bmovl.c, 1.14, 1.15 vf_boxblur.c, 1.6, 1.7 vf_crop.c, 1.18, 1.19 vf_cropdetect.c, 1.13, 1.14 vf_decimate.c, 1.3, 1.4 vf_delogo.c, 1.6, 1.7 vf_denoise3d.c, 1.10, 1.11 vf_detc.c, 1.7, 1.8 vf_dint.c, 1.5, 1.6 vf_divtc.c, 1.4, 1.5 vf_down3dright.c, 1.6, 1.7 vf_eq.c, 1.10, 1.11 vf_eq2.c, 1.10, 1.11 vf_expand.c, 1.34, 1.35 vf_fame.c, 1.12, 1.13 vf_field.c, 1.6, 1.7 vf_fil.c, 1.2, 1.3 vf_filmdint.c, 1.5, 1.6 vf_flip.c, 1.14, 1.15 vf_framestep.c, 1.2, 1.3 vf_fspp.c, 1.13, 1.14 vf_halfpack.c, 1.8, 1.9 vf_harddup.c, 1.3, 1.4 vf_hqdn3d.c, 1.7, 1.8 vf_hue.c, 1.6, 1.7 vf_il.c, 1.7, 1.8 vf_ilpack.c, 1.6, 1.7 vf_ivtc.c, 1.6, 1.7 vf_kerndeint.c, 1.4, 1.5 vf_lavc.c, 1.20, 1.21 vf_lavcdeint.c, 1.9, 1.10 vf_mirror.c, 1.8, 1.9 vf_noise.c, 1.16, 1.17 vf_palette.c, 1.13, 1.14 vf_perspective.c, 1.4, 1.5 vf_phase.c, 1.4, 1.5 vf_pp.c, 1.35, 1.36 vf_pp7.c, 1.7, 1.8 vf_pullup.c, 1.14, 1.15 vf_qp.c, 1.6, 1.7 vf_rectangle.c, 1.10, 1.11 vf_remove_logo.c, 1.4, 1.5 vf_rgb2bgr.c, 1.7, 1.8 vf_rgbtest.c, 1.3, 1.4 vf_rotate.c, 1.9, 1.10 vf_sab.c, 1.8, 1.9 vf_scale.c, 1.64, 1.65 vf_screenshot.c, 1.8, 1.9 vf_smartblur.c, 1.11, 1.12 vf_softpulldown.c, 1.4, 1.5 vf_softskip.c, 1.2, 1.3 vf_spp.c, 1.34, 1.35 vf_swapuv.c, 1.7, 1.8 vf_telecine.c, 1.3, 1.4 vf_test.c, 1.8, 1.9 vf_tfields.c, 1.12, 1.13 vf_tile.c, 1.2, 1.3 vf_tinterlace.c, 1.4, 1.5 vf_unsharp.c, 1.9, 1.10 vf_uspp.c, 1.6, 1.7 vf_vo.c, 1.26, 1.27 vf_yuvcsp.c, 1.2, 1.3 vf_yuy2.c, 1.9, 1.10 vf_yvu9.c, 1.7, 1.8 vf_zrmjpeg.c, 1.6, 1.7
- Next message: [MPlayer-dev-eng] [PATCH] if(verbose>X) --> mp_msg_test
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hi,
I was staring at progress bars a lot at work yesterday, so I did some
janitorial work that should help the pending mp_msg patch from attila.
I've converted all the 'if (verbose > X)' calls to mp_msg_test, which is
the proper way and gets us rid of a few global vars as an added bonus.
I intend to apply this tomorrow, shout now if I messed up somewhere.
Diego
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mp_msg_test.patch.bz2
Type: application/octet-stream
Size: 16517 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060322/ad35b02a/attachment.obj>
- Previous message: [MPlayer-dev-eng] Re: [MPlayer-cvslog] CVS: main/libmpcodecs dec_video.c, 1.165, 1.166 ve_divx4.c, 1.20, 1.21 ve_lavc.c, 1.134, 1.135 ve_libdv.c, 1.15, 1.16 ve_nuv.c, 1.9, 1.10 ve_qtvideo.c, 1.18, 1.19 ve_raw.c, 1.7, 1.8 ve_vfw.c, 1.21, 1.22 ve_x264.c, 1.48, 1.49 ve_xvid.c, 1.32, 1.33 ve_xvid4.c, 1.25, 1.26 vf.c, 1.124, 1.125 vf.h, 1.29, 1.30 vf_1bpp.c, 1.5, 1.6 vf_2xsai.c, 1.4, 1.5 vf_bmovl.c, 1.14, 1.15 vf_boxblur.c, 1.6, 1.7 vf_crop.c, 1.18, 1.19 vf_cropdetect.c, 1.13, 1.14 vf_decimate.c, 1.3, 1.4 vf_delogo.c, 1.6, 1.7 vf_denoise3d.c, 1.10, 1.11 vf_detc.c, 1.7, 1.8 vf_dint.c, 1.5, 1.6 vf_divtc.c, 1.4, 1.5 vf_down3dright.c, 1.6, 1.7 vf_eq.c, 1.10, 1.11 vf_eq2.c, 1.10, 1.11 vf_expand.c, 1.34, 1.35 vf_fame.c, 1.12, 1.13 vf_field.c, 1.6, 1.7 vf_fil.c, 1.2, 1.3 vf_filmdint.c, 1.5, 1.6 vf_flip.c, 1.14, 1.15 vf_framestep.c, 1.2, 1.3 vf_fspp.c, 1.13, 1.14 vf_halfpack.c, 1.8, 1.9 vf_harddup.c, 1.3, 1.4 vf_hqdn3d.c, 1.7, 1.8 vf_hue.c, 1.6, 1.7 vf_il.c, 1.7, 1.8 vf_ilpack.c, 1.6, 1.7 vf_ivtc.c, 1.6, 1.7 vf_kerndeint.c, 1.4, 1.5 vf_lavc.c, 1.20, 1.21 vf_lavcdeint.c, 1.9, 1.10 vf_mirror.c, 1.8, 1.9 vf_noise.c, 1.16, 1.17 vf_palette.c, 1.13, 1.14 vf_perspective.c, 1.4, 1.5 vf_phase.c, 1.4, 1.5 vf_pp.c, 1.35, 1.36 vf_pp7.c, 1.7, 1.8 vf_pullup.c, 1.14, 1.15 vf_qp.c, 1.6, 1.7 vf_rectangle.c, 1.10, 1.11 vf_remove_logo.c, 1.4, 1.5 vf_rgb2bgr.c, 1.7, 1.8 vf_rgbtest.c, 1.3, 1.4 vf_rotate.c, 1.9, 1.10 vf_sab.c, 1.8, 1.9 vf_scale.c, 1.64, 1.65 vf_screenshot.c, 1.8, 1.9 vf_smartblur.c, 1.11, 1.12 vf_softpulldown.c, 1.4, 1.5 vf_softskip.c, 1.2, 1.3 vf_spp.c, 1.34, 1.35 vf_swapuv.c, 1.7, 1.8 vf_telecine.c, 1.3, 1.4 vf_test.c, 1.8, 1.9 vf_tfields.c, 1.12, 1.13 vf_tile.c, 1.2, 1.3 vf_tinterlace.c, 1.4, 1.5 vf_unsharp.c, 1.9, 1.10 vf_uspp.c, 1.6, 1.7 vf_vo.c, 1.26, 1.27 vf_yuvcsp.c, 1.2, 1.3 vf_yuy2.c, 1.9, 1.10 vf_yvu9.c, 1.7, 1.8 vf_zrmjpeg.c, 1.6, 1.7
- Next message: [MPlayer-dev-eng] [PATCH] if(verbose>X) --> mp_msg_test
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-dev-eng
mailing list