From 3a9e661e929c34d25810fa903abbd9961f73ecef Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 2 Apr 2017 17:59:45 +0200 Subject: video: deprecate almost all video filters The plan is to nuke the custom filter chain completely. It's not clear what will happen to the still needed builtin filters (mostly hardware deinterlacing and vf_vapoursynth). Most likely we'll replace them with different filter chain concept (whose main purpose will be providing builtin things and bridging to libavfilter). The undocumented "warn" options are there to disable deprecation warnings when the player inserts filter automatically. The same will be done to audio filters, at a later point. --- DOCS/man/vf.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index e61b758af5..28fd7d7e8e 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -55,6 +55,10 @@ normal filter parameters. wrapper, which gives you access to most of libavfilter's filters. This includes all filters that have been ported from MPlayer to libavfilter. + Most filters are deprecated in some ways, unless they're only available + in mpv (such as filters which deal with mpv specifics, or which are + implemented in mpv only). + Video filters are managed in lists. There are a few commands to manage the filter list. -- cgit v1.2.3