# HG changeset patch # User reimar # Date 1228492471 0 # Node ID 7cff610d4542b0d91606d636e4f6cacb74df2276 # Parent 70a2108520ebdc82ccdc5ead5d7bb80cbe406687 Document missing vo_gl suboptions diff -r 70a2108520eb -r 7cff610d4542 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Fri Dec 05 15:50:24 2008 +0000 +++ b/DOCS/man/en/mplayer.1 Fri Dec 05 15:54:31 2008 +0000 @@ -3714,6 +3714,9 @@ Gamma can also be set independently for red, green and blue. Speed depends more on GPU memory bandwidth than other methods. .RE +.IPs ycbcr +Use the GL_MESA_ycbcr_texture extension to convert YUV to RGB. +In most cases this is probably slower than doing software conversion to RGB. .IPs lscale= Select the scaling function to use for luminance scaling. Only valid for yuv modes 2, 3, 4 and 6. @@ -3730,13 +3733,15 @@ 3: Same as 1 but does not use a lookup texture. Might be faster on some cards. .br -4: Use experimental unsharp masking with 3x3 support and a strength of 0.5. -.br -5: Use experimental unsharp masking with 5x5 support and a strength of 0.5. +4: Use experimental unsharp masking with 3x3 support and a default strength of 0.5 (see filter-strength). +.br +5: Use experimental unsharp masking with 5x5 support and a default strength of 0.5 (see filter-strength). .RE .IPs cscale= Select the scaling function to use for chrominance scaling. For details see lscale. +.IPs filter-strength= +Set the effect strength for the lscale/cscale filters that support it. .IPs customprog= Load a custom fragment program from . See TOOLS/edgedect.fp for an example.