| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: use ff_inlink_make_frame_writable() | Paul B Mahol | 2023-02-12 | 1 | -1/+4 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -10/+10 |
* | avfilter/vf_floodfill: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_floodfill: constify the AVFrame parameter in is_same() and pick_p... | James Almer | 2021-09-29 | 1 | -14/+14 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -6/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_floodfill: better fix for crash | Paul B Mahol | 2019-10-23 | 1 | -11/+16 |
* | avfilter/vf_floodfill: add more gray formats | Paul B Mahol | 2019-10-23 | 1 | -22/+7 |
* | avfilter/vf_floodfill: finish early if source and destination fill matches | Paul B Mahol | 2019-10-10 | 1 | -24/+34 |
* | avfilter: add floodfill filter | Paul B Mahol | 2017-08-05 | 1 | -0/+433 |