summaryrefslogtreecommitdiff
path: root/libavfilter/vf_maskfun.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_maskfun: add support for commandsPaul B Mahol2021-02-09
|
* avfilter/vf_maskfun: fix memleakPaul B Mahol2019-10-18
| | | | Fixes #8305
* avfilter: add maskfun filterPaul B Mahol2019-01-12