| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_sofalizer: fix getting speaker position | James Almer | 2022-03-15 | 1 | -6/+6 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -53/+42 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -9/+2 |
* | avfilter/af_sofalizer: switch to TX FFT from avutil | Paul B Mahol | 2021-07-24 | 1 | -64/+85 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_sofalizer: allow up to 64 channels | Paul B Mahol | 2020-10-12 | 1 | -4/+4 |
* | avfilter/af_sofalizer: allow to specify virtual speakers indetifier as number | Paul B Mahol | 2020-10-12 | 1 | -5/+14 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | 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 |