summaryrefslogtreecommitdiff
path: root/libavfilter/af_headphone.c
Commit message (Collapse)AuthorAge
* avfilter/af_headphone: return on error immediatelyPaul B Mahol2019-09-16
|
* avfilter/af_headphone: use av_log2()Paul B Mahol2018-12-27
|
* avfilter/af_headphone: fix regression after 7c201e420Paul B Mahol2018-12-26
|
* avfilter/af_headphone: speed up fast convolutionPaul B Mahol2018-12-25
| | | | Do IFFT only once per output channel.
* avfilter/af_headphone: do not reduce LFE gain too muchPaul B Mahol2018-12-24
|
* avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domainPaul B Mahol2018-12-22
|
* avfilter/af_headphone: use fabsf() instead of fabs()Paul B Mahol2018-12-21
|
* avfilter/af_headphone: do not leak input frames on errorPaul B Mahol2018-11-12
|
* avfilter/af_headphone : fix mem leakMartin Vignali2018-11-09
| | | | | | report by coverity CID 1439934 CID 1439935
* avfilter/af_headphone: use lavfi internal queue insteadPaul B Mahol2018-10-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: switch to activatePaul B Mahol2018-04-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: fix type=time with hrir=multichPaul B Mahol2018-04-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: add single hrir multichannel stream modePaul B Mahol2018-04-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: fix memory leak and overreadPaul B Mahol2018-04-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: do not output invalid samples when flushingPaul B Mahol2018-04-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: fix flushingPaul B Mahol2018-04-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: improve performance and reduce latencyPaul B Mahol2018-04-14
| | | | | | Remove not needed code. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: add missing error checkPaul B Mahol2017-11-20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: increase max ir lengthPaul B Mahol2017-09-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: check ff_insert_inpad() for failurePaul B Mahol2017-08-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: do not free frame that's gonna be reused laterPaul B Mahol2017-06-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: fix possible memory leaks on failurePaul B Mahol2017-06-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add native headphone spatialization filterPaul B Mahol2017-06-12
Signed-off-by: Paul B Mahol <onemda@gmail.com>