summaryrefslogtreecommitdiff
path: root/libavfilter/avf_ahistogram.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/avf_ahistogram: check if frame clone is setPaul B Mahol2020-01-141-1/+6
* avfilter/avf_ahistogram: make use of av_rescalePaul B Mahol2019-05-281-1/+1
* avfilter/avf_ahistogram: switch to activatePaul B Mahol2019-04-291-7/+26
* avfilter/avf_ahistogram: properly name padsPaul B Mahol2019-04-291-4/+4
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-2/+2
* avfilter/avf_ahistogram: raise minimum acmax to 1Michael Niedermayer2016-05-211-1/+1
* avfilter/avf_ahistogram: assert that variables are initialized by switch()Michael Niedermayer2016-02-121-0/+2
* avfilter: add ahistogram multimedia filterPaul B Mahol2016-01-151-0/+411