summaryrefslogtreecommitdiff
path: root/libavfilter/af_axcorrelate.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-4/+4
* avfilter/af_axcorrelate: add DBLP sample format supportPaul B Mahol2021-10-091-116/+150
* avfilter/af_axcorrelate: fix integer overflow for huge segmentsPaul B Mahol2021-10-091-2/+2
* avfilter/af_axcorrelate: always process all input samplesPaul B Mahol2021-10-091-22/+31
* avfilter/af_axcorrelate: fix typoPaul B Mahol2021-10-071-1/+1
* avfilter/af_axcorrelate: Store format in filter, remove query funcAndreas Rheinhardt2021-10-051-18/+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-16/+3
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* Remove redundant ;Michael Niedermayer2019-12-101-2/+2
* avfilter: add axcorrelate filterPaul B Mahol2019-11-231-0/+378