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/*(.)
2020-09-08 14:02:40 +02:00
Paul B Mahol
22f3b6286e
avfilter: add av_cold where it is missing
2019-10-03 12:09:07 +02:00
Paul B Mahol
604421630b
avfilter/af_surround: improve rear channels separation
2019-04-24 22:31:02 +02:00
Paul B Mahol
2d16b83824
avfilter/af_surround: check for invalid magnitude and phase difference
2019-04-24 22:31:02 +02:00
Paul B Mahol
e1e0f94dc9
avfilter/af_surround: add angle option
2019-04-24 22:31:02 +02:00
Paul B Mahol
e1cfb01b05
avfilter/af_surround: fix typo
2019-04-24 22:31:02 +02:00
Paul B Mahol
4a69b18242
avfilter/af_surround: export more channel's in/out gains
2019-04-23 17:48:10 +02:00
Paul B Mahol
ce15c3a4c8
avfilter/af_surround: switch to activate
2019-04-23 13:37:41 +02:00
Paul B Mahol
7a128ac2bc
avfilter/af_surround: expose window size to user
2019-04-23 13:37:41 +02:00
Paul B Mahol
ccc07ebe45
avfilter/af_surround: add 6.1/6.0 upmix from stereo
2019-04-23 13:37:41 +02:00
Paul B Mahol
26fd40b568
avfilter/af_surround: make channel spread from stereo image user configurable
2019-04-22 22:15:01 +02:00
Paul B Mahol
dbb35abf28
avfilter/af_surround: add lfe_mode option
2019-04-22 22:15:01 +02:00
Paul B Mahol
c6c94303d4
avfilter/af_surround: avoid divisions with very small numbers
2019-04-22 22:15:01 +02:00
Paul B Mahol
fee7c15d87
avfilter/af_surround: allow user to change overlap and win_func
2019-04-20 12:02:50 +02:00
Paul B Mahol
d6fc20a3ba
avfilter/af_surround: fix code indentation
2018-12-24 20:58:12 +01:00
Paul B Mahol
5941179e28
avfilter/af_surround: drain input at EOF
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-03-16 12:31:56 +01:00
Paul B Mahol
200f497997
avfilter/af_surround: add missing error check
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-20 13:54:04 +01:00
Paul B Mahol
69cbebbd3d
avfilter/af_surround: add some more layouts
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-19 21:20:16 +01:00
Paul B Mahol
9d6aab6fa1
avfilter/af_surround: make volume configurable for front center and lfe channel
2017-08-26 11:30:31 +02:00
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>
2017-06-04 16:37:47 +02:00
Paul B Mahol
dc72d1dde9
avfilter: add audio surround upmixer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-06-01 21:25:36 +02:00