summaryrefslogtreecommitdiff
path: root/libavfilter/vf_floodfill.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-1/+4
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-10/+10
* avfilter/vf_floodfill: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_floodfill: constify the AVFrame parameter in is_same() and pick_p...James Almer2021-09-291-14/+14
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-6/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_floodfill: better fix for crashPaul B Mahol2019-10-231-11/+16
* avfilter/vf_floodfill: add more gray formatsPaul B Mahol2019-10-231-22/+7
* avfilter/vf_floodfill: finish early if source and destination fill matchesPaul B Mahol2019-10-101-24/+34
* avfilter: add floodfill filterPaul B Mahol2017-08-051-0/+433