summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-05 15:54:31 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-05 15:54:31 +0000
commitc6f6d46ace8cbc223254a5506e430075a0c52908 (patch)
tree49262b57190edbceb6ccfcc9336e1d576d90b6eb /DOCS/man/en
parent173e7ebc35f2a042f7422fa4350206895e7faa02 (diff)
downloadmpv-c6f6d46ace8cbc223254a5506e430075a0c52908.tar.bz2
mpv-c6f6d46ace8cbc223254a5506e430075a0c52908.tar.xz
Document missing vo_gl suboptions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28095 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.19
1 files changed, 7 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 222c762f17..284526a05a 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3714,6 +3714,9 @@ Provides brightness, contrast, saturation, hue and gamma control.
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=<n>
Select the scaling function to use for luminance scaling.
Only valid for yuv modes 2, 3, 4 and 6.
@@ -3730,13 +3733,15 @@ Works on a few more cards than method 1.
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.
+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 strength of 0.5.
+5: Use experimental unsharp masking with 5x5 support and a default strength of 0.5 (see filter-strength).
.RE
.IPs cscale=<n>
Select the scaling function to use for chrominance scaling.
For details see lscale.
+.IPs filter-strength=<value>
+Set the effect strength for the lscale/cscale filters that support it.
.IPs customprog=<filename>
Load a custom fragment program from <filename>.
See TOOLS/edgedect.fp for an example.