aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_surround.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-3/+3
* avfilter/af_surround: refactor some codePaul B Mahol2023-12-041-4/+8
* avfilter: use AV_OPT_TYPE_CHLAYOUTPaul B Mahol2023-11-221-20/+8
* apply spelling fixesDiederik de Haas via ffmpeg-devel2023-11-181-1/+1
* avfilter/af_surround: replace double constants with float variantsJames Almer2023-05-191-26/+26
* avfilter/af_surround: scale output gain for non-default overlapPaul B Mahol2023-05-121-2/+20
* avfilter/af_surround: cache constant rdft_size inside loopsPaul B Mahol2023-05-121-6/+12
* avfilter/af_surround: reduce double usagePaul B Mahol2023-05-111-27/+27
* avfilter/af_surround: call av_frame_copy_props()Paul B Mahol2023-01-171-1/+1
* avfilter/af_surround: fix possible out of array accessPaul B Mahol2022-11-191-3/+2
* avfilter/af_surround: refactor codePaul B Mahol2022-11-191-228/+202
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-1/+1
* avfilter/af_surround: improve LFE loudnessPaul B Mahol2022-11-181-7/+7
* avfilter/af_surround: implement smooth option/supportPaul B Mahol2022-11-181-4/+18
* avfilter/af_surround: split factors calculationsPaul B Mahol2022-11-181-53/+80
* avfilter/af_surround: improve front center channelPaul B Mahol2022-11-181-2/+9
* avfilter/af_surround: fix regression with channel i/o gainPaul B Mahol2022-11-181-8/+8
* avfilter/af_surround: simplify some code morePaul B Mahol2022-11-181-176/+116
* avfilter/af_surround: add more layouts for stereo upmixPaul B Mahol2022-11-171-0/+4
* avfilter/af_surround: allow non-power of 2 win_sizePaul B Mahol2022-11-171-25/+22
* avfilter/af_surround: move upmix before irdftPaul B Mahol2022-11-161-5/+7
* avfilter/af_surround: refactor some codePaul B Mahol2022-11-161-802/+114
* avfilter/af_surround: add support for commandsPaul B Mahol2022-11-151-120/+170
* avfilter/af_surround: add focus optionPaul B Mahol2022-11-151-5/+39
* avfilter/af_surround: add forgotten null pointer checkPaul B Mahol2022-11-151-1/+1
* avfilter/af_surround: avoid using doublesPaul B Mahol2022-11-151-20/+20
* avfilter/af_surround: check that upmix func ptr is validPaul B Mahol2022-11-141-1/+2
* avfilter/af_surround: speed up slice threading for stereo upmixingPaul B Mahol2022-11-141-472/+831
* avfilter/af_surround: Check return value of av_tx_init()Andreas Rheinhardt2022-11-121-8/+10
* avfilter/af_surround: request new frames only when neededPaul B Mahol2022-04-301-0/+5
* avfilter: convert to new channel layout APIJames Almer2022-03-151-41/+47
* avfilter/af_surround: use outlink variable already availablePaul B Mahol2022-02-221-1/+1
* avfilter/af_surround: do not rewrite pts any morePaul B Mahol2022-02-221-65/+32
* avfilter/af_surround: fix oversight with inverse rdft initializationPaul B Mahol2022-02-161-1/+1
* avfilter/af_surround: change x/y spread defaultsPaul B Mahol2022-02-121-16/+16
* avfilter/af_surround: avoid implicit conversion to floatPaul B Mahol2022-02-121-4/+4
* avfilter/af_surround: switch to rdft from avutil/txPaul B Mahol2022-02-121-28/+36
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-151-22/+1
* avfilter/af_surround: Fix memleaks upon allocation errorAndreas Rheinhardt2021-10-071-2/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* 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-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-031-1/+1
* avfilter/af_surround: improve rear channels separationPaul B Mahol2019-04-241-10/+10
* avfilter/af_surround: check for invalid magnitude and phase differencePaul B Mahol2019-04-241-0/+3
* avfilter/af_surround: add angle optionPaul B Mahol2019-04-241-0/+25