summaryrefslogtreecommitdiff
path: root/libavfilter/af_afir.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_afir: fix remaining artifacts on IR switchPaul B Mahol2023-04-251-14/+13
* avfilter/af_afir: add way to control loading interval of impulsesPaul B Mahol2023-04-251-17/+28
* avfilter/af_afir: make IR switching work also with minp != maxpPaul B Mahol2023-04-251-14/+62
* avfilter/af_afir: cache xfade coefficientsPaul B Mahol2023-04-241-2/+35
* avfilter/af_afir: fix IR switching with different lengthsPaul B Mahol2023-04-231-31/+45
* avfilter/af_afir: call av_frame_copy_props()Paul B Mahol2023-01-171-0/+1
* avfilter/afir_template: make IR transitions artifacts freePaul B Mahol2023-01-021-18/+66
* avfilter/af_afir: fix prev_selir variable change in private filter contextPaul B Mahol2022-12-251-3/+4
* avfilter/af_afir: increase max partition sizePaul B Mahol2022-12-251-3/+3
* avfilter/af_afir: reduce memory usagePaul B Mahol2022-12-251-3/+1
* avfilter/af_afir: make dry/wet runtime optionsPaul B Mahol2022-12-221-2/+2
* avfilter/af_afir: fix some misc low priority issuesPaul B Mahol2022-12-181-1/+1
* avfilter/af_afir: improve output when IR switching at runtimePaul B Mahol2022-12-181-69/+79
* avfilter/af_afir: reduce output gain with default parametersPaul B Mahol2022-12-121-16/+25
* avfilter/af_afir: improve output quality with small minpPaul B Mahol2022-12-111-3/+5
* avfilter/af_afir: Check return value of av_tx_init()Andreas Rheinhardt2022-11-121-9/+17
* avfilter/af_afir: add support for double sample formatPaul B Mahol2022-05-151-415/+96
* avfilter/af_afir: Move ff_afir_init() to headerAndreas Rheinhardt2022-05-061-25/+0
* avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt2022-05-061-1/+70
* avfilter: convert to new channel layout APIJames Almer2022-03-151-21/+28
* avfilter/af_afir: remove pts rewriting codePaul B Mahol2022-02-221-7/+1
* avfilter/af_afir: switch to lavu/txPaul B Mahol2022-01-291-49/+49
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_afir: Free inpads' names genericallyAndreas Rheinhardt2021-08-221-7/+2
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-4/+4
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-12/+5
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_aiir: remove unused variablePaul B Mahol2020-10-181-4/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/af_afir: Avoid allocating AVFilterPad namesAndreas Rheinhardt2020-08-261-23/+7
* avfilter/af_afir: make use of vector_fmac_scalar() tooPaul B Mahol2020-08-231-9/+13
* avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of errorAndreas Rheinhardt2020-08-201-4/+4
* lavfi/afir: fix vpad.name leakJun Zhao2020-05-301-8/+6
* avfilter/af_afir: check if frame clone is setPaul B Mahol2020-01-141-1/+5
* avfilter/af_afir: add support for switching impulse response streams at runtimePaul B Mahol2020-01-101-105/+166
* avfilter/af_afir: add support for even smaller partition sizesPaul B Mahol2020-01-101-6/+57
* avfilter/af_afir: split input frames from impulse response framesPaul B Mahol2020-01-101-13/+13
* avfilter/af_afir: adjust min partition sizePaul B Mahol2019-01-051-2/+2
* avfilter/af_afir: split off fcmul_add into a DSP contextJames Almer2019-01-031-5/+10
* avfilter/af_afir: fix overhead for small partitionsPaul B Mahol2018-12-311-10/+23
* avfilter/af_afir: do not over allocate fft bufferPaul B Mahol2018-12-301-1/+1
* avfilter/af_afir: stop using as much threads as stream have itPaul B Mahol2018-12-301-2/+16
* avfilter/af_afir: optimize code a little morePaul B Mahol2018-12-301-4/+1
* avfilter/af_afir: implement non-uniform partitioned convolutionPaul B Mahol2018-12-301-59/+121
* avfilter/af_afir: properly split IR into multiple segmentsPaul B Mahol2018-12-291-2/+4
* avfilter/af_afir: make part_index values per channelPaul B Mahol2018-12-291-8/+10
* avfilter/af_afir: make number of segments extendablePaul B Mahol2018-12-291-29/+46
* avfilter/af_afir: use AVFrame for coeff tooPaul B Mahol2018-12-291-18/+7