Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-24avfilter/af_surround: improve rear channels separationPaul B Mahol
2019-04-24avfilter/af_surround: check for invalid magnitude and phase differencePaul B Mahol
2019-04-24avfilter/af_surround: add angle optionPaul B Mahol
2019-04-24avfilter/af_surround: fix typoPaul B Mahol
2019-04-23avfilter/af_surround: export more channel's in/out gainsPaul B Mahol
2019-04-23avfilter/af_surround: switch to activatePaul B Mahol
2019-04-23avfilter/af_surround: expose window size to userPaul B Mahol
2019-04-23avfilter/af_surround: add 6.1/6.0 upmix from stereoPaul B Mahol
2019-04-22avfilter/af_surround: make channel spread from stereo image user configurablePaul B Mahol
2019-04-22avfilter/af_surround: add lfe_mode optionPaul B Mahol
2019-04-22avfilter/af_surround: avoid divisions with very small numbersPaul B Mahol
2019-04-20avfilter/af_surround: allow user to change overlap and win_funcPaul B Mahol
2018-12-24avfilter/af_surround: fix code indentationPaul B Mahol
2018-03-16avfilter/af_surround: drain input at EOFPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-20avfilter/af_surround: add missing error checkPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-19avfilter/af_surround: add some more layoutsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-08-26avfilter/af_surround: make volume configurable for front center and lfe channelPaul B Mahol
2017-06-04avfilter/af_surround: add support for some upmixing of 3.0, 2.1 and 5.1 ↵Paul B Mahol
channel layout Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-06-01avfilter: add audio surround upmixerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>