summaryrefslogtreecommitdiff
path: root/libavfilter/vf_maskedminmax.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_maskedminmax: add support for commandsPaul B Mahol2020-12-19
|
* avfilter/vf_maskedminmax: add 12bit yuva formatsPaul B Mahol2019-11-18
|
* avfilter: add maskedmin/maskedmax filtersPaul B Mahol2019-10-24