summaryrefslogtreecommitdiff
path: root/libavfilter/af_compensationdelay.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_compensationdelay: simplify frame allocationPaul B Mahol2023-02-081-15/+3
* avfilter: convert to new channel layout APIJames Almer2022-03-151-2/+9
* avfilter/af_compensationdelay: add commands supportPaul B Mahol2022-02-111-3/+29
* avfilter/af_compensationdelay: 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
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_compensationdelay: always initialize w_ptr with 0Paul B Mahol2020-08-271-1/+1
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-221-1/+1
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x)Ganesh Ajjanagadde2016-01-051-1/+1
* avfilter: add compensation delay line filterPaul B Mahol2015-11-281-0/+198