summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 19:13:51 +0100
committerwm4 <wm4@nowhere>2015-01-27 19:13:51 +0100
commitb473477fc53ba69e9117a691b00d0e248ebc9ac7 (patch)
treeba6d2613b4af5302f6a3a192a8831ca12c7eb964 /DOCS
parent86bba0dc5ba5ce9a5b10d602c9c261ed613cbbf3 (diff)
downloadmpv-b473477fc53ba69e9117a691b00d0e248ebc9ac7.tar.bz2
mpv-b473477fc53ba69e9117a691b00d0e248ebc9ac7.tar.xz
vf_ilpack: remove this filter
This was apparently useful for correct interlaced scaling (although I don't know anyone who used this). It was rarely used (if at all), had an inconvenient output format (packed YUV), and now has a better solution in libavfilter (using the libavfilter "scale" filter via vf_lavfi). There is no reason to keep this filter any longer.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index f4570ed183..02fd41d9b7 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -345,19 +345,6 @@ Available filters are:
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).
-``ilpack[=mode]``
- When interlaced video is stored in YUV 4:2:0 formats, chroma interlacing
- does not line up properly due to vertical downsampling of the chroma
- channels. This filter packs the planar 4:2:0 data into YUY2 (4:2:2) format
- with the chroma lines in their proper locations, so that in any given
- scanline, the luma and chroma data both come from the same field.
-
- ``<mode>``
- Select the sampling mode.
-
- :0: nearest-neighbor sampling, fast but incorrect
- :1: linear interpolation (default)
-
``unsharp[=lx:ly:la:cx:cy:ca]``
unsharp mask / Gaussian blur