summaryrefslogtreecommitdiff
path: root/libavfilter/af_compensationdelay.c
Commit message (Expand)AuthorAge
* 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