From 702090869122a42622623a94d0d43e9cf10d91db Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 11 Sep 2015 23:47:00 +0200 Subject: video/filter: remove some vf_lavfi wrappers I see no point in keeping these around. Keeping wrappers for some select libavfilter filters just because MPlayer had these filters is not a good reason. Ultimately, all real filtering work should go to libavfilter, and users should get used to using vf_lavfi directly. We might even not require the awful double-nested syntax for using libavfilter one day. vf_rotate, vf_yadif, vf_stereo3d are kept because mpv uses them internally. (They all extend the lavfi filters or change their defaults.) vf_mirror is kept for symmetry with vf_flip. vf_gradfun and vf_pullup are probably semi-popular, so I'll remove them not yet - only after some more discussion. --- TOOLS/old-makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile index d2b9d215df..5477811832 100644 --- a/TOOLS/old-makefile +++ b/TOOLS/old-makefile @@ -99,13 +99,9 @@ SOURCES-$(WAYLAND) += video/out/vo_wayland.c \ video/out/wayland/memfile.c SOURCES-$(LIBAVFILTER) += video/filter/vf_lavfi.c \ - video/filter/vf_delogo.c \ video/filter/vf_gradfun.c \ - video/filter/vf_hqdn3d.c \ - video/filter/vf_noise.c \ video/filter/vf_pullup.c \ video/filter/vf_rotate.c \ - video/filter/vf_unsharp.c \ video/filter/vf_yadif.c \ audio/filter/af_lavfi.c -- cgit v1.2.3