summaryrefslogtreecommitdiff
path: root/libavfilter/vf_floodfill.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_floodfill: better fix for crashPaul B Mahol2019-10-23
|
* avfilter/vf_floodfill: add more gray formatsPaul B Mahol2019-10-23
|
* avfilter/vf_floodfill: finish early if source and destination fill matchesPaul B Mahol2019-10-10
| | | | Fixes #8236
* avfilter: add floodfill filterPaul B Mahol2017-08-05