Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-31avfilter/af_afir: rework FIR gain measurementPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-20avfilter/af_afir: add missing error checkPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-05-10avfilter/af_afir: workaround nonsense limitation in vector_fmul_scalar()Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-05-09avfilter: add arbitrary audio FIR filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>