mpv/video/filter
wm4 7fa06e46c4 vf_yadif: change defaults
This is for the sake of command.c and the "deinterlace" option/property.
Instead of forcing certain "better" defaults when inserting yadif,
change the actual "yadif" defaults.

I pondered not changing vf_yadif, and instead adding a trivial "yadif-
auto" wrapper filter, which would merely have different defaults. But
thinking about it, it doesn't make any sense for "deinterlace" to have
different defaults from vf_yadif, with vf_yadif having the "worse"
defaults. If someone wants the old behavior, the old behavior can be
forced in a backward and forward compatible way by setting the
suboptions.

Fixes #2539 (kind of).
2015-12-21 22:05:40 +01:00
..
vf.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf.h video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_buffer.c vf: flush before reconfig 2015-12-19 17:39:58 +01:00
vf_crop.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_dlopen.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_dlopen.h vf_dlopen: declare as deprecated 2015-05-25 21:13:54 +02:00
vf_dsize.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_eq.c
vf_expand.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_flip.c
vf_format.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_gradfun.c
vf_lavfi.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01: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 video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_stereo3d.c vf_stereo3d: add alternating modes 2015-12-18 15:35:06 +01:00
vf_sub.c video: switch from using display aspect to sample aspect 2015-12-19 20:45:36 +01:00
vf_vapoursynth.c vf_vapoursynth: fix everything 2015-12-20 09:55:26 +01:00
vf_vavpp.c vf_vavpp: allocate output surfaces with the same size as input 2015-09-23 14:20:50 +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: query_format is still required 2015-09-18 07:33:15 -07:00
vf_yadif.c vf_yadif: change defaults 2015-12-21 22:05:40 +01:00