| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_afir: refactor crossfade code | Paul B Mahol | 2023-11-19 | 1 | -0/+50 |
* | avfilter/af_afir: remove IR response video rendering support | Paul B Mahol | 2023-11-19 | 1 | -90/+0 |
* | avfilter/af_afir: add irnorm and irlink options | Paul B Mahol | 2023-11-18 | 1 | -86/+27 |
* | avfilter/afir_template: Remove unnecessary emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -2/+0 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter/afir_template: avoid multiplications if memcpy is enough | Paul B Mahol | 2023-04-27 | 1 | -5/+8 |
* | avfilter/af_afir: make IR switching work also with minp != maxp | Paul B Mahol | 2023-04-25 | 1 | -27/+3 |
* | avfilter/af_afir: cache xfade coefficients | Paul B Mahol | 2023-04-24 | 1 | -2/+4 |
* | avfilter/af_afir: fix IR switching with different lengths | Paul B Mahol | 2023-04-23 | 1 | -87/+29 |
* | avfilter/afir_template: make IR transitions artifacts free | Paul B Mahol | 2023-01-02 | 1 | -46/+91 |
* | avfilter/afir_template: reduce memset overhead a little | Paul B Mahol | 2022-12-25 | 1 | -2/+2 |
* | avfilter/af_afir: reduce memory usage | Paul B Mahol | 2022-12-25 | 1 | -7/+7 |
* | avfilter/afir_template: skip useless moving of samples | Paul B Mahol | 2022-12-22 | 1 | -1/+2 |
* | avfilter/afir_template: stop using hack to zero out data | Paul B Mahol | 2022-12-22 | 1 | -1/+2 |
* | avfilter/af_afir: fix some misc low priority issues | Paul B Mahol | 2022-12-18 | 1 | -4/+2 |
* | avfilter/af_afir: improve output when IR switching at runtime | Paul B Mahol | 2022-12-18 | 1 | -84/+154 |
* | avfilter/afir_template: avoid indirect accessing nb_partitions value | Paul B Mahol | 2022-12-12 | 1 | -3/+4 |
* | avfilter/afir_template: skip wet gain if its 1 | Paul B Mahol | 2022-12-12 | 1 | -0/+3 |
* | avfilter/af_afir: reduce output gain with default parameters | Paul B Mahol | 2022-12-12 | 1 | -2/+1 |
* | avfilter/af_afir: improve output quality with small minp | Paul B Mahol | 2022-12-11 | 1 | -66/+29 |
* | avfilter: fix av_tx_fn stride usage for complex inputs | Paul B Mahol | 2022-11-19 | 1 | -1/+1 |
* | avfilter/af_afir: add support for double sample format | Paul B Mahol | 2022-05-15 | 1 | -0/+392 |