From 57fad2d5f96e4629dab9cb9a4fefb2fba1111662 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Wed, 20 Sep 2023 18:12:15 +0200 Subject: vo_gpu: remove --scale-cutoff etc Pointless bloat option, hard-coded as 1e-3 now in libplacebo and no reason not to also hard-code in mpv. See-Also: haasn/libplacebo@64d7c5aab06766a9492d3cfffd35333792052cd9 --- DOCS/interface-changes.rst | 1 + DOCS/man/options.rst | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 6f5d61340b..e556402353 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -90,6 +90,7 @@ Interface changes - add `--title-bar` option - add `--window-corners` option - rename `--cdrom-device` to `--cdda-device` + - remove `--scale-cutoff`, `--cscale-cutoff`, `--dscale-cutoff`, `--tscale-cutoff` --- mpv 0.36.0 --- - add `--target-contrast` - Target luminance value is now also applied when ICC profile is used. diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 9c9371d4a6..e397d7b988 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -5347,14 +5347,6 @@ them. moving edges) in exchange for potentially adding more blur. The default for ``--tscale-clamp`` is 1.0, the others default to 0.0. -``--scale-cutoff=``, ``--cscale-cutoff=``, ``--dscale-cutoff=`` - Cut off the filter kernel prematurely once the value range drops below - this threshold. Doing so allows more aggressive pruning of skippable - coefficients by disregarding parts of the LUT which are effectively zeroed - out by the window function. Only affects polar (EWA) filters. The default - is 0.001 for each, which is perceptually transparent but provides a 10%-20% - speedup, depending on the exact radius and filter kernel chosen. - ``--scale-taper=``, ``--scale-wtaper=``, ``--dscale-taper=``, ``--dscale-wtaper=``, ``--cscale-taper=``, ``--cscale-wtaper=``, ``--tscale-taper=``, ``--tscale-wtaper=`` Kernel/window taper factor. Increasing this flattens the filter function. Value range is 0 to 1. A value of 0 (the default) means no flattening, a -- cgit v1.2.3