| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_sofalizer: switch to libmysofa | Paul B Mahol | 2017-06-08 | 1 | -511/+189 |
* | avfilter/af_sofalizer: make lfe gain user configurable | Paul B Mahol | 2017-05-18 | 1 | -1/+3 |
* | avfilter/af_sofalizer: avoid casting | Paul B Mahol | 2017-05-18 | 1 | -2/+2 |
* | avfilter/af_sofalizer: Fix bad shift | Michael Niedermayer | 2017-03-30 | 1 | -1/+1 |
* | avfilter/af_sofalizer: speed and clean up fast convolution a little | Paul B Mahol | 2017-01-09 | 1 | -5/+9 |
* | avfilter/af_sofalizer: warn if user gives unknown channel names | Paul B Mahol | 2016-12-14 | 1 | -3/+5 |
* | avfilter/af_sofalizer: allow user to setup custom virtual speakers positions | Paul B Mahol | 2016-03-28 | 1 | -0/+77 |
* | avfilter/af_sofalizer: Fix "warning: ISO C90 forbids mixed declarations and c... | Michael Niedermayer | 2016-03-14 | 1 | -1/+2 |
* | avfilter/af_sofalizer: check if filename was set. | Paul B Mahol | 2016-03-04 | 1 | -0/+5 |
* | avfilter/af_sofalizer: fix crash when ir size is not aligned, usually when n_... | Paul B Mahol | 2016-03-04 | 1 | -2/+9 |
* | avfilter/af_sofalizer: fix crash with odd IR size | Paul B Mahol | 2016-03-03 | 1 | -10/+12 |
* | avfilter/af_sofalizer: print size of FFT that failed to init | Paul B Mahol | 2016-03-03 | 1 | -1/+1 |
* | lavfi/af_sofalizer: remove exp2 and replace clz by ff_clz | Ganesh Ajjanagadde | 2016-01-01 | 1 | -14/+3 |
* | avfilter/af_sofalizer: make virtual speaker positioning supports all channel ... | Paul B Mahol | 2015-12-24 | 1 | -172/+53 |
* | avfilter/af_sofalizer: Fix occured typo | Michael Niedermayer | 2015-12-17 | 1 | -1/+1 |
* | avfilter/af_sofalizer: use SIMD in compensate_volume() | Paul B Mahol | 2015-12-16 | 1 | -6/+8 |
* | avfilter/af_sofalizer: check av_fft_init return code | Paul B Mahol | 2015-12-15 | 1 | -0/+5 |
* | avfilter/af_sofalizer: add frequency domain processing and use it by default | Paul B Mahol | 2015-12-14 | 1 | -28/+269 |
* | avfilter/af_sofalizer: switch comments positions to correct order | Paul B Mahol | 2015-12-13 | 1 | -2/+2 |
* | avfilter/af_sofalizer: fix calculation of split point | Paul B Mahol | 2015-12-13 | 1 | -2/+4 |
* | avfilter/af_sofalizer: remove reorder hack | Paul B Mahol | 2015-12-13 | 1 | -135/+89 |
* | avfilter/af_sofalizer: move modulo operation out of loop | Paul B Mahol | 2015-12-13 | 1 | -6/+10 |
* | avfilter/af_sofalizer: make it possible to configure speaker elevation | Paul B Mahol | 2015-12-13 | 1 | -74/+81 |
* | avfilter/af_sofalizer: display some info when loading sofa file | Paul B Mahol | 2015-12-12 | 1 | -8/+41 |
* | avfilter: add SOFAlizer audio filter | Paul B Mahol | 2015-12-12 | 1 | -0/+1018 |