mpv/video/filter
wm4 3d87ca6b5e m_option, vf: add label support
Can be used to refer to filters by name. Intended to be used when the
filter chain is changed at runtime.

A label can be assigned to a filter by prefixing it with '@name:', where
'name' is an user-chosen identifier. For example, a filter added with
'-vf-add @label1:gradfun=123' can be removed with '-vf-del @label1'.
If a filter with an already existing label is added, the existing filter
is replaced with the new filter (this happens for both -vf-add and
-vf-pre). If a filter is replaced, the new filter takes the position of
the old filter, instead of being appended/prepended to the filter chain
as usual. For -vf-toggle, labels are compared if at least one of the
filters has a label; otherwise they are compared by filter name and
arguments (like before). This means two filters are never considered
equal if one has a label and the other one does not.
2013-05-23 01:02:24 +02:00
..
pullup.c
pullup.h
vf.c m_option, vf: add label support 2013-05-23 01:02:24 +02:00
vf.h m_option, vf: add label support 2013-05-23 01:02:24 +02:00
vf_crop.c
vf_delogo.c
vf_divtc.c vf_divtc, vf_phase: Fix handling of subsampled formats 2013-04-10 00:22:00 +02:00
vf_dlopen.c
vf_dlopen.h
vf_down3dright.c
vf_dsize.c
vf_eq.c
vf_expand.c
vf_flip.c vf_flip: move flipping code to mp_image.c 2013-03-01 11:28:59 +01:00
vf_format.c
vf_gradfun.c video/filter: fix option parser memory leak 2013-05-18 17:45:55 +02:00
vf_hqdn3d.c Fix some cppcheck / scan-build warnings 2013-05-06 23:11:11 +02:00
vf_ilpack.c
vf_lavfi.c vf_lavfi: remove redundant statements 2013-05-21 00:12:20 +02:00
vf_mirror.c
vf_noformat.c
vf_noise.c
vf_phase.c vf_divtc, vf_phase: Fix handling of subsampled formats 2013-04-10 00:22:00 +02:00
vf_pp.c dec_video: get rid of two global variables 2013-05-21 00:45:42 +02:00
vf_pullup.c
vf_rotate.c vf_rotate: fix for some obscure pixel formats 2013-05-03 21:08:26 +02:00
vf_scale.c video/filter: fix option parser memory leak 2013-05-18 17:45:55 +02:00
vf_screenshot.c
vf_softpulldown.c
vf_stereo3d.c video/filter: fix option parser memory leak 2013-05-18 17:45:55 +02:00
vf_sub.c video/filter: fix option parser memory leak 2013-05-18 17:45:55 +02:00
vf_swapuv.c
vf_unsharp.c
vf_vo.c vf_vo: remove pointless NULL checks 2013-03-01 11:17:33 +01:00
vf_yadif.c Fix some cppcheck / scan-build warnings 2013-05-06 23:11:11 +02:00