| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_sofalizer: switch to activate | Paul B Mahol | 2019-04-29 | 1 | -6/+30 |
* | afilter/af_sofalizer: check explicitly other type | Paul B Mahol | 2019-01-01 | 1 | -3/+3 |
* | avfilter/af_sofalizer: stop allocating never used buffers | Paul B Mahol | 2018-12-31 | 1 | -3/+11 |
* | avfilter/af_sofalizer: use av_log2() | Paul B Mahol | 2018-12-27 | 1 | -4/+4 |
* | avfilter/af_sofalizer: fix regression after 7ea4b928a264 | Paul B Mahol | 2018-12-26 | 1 | -7/+7 |
* | avfilter/af_sofalizer: fix typo in comments | Paul B Mahol | 2018-12-26 | 1 | -1/+1 |
* | avfilter/af_sofalizer: use float constants | Paul B Mahol | 2018-12-26 | 1 | -2/+2 |
* | avfilter/af_sofalizer: add fltp sample format support | Paul B Mahol | 2018-12-26 | 1 | -28/+61 |
* | avfilter/af_sofalizer: speed up fast convolution | Paul B Mahol | 2018-12-25 | 1 | -16/+28 |
* | avfilter/af_sofalizer: do not reduce LFE by 6dB | Paul B Mahol | 2018-12-24 | 1 | -2/+2 |
* | avfilter/af_sofalizer: fix memory leaks | Paul B Mahol | 2018-12-23 | 1 | -1/+1 |
* | avfilter/af_sofalizer: set delays when interpolation is disabled | Paul B Mahol | 2018-12-23 | 1 | -0/+7 |
* | avfilter/af_sofalizer: stop using easy API | Paul B Mahol | 2018-12-23 | 1 | -17/+100 |
* | avfilter/af_sofalizer: reset FFT pointers back to NULL | Paul B Mahol | 2018-12-23 | 1 | -0/+4 |
* | avfilter/af_sofalizer: pick IR length after loading sofa | Paul B Mahol | 2018-12-23 | 1 | -3/+5 |
* | avfilter/af_sofalizer: increase range for lfegain | Paul B Mahol | 2018-12-23 | 1 | -1/+1 |
* | avfilter/af_sofalizer: fix non-power of 2 IR length filtering in time domain | Paul B Mahol | 2018-12-22 | 1 | -20/+25 |
* | avfilter/af_sofalizer: use fabsf() instead of fabs() | Paul B Mahol | 2018-12-21 | 1 | -3/+3 |
* | avfilter/af_sofalizer: add framesize option | Paul B Mahol | 2018-12-20 | 1 | -2/+4 |
* | avfilter/af_sofalizer: increase max radius | Paul B Mahol | 2018-12-20 | 1 | -1/+1 |
* | avfilter/af_sofalizer: add printing of license back | Paul B Mahol | 2018-12-20 | 1 | -0/+4 |
* | avfilter/af_sofalizer: use av_sscanf() | Paul B Mahol | 2018-11-18 | 1 | -3/+3 |
* | 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 |