summaryrefslogtreecommitdiff
path: root/libavfilter/af_compensationdelay.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_compensationdelay: add commands supportPaul B Mahol2022-02-11
* avfilter/af_compensationdelay: Store format in filter, remove query funcAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_compensationdelay: always initialize w_ptr with 0Paul B Mahol2020-08-27
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x)Ganesh Ajjanagadde2016-01-05
* avfilter: add compensation delay line filterPaul B Mahol2015-11-28