summaryrefslogtreecommitdiff
path: root/libavfilter/afir_template.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/afir_template: avoid multiplications if memcpy is enoughPaul B Mahol2023-04-271-5/+8
* avfilter/af_afir: make IR switching work also with minp != maxpPaul B Mahol2023-04-251-27/+3
* avfilter/af_afir: cache xfade coefficientsPaul B Mahol2023-04-241-2/+4
* avfilter/af_afir: fix IR switching with different lengthsPaul B Mahol2023-04-231-87/+29
* avfilter/afir_template: make IR transitions artifacts freePaul B Mahol2023-01-021-46/+91
* avfilter/afir_template: reduce memset overhead a littlePaul B Mahol2022-12-251-2/+2
* avfilter/af_afir: reduce memory usagePaul B Mahol2022-12-251-7/+7
* avfilter/afir_template: skip useless moving of samplesPaul B Mahol2022-12-221-1/+2
* avfilter/afir_template: stop using hack to zero out dataPaul B Mahol2022-12-221-1/+2
* avfilter/af_afir: fix some misc low priority issuesPaul B Mahol2022-12-181-4/+2
* avfilter/af_afir: improve output when IR switching at runtimePaul B Mahol2022-12-181-84/+154
* avfilter/afir_template: avoid indirect accessing nb_partitions valuePaul B Mahol2022-12-121-3/+4
* avfilter/afir_template: skip wet gain if its 1Paul B Mahol2022-12-121-0/+3
* avfilter/af_afir: reduce output gain with default parametersPaul B Mahol2022-12-121-2/+1
* avfilter/af_afir: improve output quality with small minpPaul B Mahol2022-12-111-66/+29
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-1/+1
* avfilter/af_afir: add support for double sample formatPaul B Mahol2022-05-151-0/+392