summaryrefslogtreecommitdiff
path: root/libavfilter/af_afir.h
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_afir: add way to control loading interval of impulsesPaul B Mahol2023-04-251-0/+1
* avfilter/af_afir: make IR switching work also with minp != maxpPaul B Mahol2023-04-251-0/+2
* avfilter/af_afir: cache xfade coefficientsPaul B Mahol2023-04-241-0/+1
* avfilter/af_afir: fix IR switching with different lengthsPaul B Mahol2023-04-231-4/+5
* avfilter/afir_template: make IR transitions artifacts freePaul B Mahol2023-01-021-5/+4
* avfilter/af_afir: reduce memory usagePaul B Mahol2022-12-251-2/+0
* avfilter/af_afir: improve output when IR switching at runtimePaul B Mahol2022-12-181-8/+14
* avfilter/af_afir: reduce output gain with default parametersPaul B Mahol2022-12-121-2/+2
* avfilter/af_afir: add support for double sample formatPaul B Mahol2022-05-151-0/+99
* avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt2022-05-061-108/+0
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-7/+6
* avfilter/af_afir: switch to lavu/txPaul B Mahol2022-01-291-4/+7
* avfilter/af_afir: add support for switching impulse response streams at runtimePaul B Mahol2020-01-101-1/+3
* avfilter/af_afir: split input frames from impulse response framesPaul B Mahol2020-01-101-1/+2
* avfilter/af_afir: split off fcmul_add into a DSP contextJames Almer2019-01-031-3/+9
* avfilter/af_afir: implement non-uniform partitioned convolutionPaul B Mahol2018-12-301-1/+6
* avfilter/af_afir: make part_index values per channelPaul B Mahol2018-12-291-1/+2
* avfilter/af_afir: make number of segments extendablePaul B Mahol2018-12-291-1/+2
* avfilter/af_afir: use AVFrame for coeff tooPaul B Mahol2018-12-291-1/+2
* avfilter/af_afir: introduce AudioFIRSegment structure and use itPaul B Mahol2018-12-291-11/+17
* afilter/af_afir: remove invalid delayPaul B Mahol2018-12-271-1/+0
* avfilter/af_afir: remove not needed nb_samples from filter contextPaul B Mahol2018-12-271-1/+0
* avfilter/af_afir: remove dead store variablePaul B Mahol2018-12-261-1/+0
* avfilter/af_afir: remove unused variablePaul B Mahol2018-12-261-3/+0
* avfilter/af_afir: kill useless code which increases latency for no reasonPaul B Mahol2018-11-091-2/+0
* avfilter/af_afir: add minp/maxp options to control latency and speedPaul B Mahol2018-11-081-0/+2
* avfilter/af_afir: implement rate optionPaul B Mahol2018-11-081-0/+1
* avfilter/af_afir: remove again option, merge it with gtypePaul B Mahol2018-10-101-1/+0
* avilter/af_afir: add irfmt optionPaul B Mahol2018-10-041-0/+1
* avfilter/af_afir: make IR gain control more flexiblePaul B Mahol2018-10-031-0/+2
* avfilter/af_afir: switch to activatePaul B Mahol2018-09-151-1/+1
* avfilter/af_afir: draw IR frequency responsePaul B Mahol2018-05-291-0/+4
* avfilter/af_afir: make max IR length configurablePaul B Mahol2018-04-161-2/+1
* avfilter/af_afir: remove extra space in the header inclusion guardsJames Almer2017-05-091-2/+2
* avfilter: add arbitrary audio FIR filterPaul B Mahol2017-05-091-0/+83