summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_headphone.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_headphone: return on error immediatelyPaul B Mahol2019-09-161-1/+1
* avfilter/af_headphone: use av_log2()Paul B Mahol2018-12-271-4/+4
* avfilter/af_headphone: fix regression after 7c201e420Paul B Mahol2018-12-261-4/+4
* avfilter/af_headphone: speed up fast convolutionPaul B Mahol2018-12-251-12/+23
* avfilter/af_headphone: do not reduce LFE gain too muchPaul B Mahol2018-12-241-1/+1
* avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domainPaul B Mahol2018-12-221-21/+24
* avfilter/af_headphone: use fabsf() instead of fabs()Paul B Mahol2018-12-211-3/+3
* avfilter/af_headphone: do not leak input frames on errorPaul B Mahol2018-11-121-0/+3
* avfilter/af_headphone : fix mem leakMartin Vignali2018-11-091-1/+1
* avfilter/af_headphone: use lavfi internal queue insteadPaul B Mahol2018-10-041-44/+12
* avfilter/af_headphone: switch to activatePaul B Mahol2018-04-161-87/+67
* avfilter/af_headphone: fix type=time with hrir=multichPaul B Mahol2018-04-161-2/+2
* avfilter/af_headphone: add single hrir multichannel stream modePaul B Mahol2018-04-151-54/+131
* avfilter/af_headphone: fix memory leak and overreadPaul B Mahol2018-04-141-3/+7
* avfilter/af_headphone: do not output invalid samples when flushingPaul B Mahol2018-04-141-4/+12
* avfilter/af_headphone: fix flushingPaul B Mahol2018-04-141-1/+14
* avfilter/af_headphone: improve performance and reduce latencyPaul B Mahol2018-04-141-12/+2
* avfilter/af_headphone: add missing error checkPaul B Mahol2017-11-201-7/+14
* avfilter/af_headphone: increase max ir lengthPaul B Mahol2017-09-251-1/+1
* avfilter/af_headphone: check ff_insert_inpad() for failurePaul B Mahol2017-08-251-3/+7
* avfilter/af_headphone: do not free frame that's gonna be reused laterPaul B Mahol2017-06-241-3/+1
* avfilter/af_headphone: fix possible memory leaks on failurePaul B Mahol2017-06-151-32/+39
* avfilter: add native headphone spatialization filterPaul B Mahol2017-06-121-0/+811
OpenPOWER on IntegriCloud