summaryrefslogtreecommitdiff
path: root/libavfilter/af_surround.c
Commit message (Collapse)AuthorAge
* 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
|
* avfilter/af_surround: drain input at EOFPaul B Mahol2018-03-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_surround: add missing error checkPaul B Mahol2017-11-20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_surround: add some more layoutsPaul B Mahol2017-11-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_surround: make volume configurable for front center and lfe channelPaul B Mahol2017-08-26
|
* avfilter/af_surround: add support for some upmixing of 3.0, 2.1 and 5.1 ↵Paul B Mahol2017-06-04
| | | | | | channel layout Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add audio surround upmixerPaul B Mahol2017-06-01
Signed-off-by: Paul B Mahol <onemda@gmail.com>