From d67aa6da6bbd3cba9eabd12cda4703821fecc7a1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 22 Aug 2017 15:58:49 +0200 Subject: vf_eq: remove this filter Both the video equalizer command/option glue, which drives this filter, as well as the filter itself are slightly GPL contaminated. So it goes. After this commit, "--vf=eq" will actually use libavfilter's vf_eq (if FFmpeg was compiled in GPL mode), but it has different options and will not listen to the equalizer VOCTRLs. --- DOCS/interface-changes.rst | 1 + DOCS/man/vf.rst | 26 -------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index e3ef936551..17e9997c57 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -43,6 +43,7 @@ Interface changes - undeprecate --loop, and map it from --loop-playlist to --loop-file (the deprecation was to make sure no API user gets broken by a sudden behavior change) + - remove previously deprecated vf_eq --- mpv 0.26.0 --- - remove remaining deprecated audio device options, like --alsa-device Some of them were removed in earlier releases. diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 3a5ba7109c..617ceeea04 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -484,32 +484,6 @@ Available mpv-only filters are: ``'--vf=lavfi=yadif:o="threads=2,thread_type=slice"'`` forces a specific threading configuration. -``eq[=gamma:contrast:brightness:saturation:rg:gg:bg:weight]`` - Software equalizer that uses lookup tables (slow), allowing gamma correction - in addition to simple brightness and contrast adjustment. The parameters are - given as floating point values. - - ``<0.1-10>`` - initial gamma value (default: 1.0) - ``<-2-2>`` - initial contrast, where negative values result in a negative image - (default: 1.0) - ``<-1-1>`` - initial brightness (default: 0.0) - ``<0-3>`` - initial saturation (default: 1.0) - ``<0.1-10>`` - gamma value for the red component (default: 1.0) - ``<0.1-10>`` - gamma value for the green component (default: 1.0) - ``<0.1-10>`` - gamma value for the blue component (default: 1.0) - ``<0-1>`` - The weight parameter can be used to reduce the effect of a high gamma - value on bright image areas, e.g. keep them from getting overamplified - and just plain white. A value of 0.0 turns the gamma correction all - the way down while 1.0 leaves it at its full strength (default: 1.0). - ``pullup[=jl:jr:jt:jb:sb:mp]`` Pulldown reversal (inverse telecine) filter, capable of handling mixed hard-telecine, 24000/1001 fps progressive, and 30000/1001 fps progressive -- cgit v1.2.3