| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_headphone: Fix leak of channel layouts list on error | Andreas Rheinhardt | 2020-08-26 | 1 | -4/+3 |
* | avfilter/af_headphone: Fix segfault upon allocation failure | Andreas Rheinhardt | 2020-08-26 | 1 | -5/+2 |
* | avfilter/af_headphone: return on error immediately | Paul B Mahol | 2019-09-16 | 1 | -1/+1 |
* | avfilter/af_headphone: use av_log2() | Paul B Mahol | 2018-12-27 | 1 | -4/+4 |
* | avfilter/af_headphone: fix regression after 7c201e420 | Paul B Mahol | 2018-12-26 | 1 | -4/+4 |
* | avfilter/af_headphone: speed up fast convolution | Paul B Mahol | 2018-12-25 | 1 | -12/+23 |
* | avfilter/af_headphone: do not reduce LFE gain too much | Paul B Mahol | 2018-12-24 | 1 | -1/+1 |
* | avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domain | Paul B Mahol | 2018-12-22 | 1 | -21/+24 |
* | avfilter/af_headphone: use fabsf() instead of fabs() | Paul B Mahol | 2018-12-21 | 1 | -3/+3 |
* | avfilter/af_headphone: do not leak input frames on error | Paul B Mahol | 2018-11-12 | 1 | -0/+3 |
* | avfilter/af_headphone : fix mem leak | Martin Vignali | 2018-11-09 | 1 | -1/+1 |
* | avfilter/af_headphone: use lavfi internal queue instead | Paul B Mahol | 2018-10-04 | 1 | -44/+12 |
* | avfilter/af_headphone: switch to activate | Paul B Mahol | 2018-04-16 | 1 | -87/+67 |
* | avfilter/af_headphone: fix type=time with hrir=multich | Paul B Mahol | 2018-04-16 | 1 | -2/+2 |
* | avfilter/af_headphone: add single hrir multichannel stream mode | Paul B Mahol | 2018-04-15 | 1 | -54/+131 |
* | avfilter/af_headphone: fix memory leak and overread | Paul B Mahol | 2018-04-14 | 1 | -3/+7 |
* | avfilter/af_headphone: do not output invalid samples when flushing | Paul B Mahol | 2018-04-14 | 1 | -4/+12 |
* | avfilter/af_headphone: fix flushing | Paul B Mahol | 2018-04-14 | 1 | -1/+14 |
* | avfilter/af_headphone: improve performance and reduce latency | Paul B Mahol | 2018-04-14 | 1 | -12/+2 |
* | avfilter/af_headphone: add missing error check | Paul B Mahol | 2017-11-20 | 1 | -7/+14 |
* | avfilter/af_headphone: increase max ir length | Paul B Mahol | 2017-09-25 | 1 | -1/+1 |
* | avfilter/af_headphone: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -3/+7 |
* | avfilter/af_headphone: do not free frame that's gonna be reused later | Paul B Mahol | 2017-06-24 | 1 | -3/+1 |
* | avfilter/af_headphone: fix possible memory leaks on failure | Paul B Mahol | 2017-06-15 | 1 | -32/+39 |
* | avfilter: add native headphone spatialization filter | Paul B Mahol | 2017-06-12 | 1 | -0/+811 |