aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_surround.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/af_surround: fix typoPaul B Mahol2019-04-241-1/+1
* avfilter/af_surround: export more channel's in/out gainsPaul B Mahol2019-04-231-0/+70
* avfilter/af_surround: switch to activatePaul B Mahol2019-04-231-42/+65
* avfilter/af_surround: expose window size to userPaul B Mahol2019-04-231-1/+3
* avfilter/af_surround: add 6.1/6.0 upmix from stereoPaul B Mahol2019-04-231-0/+100
* avfilter/af_surround: make channel spread from stereo image user configurablePaul B Mahol2019-04-221-70/+114
* avfilter/af_surround: add lfe_mode optionPaul B Mahol2019-04-221-10/+15
* avfilter/af_surround: avoid divisions with very small numbersPaul B Mahol2019-04-221-9/+18
* avfilter/af_surround: allow user to change overlap and win_funcPaul B Mahol2019-04-201-3/+34
* avfilter/af_surround: fix code indentationPaul B Mahol2018-12-241-2/+2
* avfilter/af_surround: drain input at EOFPaul B Mahol2018-03-161-3/+25
* avfilter/af_surround: add missing error checkPaul B Mahol2017-11-201-5/+6
* avfilter/af_surround: add some more layoutsPaul B Mahol2017-11-191-0/+201
* avfilter/af_surround: make volume configurable for front center and lfe channelPaul B Mahol2017-08-261-2/+38
* avfilter/af_surround: add support for some upmixing of 3.0, 2.1 and 5.1 chann...Paul B Mahol2017-06-041-62/+455
* avfilter: add audio surround upmixerPaul B Mahol2017-06-011-0/+835