summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-07 14:07:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-07 14:07:32 +0000
commit1b0b329dd71fc72d7123df964e8fc6de97fbeb7b (patch)
treec840d78acc3f09fc171941b98d979d9b36a65056 /DOCS
parentfd77a846b8e4e517dc95d362521ddf80efab3d2d (diff)
downloadmpv-1b0b329dd71fc72d7123df964e8fc6de97fbeb7b.tar.bz2
mpv-1b0b329dd71fc72d7123df964e8fc6de97fbeb7b.tar.xz
Add bicubic texture scaling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18623 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.110
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 4154c607ae..324fc42b52 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3077,6 +3077,16 @@ At least three texture units are needed.
Provides saturation and hue control.
This method is fast but inexact.
.RE
+.IPs [l|c]scaler=<n>
+Select the scaling function to use (seperately for luma and chroma).
+Only valid for yuv modes 2, 3 and 4.
+.RSss
+0: Use simple linear filtering (default)
+.br
+1: Use bicubic filtering (better quality).
+Older cards will not be able to handle this for chroma at least in fullscreen mode.
+Also needs one additional texture unit.
+.RE
.IPs customprog=<filename>
Load a custom fragment program from <filename>.
See TOOLS/edgedect.fp for an example.