mpv/TOOLS
wm4 c680cfd18a vf_dlopen: remove this filter
It was an attempt to move some MPlayer filters (which were removed from
mpv) to external, loadable filters. That worked well, but then the
MPlayer filters were ported to libavfilter (independently), so they're
available again. Also there is a more widely supported and more advanced
loadable filter system supported by mpv: vapoursynth.

In conclusion, vf_dlopen is not useful anymore, confusing, and requires
quite a bit of code (and probably wouldn't survive the rewrite of the
mpv video filter chain, which has to come at some point). It has some
implicit dependencies on internal conventions, like possibly the format
names dropped in the previous commit.

We also deprecated it last release. Drop it.
2017-06-18 13:55:40 +02:00
..
lua TOOLS/lua/autoload.lua: ignores all files starting with "." 2017-05-20 11:44:11 +02:00
mpv-osd-symbols.sfdir osd-font: make volume muted glyph slightly thicker 2017-04-22 18:03:16 +01:00
osxbundle/mpv.app/Contents osx: fix mpv-wrapper.sh when used with csh or tcsh shell 2017-05-02 03:23:46 +02:00
__init__.py build: use matroska.py & file2string.py as python modules 2017-01-05 11:25:18 +01:00
appveyor-build.sh vo_opengl: remove nnedi3 prescaler 2016-06-18 19:16:27 +02:00
appveyor-install.sh TOOLS/appveyor-install: install uchardet release instead 2016-10-21 15:25:18 +01:00
dylib-unhell.py osxbundle: don't try to package Python 2015-02-02 16:11:11 +01:00
file2string.py TOOLS/file2string.py: fix standalone invocation 2017-01-05 16:45:26 +01:00
gen-osd-font.sh Add script to generate otf from sfdir using fontforge 2017-04-20 17:40:45 +01:00
gen-x11-icon.sh TOOLS/gen-x11-icon.sh: fix for recent ImageMagick 2015-11-04 21:48:27 +01:00
idet.sh Use setfield, not --field-dominance. See #2297. 2015-09-09 02:57:44 +02:00
matroska.py TOOLS/matroska.py: use python3 2017-02-01 07:03:13 +01:00
mpv_identify.sh mpv_identify.sh: add "duration" property to the list. 2016-12-17 15:59:31 -05:00
osxbundle.py bundle: remove git sha from the Info.plist version 2016-01-05 12:27:04 +01:00
stats-conv.py TOOLS/stats-conv.py: use different colors for symbols too 2016-10-06 19:42:18 +02:00
travis-deps build: bump required minimum versions to FFmpeg 3.2.2 and Libav 12 2016-12-07 19:13:14 +01:00
travis-rebuild-website travis: trigger website rebuild only on docs changes 2016-09-04 18:05:36 +02:00
umpv TOOLS/umpv: fix typo in docstring 2015-04-17 13:37:47 +02:00
uncrustify.cfg uncrustify: add some instructions 2013-05-12 21:24:55 +02:00
zsh.pl TOOLS/zsh.pl: don't leak regex match variables 2017-03-06 15:41:08 +01:00