summaryrefslogtreecommitdiff
path: root/libavfilter/vf_find_rect.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-0/+1
* avfilter/vf_find_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/vf_find_rect: Don't make frame writable unnecessarilyAndreas Rheinhardt2021-08-151-2/+0
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_find_rect: Use correct format specifierAndreas Rheinhardt2021-04-041-1/+1
* avfilter/find_rect: write score to metadataGyan Doshi2021-04-041-0/+4
* avfilter/find_rect: add option to discard non-matching framesGyan Doshi2021-04-041-1/+8
* avfilter/find_rect: improve loggingGyan Doshi2021-04-041-1/+3
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-221-1/+1
* avfilter/vf_find_rect: Remove assertMichael Niedermayer2020-01-271-2/+0
* avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer2020-01-271-2/+2
* 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-9/+3
* avfilter: add find_rect filterMichael Niedermayer2015-05-021-0/+311