mpv/player
wm4 3a9e661e92 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.
2017-04-02 18:00:16 +02:00
..
lua osc: escape ASS and strip newlines on title 2017-03-27 18:00:56 +01:00
audio.c player: specifically log audio EOF too 2017-03-14 15:55:42 +01:00
client.c client: call certain external functions outside of client lock 2017-02-24 08:54:52 +01:00
client.h client API: turn mpv_suspend() and mpv_resume() into stubs 2016-11-22 15:54:44 +01:00
command.c player: make screenshot commands honor the async flag 2017-04-01 20:47:23 +02:00
command.h options: slightly better option update mechanism 2016-09-19 19:51:26 +02:00
configfiles.c player: fix previous commit 2016-10-03 17:16:02 +02:00
core.h player: make screenshot commands honor the async flag 2017-04-01 20:47:23 +02:00
external_files.c external_files: enable autoloading with URLs 2017-04-01 15:42:42 +01:00
external_files.h player: rename and move find_subfiles.c 2015-09-20 18:05:06 +02:00
lavfi.c lavfi: temporary workaround for FFmpeg av_buffersrc_parameters_set() bug 2017-02-22 10:43:35 +01:00
lavfi.h lavfi: support hwdec filters for --lavfi-complex 2017-02-20 13:42:08 +01:00
loadfile.c player: make new stream output more consistent with other output 2017-03-26 14:13:36 +02:00
lua.c lua: close directory after reading its entries 2017-01-17 08:22:13 +01:00
main.c player: make screenshot commands honor the async flag 2017-04-01 20:47:23 +02:00
misc.c player: remove --stream-capture option/property 2017-01-21 17:19:01 +01:00
osd.c player: different way to auto-enable the demuxer cache 2017-02-02 18:38:16 +01:00
playloop.c player: enable "buffering" pausing for DASH streams too 2017-04-01 16:47:15 +02:00
screenshot.c screenshot: cleanup: use normal MSGL_ defines 2017-04-01 20:47:36 +02:00
screenshot.h player: make screenshot commands honor the async flag 2017-04-01 20:47:23 +02:00
scripting.c scripting: don't call dlclose() on C plugins 2017-01-14 17:14:30 +01:00
sub.c player: enable no-video subtitle display on coverart too 2016-10-31 13:55:32 +01:00
video.c video: deprecate almost all video filters 2017-04-02 18:00:16 +02:00