summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_compensationdelay.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x)Ganesh Ajjanagadde2016-01-051-1/+1
| | | | | | | sqrt is faster, and is sometimes more accurate depending on the libm. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avfilter: add compensation delay line filterPaul B Mahol2015-11-281-0/+198
Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud