summaryrefslogtreecommitdiff
path: root/libavfilter/afir_template.c
Commit message (Expand)AuthorAge
* avfilter/af_afir: refactor crossfade codePaul B Mahol2023-11-19
* avfilter/af_afir: remove IR response video rendering supportPaul B Mahol2023-11-19
* avfilter/af_afir: add irnorm and irlink optionsPaul B Mahol2023-11-18
* avfilter/afir_template: Remove unnecessary emms_c()Andreas Rheinhardt2023-09-04
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-07
* avfilter/afir_template: avoid multiplications if memcpy is enoughPaul B Mahol2023-04-27
* avfilter/af_afir: make IR switching work also with minp != maxpPaul B Mahol2023-04-25
* avfilter/af_afir: cache xfade coefficientsPaul B Mahol2023-04-24
* avfilter/af_afir: fix IR switching with different lengthsPaul B Mahol2023-04-23
* avfilter/afir_template: make IR transitions artifacts freePaul B Mahol2023-01-02
* avfilter/afir_template: reduce memset overhead a littlePaul B Mahol2022-12-25
* avfilter/af_afir: reduce memory usagePaul B Mahol2022-12-25
* avfilter/afir_template: skip useless moving of samplesPaul B Mahol2022-12-22
* avfilter/afir_template: stop using hack to zero out dataPaul B Mahol2022-12-22
* avfilter/af_afir: fix some misc low priority issuesPaul B Mahol2022-12-18
* avfilter/af_afir: improve output when IR switching at runtimePaul B Mahol2022-12-18
* avfilter/afir_template: avoid indirect accessing nb_partitions valuePaul B Mahol2022-12-12
* avfilter/afir_template: skip wet gain if its 1Paul B Mahol2022-12-12
* avfilter/af_afir: reduce output gain with default parametersPaul B Mahol2022-12-12
* avfilter/af_afir: improve output quality with small minpPaul B Mahol2022-12-11
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-19
* avfilter/af_afir: add support for double sample formatPaul B Mahol2022-05-15