Nicolas George
2f76476549
lavfi: regroup formats lists in a single structure.
It will allow to refernce it as a whole without clunky macros.
Most of the changes have been automatically made with sed:
sed -i '
s/-> *in_formats/->incfg.formats/g;
s/-> *out_formats/->outcfg.formats/g;
s/-> *in_channel_layouts/->incfg.channel_layouts/g;
s/-> *out_channel_layouts/->outcfg.channel_layouts/g;
s/-> *in_samplerates/->incfg.samplerates/g;
s/-> *out_samplerates/->outcfg.samplerates/g;
' src/libavfilter/*(.)
4 years ago
Paul B Mahol
22f3b6286e
avfilter: add av_cold where it is missing
5 years ago
Paul B Mahol
604421630b
avfilter/af_surround: improve rear channels separation
6 years ago
Paul B Mahol
2d16b83824
avfilter/af_surround: check for invalid magnitude and phase difference
6 years ago
Paul B Mahol
e1e0f94dc9
avfilter/af_surround: add angle option
6 years ago
Paul B Mahol
e1cfb01b05
avfilter/af_surround: fix typo
6 years ago
Paul B Mahol
4a69b18242
avfilter/af_surround: export more channel's in/out gains
6 years ago
Paul B Mahol
ce15c3a4c8
avfilter/af_surround: switch to activate
6 years ago
Paul B Mahol
7a128ac2bc
avfilter/af_surround: expose window size to user
6 years ago
Paul B Mahol
ccc07ebe45
avfilter/af_surround: add 6.1/6.0 upmix from stereo
6 years ago
Paul B Mahol
26fd40b568
avfilter/af_surround: make channel spread from stereo image user configurable
6 years ago
Paul B Mahol
dbb35abf28
avfilter/af_surround: add lfe_mode option
6 years ago
Paul B Mahol
c6c94303d4
avfilter/af_surround: avoid divisions with very small numbers
6 years ago
Paul B Mahol
fee7c15d87
avfilter/af_surround: allow user to change overlap and win_func
6 years ago
Paul B Mahol
d6fc20a3ba
avfilter/af_surround: fix code indentation
6 years ago
Paul B Mahol
5941179e28
avfilter/af_surround: drain input at EOF
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
200f497997
avfilter/af_surround: add missing error check
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
69cbebbd3d
avfilter/af_surround: add some more layouts
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
9d6aab6fa1
avfilter/af_surround: make volume configurable for front center and lfe channel
7 years ago
Paul B Mahol
fab1863917
avfilter/af_surround: add support for some upmixing of 3.0, 2.1 and 5.1 channel layout
Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years ago
Paul B Mahol
dc72d1dde9
avfilter: add audio surround upmixer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years ago