summaryrefslogtreecommitdiff
path: root/libavfilter/vf_cover_rect.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-2/+7
* avfilter/vf_cover_rect: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-12/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* 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-1/+1
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* libavfilter/vf_cover_rect.c: free the allocated frameLimin Wang2019-06-111-0/+1
* lavf/cover_rect: Fix logic check issueJun Zhao2019-05-101-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-6/+6
* avfilter: add '.' at and of long filter description where it is missingPaul B Mahol2015-11-251-1/+1
* avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol2015-07-021-7/+1
* avfilter/vf_cover_rect: Handle the case where the cover rectangle is as large...Michael Niedermayer2015-05-121-1/+1
* avfilter/vf_cover_rect: clip rectangle if it is partly outside the inputMichael Niedermayer2015-05-041-0/+11
* avfilter: Add cover_rect filterMichael Niedermayer2015-05-021-0/+255