summaryrefslogtreecommitdiff
path: root/libavfilter/af_crossfeed.c
Commit message (Collapse)AuthorAge
* avfilter/af_crossfeed: use transposed II formPaul B Mahol2020-10-20
|
* avfilter/af_crossfeed: make options runtime configurablePaul B Mahol2020-04-30
|
* avfilter/af_crossfeed: make slope configurablePaul B Mahol2020-04-30
|
* avfilter/af_crossfeed: fix calculation of alpha parameterPaul B Mahol2020-04-30
| | | | Use A in calculation.
* avfilter/af_crossfeed: add timeline supportPaul B Mahol2019-05-01
|
* avfilter/af_crossfeed: Use ff_exp10()Michael Niedermayer2019-01-01
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
| | | | | | This is more correct. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add audio crossfeed filterPaul B Mahol2017-05-17
Signed-off-by: Paul B Mahol <onemda@gmail.com>