summaryrefslogtreecommitdiff
path: root/libavfilter/af_surround.c
Commit message (Expand)AuthorAge
* avfilter/af_surround: fix possible out of array accessPaul B Mahol2022-11-19
* avfilter/af_surround: refactor codePaul B Mahol2022-11-19
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-19
* avfilter/af_surround: improve LFE loudnessPaul B Mahol2022-11-18
* avfilter/af_surround: implement smooth option/supportPaul B Mahol2022-11-18
* avfilter/af_surround: split factors calculationsPaul B Mahol2022-11-18
* avfilter/af_surround: improve front center channelPaul B Mahol2022-11-18
* avfilter/af_surround: fix regression with channel i/o gainPaul B Mahol2022-11-18
* avfilter/af_surround: simplify some code morePaul B Mahol2022-11-18
* avfilter/af_surround: add more layouts for stereo upmixPaul B Mahol2022-11-17
* avfilter/af_surround: allow non-power of 2 win_sizePaul B Mahol2022-11-17
* avfilter/af_surround: move upmix before irdftPaul B Mahol2022-11-16
* avfilter/af_surround: refactor some codePaul B Mahol2022-11-16
* avfilter/af_surround: add support for commandsPaul B Mahol2022-11-15
* avfilter/af_surround: add focus optionPaul B Mahol2022-11-15
* avfilter/af_surround: add forgotten null pointer checkPaul B Mahol2022-11-15
* avfilter/af_surround: avoid using doublesPaul B Mahol2022-11-15
* avfilter/af_surround: check that upmix func ptr is validPaul B Mahol2022-11-14
* avfilter/af_surround: speed up slice threading for stereo upmixingPaul B Mahol2022-11-14
* avfilter/af_surround: Check return value of av_tx_init()Andreas Rheinhardt2022-11-12
* avfilter/af_surround: request new frames only when neededPaul B Mahol2022-04-30
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_surround: use outlink variable already availablePaul B Mahol2022-02-22
* avfilter/af_surround: do not rewrite pts any morePaul B Mahol2022-02-22
* avfilter/af_surround: fix oversight with inverse rdft initializationPaul B Mahol2022-02-16
* avfilter/af_surround: change x/y spread defaultsPaul B Mahol2022-02-12
* avfilter/af_surround: avoid implicit conversion to floatPaul B Mahol2022-02-12
* avfilter/af_surround: switch to rdft from avutil/txPaul B Mahol2022-02-12
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-15
* avfilter/af_surround: Fix memleaks upon allocation errorAndreas Rheinhardt2021-10-07
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-03
* avfilter/af_surround: improve rear channels separationPaul B Mahol2019-04-24
* avfilter/af_surround: check for invalid magnitude and phase differencePaul B Mahol2019-04-24
* avfilter/af_surround: add angle optionPaul B Mahol2019-04-24
* avfilter/af_surround: fix typoPaul B Mahol2019-04-24
* avfilter/af_surround: export more channel's in/out gainsPaul B Mahol2019-04-23
* avfilter/af_surround: switch to activatePaul B Mahol2019-04-23
* avfilter/af_surround: expose window size to userPaul B Mahol2019-04-23
* avfilter/af_surround: add 6.1/6.0 upmix from stereoPaul B Mahol2019-04-23
* avfilter/af_surround: make channel spread from stereo image user configurablePaul B Mahol2019-04-22
* avfilter/af_surround: add lfe_mode optionPaul B Mahol2019-04-22
* avfilter/af_surround: avoid divisions with very small numbersPaul B Mahol2019-04-22
* avfilter/af_surround: allow user to change overlap and win_funcPaul B Mahol2019-04-20
* avfilter/af_surround: fix code indentationPaul B Mahol2018-12-24