summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-15 18:39:48 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-15 18:39:48 +0200
commit14bb3416c735e99cbf0507548d3f3fcbba0fba7f (patch)
treecae9d476b0b381a5af124f9ff7f5074af1d44320 /DOCS
parent82ee2e217f8f9ec67bcbd3b6b60f49a003da9300 (diff)
downloadmpv-14bb3416c735e99cbf0507548d3f3fcbba0fba7f.tar.bz2
mpv-14bb3416c735e99cbf0507548d3f3fcbba0fba7f.tar.xz
vo_vdpau: Add support for high-quality scaling feature
Part of the code is currently under #ifdef to allow compilation with older VDPAU library versions; that can be removed later. Partially based on a patch by Carl Eugen Hoyos.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.17
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index b48f653892..2a760944fc 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3462,6 +3462,13 @@ Use ITU-R BT.709 color space.
.IPs 3
Use SMPTE-240M color space.
.RE
+IPs hqscaling
+.RSss
+.IPs 0
+Use default VDPAU scaling (default).
+.IPs 1\-9
+Apply high quality VDPAU scaling (needs capable hardware).
+.RE
.IPs fps=<number>
Override autodetected display refresh rate value (the value is needed for framedrop to allow video playback rates higher than display refresh rate, and for vsync-aware frame timing adjustments).
Default 0 means use autodetected value.