| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_cover_rect: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -12/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | libavfilter/vf_cover_rect.c: free the allocated frame | Limin Wang | 2019-06-11 | 1 | -0/+1 |
* | lavf/cover_rect: Fix logic check issue | Jun Zhao | 2019-05-10 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -6/+6 |
* | avfilter: add '.' at and of long filter description where it is missing | Paul B Mahol | 2015-11-25 | 1 | -1/+1 |
* | avfilter: use AVFILTER_DEFINE_CLASS() | Paul B Mahol | 2015-07-02 | 1 | -7/+1 |
* | avfilter/vf_cover_rect: Handle the case where the cover rectangle is as large... | Michael Niedermayer | 2015-05-12 | 1 | -1/+1 |
* | avfilter/vf_cover_rect: clip rectangle if it is partly outside the input | Michael Niedermayer | 2015-05-04 | 1 | -0/+11 |
* | avfilter: Add cover_rect filter | Michael Niedermayer | 2015-05-02 | 1 | -0/+255 |