0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/video/filter
wm4 2522bff565 video/filters: simplify libavfilter bridge
Remove the confusing crap that allowed a filter using the libavfilter
bridge to be compiled without libavfilter. Instead, compile the wrappers
only if libavfilter is enabled at compile time.

The only filter which still requires it is vf_stereo3d (unfortunately).
Special-case this one. (The whole filter and how it interacts with lavfi
is pure braindeath anyway.)
2015-02-11 17:35:58 +01:00
..
vf_buffer.c
vf_crop.c
vf_delogo.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_dlopen.c
vf_dlopen.h
vf_dsize.c
vf_eq.c
vf_expand.c
vf_flip.c
vf_format.c
vf_gradfun.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_hqdn3d.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_lavfi.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_lavfi.h video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_mirror.c
vf_noformat.c
vf_noise.c vf_noise: remove internal implementation 2015-02-11 17:20:22 +01:00
vf_pullup.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_rotate.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_scale.c
vf_screenshot.c video: separate screenshot modes 2015-01-23 22:08:20 +01:00
vf_stereo3d.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_sub.c
vf_unsharp.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_vapoursynth.c vf_vapoursynth: load Lua stdlib in Lua mode 2015-01-29 19:57:40 +01:00
vf_vavpp.c vf_vavpp: add more deinterlacing algorithms 2015-01-23 13:26:41 +01:00
vf_vdpaupp.c
vf_yadif.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf.h vf_divtc: remove this filter 2015-01-27 19:10:13 +01:00