[MPlayer-dev-eng] [PATCH] reduce vdec verbosity

compn tempn at twmi.rr.com
Thu Sep 24 03:15:00 CEST 2009


On Wed, 23 Sep 2009 19:22:52 +0200, Diego Biurrun wrote:
>
>Currently vd.c prints some redundant information:
>
>VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12)
>VDec: using Planar YV12 as output csp (no 0)
>Movie-Aspect is 1.36:1 - prescaling to correct movie aspect.
>VO: [xv] 720x576 => 784x576 Planar YV12 
>

you should paste the before and after output when changing it.

>I consider this debug output that should only be available in verbose
>mode.

are you talking about the two VDec: lines? i cant tell from the patch.
i dont remember any particular bugs that those lines helped out with.

there is an annoying output loop if the colorspace cant be found:

mplayer -vo gl -vf eq file.avi

VDec: vo config request - 320 x 240 (preferred colorspace: Planar 422P)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,

repeated a LOT until audio ends. -vf eq,scale works tho.

a similar loop appears when playing this sample:
http://samples.mplayerhq.hu/FLV/flash_with_alpha/laraShadow_dl.flv

Unsupported PixelFormat 35
Unsupported PixelFormat 35
VDec: vo config request - 310 x 449 (preferred colorspace: Unknown 0x0000)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.

which is a diff bug, but at least shows the output problem.

-compn



More information about the MPlayer-dev-eng mailing list