summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-08 15:14:38 +0200
committerwm4 <wm4@nowhere>2015-07-08 15:14:38 +0200
commitef7278b4fd53d870470705d2314f1ec5c79b4333 (patch)
tree16d296a114213c053d61049341062c1d36cae47d /DOCS
parentd2c05cb55993b1b7b18f2b6ab92e4397f84d0cd5 (diff)
downloadmpv-ef7278b4fd53d870470705d2314f1ec5c79b4333.tar.bz2
mpv-ef7278b4fd53d870470705d2314f1ec5c79b4333.tar.xz
vf_vdpaupp: don't attempt to deinterlace progressive frames
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst4
-rw-r--r--DOCS/man/vf.rst2
2 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 47ad7b5ae9..bf2b17d1cd 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,7 +20,9 @@ Interface changes
::
--- mpv 0.10.0 will be released ---
- - add vf yadif/vavpp interlaced-only suboptions
+ - add vf yadif/vavpp/vdpaupp interlaced-only suboptions
+ Also, the option is enabled by default (Except vf_yadif, which has
+ it enabled only if it's inserted by the deinterlace property.)
- add --hwdec-preload
- add ao coreaudio exclusive suboption
- add ``track-list/N/forced`` property
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 0b2cf8154d..c49ef95ced 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -870,6 +870,8 @@ Available filters are:
``pullup``
Try to apply inverse telecine, needs motion adaptive temporal
deinterlacing.
+ ``interlaced-only=<yes|no>``
+ If ``yes`` (default), only deinterlace frames marked as interlaced.
``hqscaling=<0-9>``
0
Use default VDPAU scaling (default).