1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-03 21:52:12 +00:00
mpv/video/filter
wm4 7020908691 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.
2015-09-11 23:47:00 +02:00
..
vf_buffer.c
vf_crop.c vf_crop, vf_expand: remove ancient and useless messages 2015-04-16 22:46:52 +02:00
vf_dlopen.c
vf_dlopen.h vf_dlopen: declare as deprecated 2015-05-25 21:13:54 +02:00
vf_dsize.c
vf_eq.c
vf_expand.c vf_crop, vf_expand: remove ancient and useless messages 2015-04-16 22:46:52 +02:00
vf_flip.c
vf_format.c
vf_gradfun.c
vf_lavfi.c vf_lavfi: cosmetics: fix coding style 2015-09-11 23:05:14 +02:00
vf_lavfi.h
vf_mirror.c vf_mirror: replace internal implementation with libavfilter 2015-04-16 22:43:15 +02:00
vf_noformat.c
vf_pullup.c
vf_rotate.c
vf_scale.c vf_scale: cleanup log messages 2015-07-20 21:16:37 +02:00
vf_stereo3d.c vf_stereo3d: drop internal implementation 2015-07-10 18:03:38 +02:00
vf_sub.c vf_sub: minor simplification 2015-06-05 18:59:13 +02:00
vf_vapoursynth.c vf_vapoursynth: relicense to LGPL 2.1+ 2015-07-19 00:03:20 +02:00
vf_vavpp.c vf_vavpp: don't attempt to deinterlace progressive frames 2015-07-08 14:48:11 +02:00
vf_vdpaupp.c vf_vdpaupp: Don't crash when evaluating interlacing of NULL mpi 2015-07-14 11:10:04 +02:00
vf_vdpaurb.c vf_vdpaurb: Don't segfault if input mpi is null 2015-08-05 18:56:41 +02:00
vf_yadif.c vf_yadif: expose interlaced frame mode 2015-07-07 15:18:56 +02:00
vf.c video/filter: remove some vf_lavfi wrappers 2015-09-11 23:47:00 +02:00
vf.h vf_sub: minor simplification 2015-06-05 18:59:13 +02:00