summaryrefslogtreecommitdiff
path: root/libavfilter/af_extrastereo.c
Commit message (Collapse)AuthorAge
* avfilter/af_extrastereo: add support for commandsPaul B Mahol2019-12-27
|
* avfilter/af_extrastereo: add timeline supportPaul B Mahol2019-05-01
|
* 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/af_extrastereo: fix filtering when clipping is disabledPaul B Mahol2017-11-20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
| | | | | | | | | | | | | | | | | | Many of the functions from avfilter/formats can return errors, usually AVERROR(ENOMEM). This propagates the return values. All of these were found by using av_warn_unused_result, demonstrating its utility. Tested with FATE. I am least sure of the changes to avfilter/filtergraph, since I don't know what/how reduce_format is intended to behave and how it should react to errors. Fixes: CID 1325680, 1325679, 1325678. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Previous version Reviewed-by: Nicolas George <george@nsup.org> Previous version Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* afilter/af_extrastereo: remove dead initializationPaul B Mahol2015-10-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_extrastereo: Fix shadowed variableMichael Niedermayer2015-10-06
| | | | | | Fixes CID1325675 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/extrastereo: use AV_OPT_TYPE_BOOL for clipping optionClément Bœsch2015-09-08
|
* avfilter: add extrastereo filterPaul B Mahol2015-09-08
Signed-off-by: Paul B Mahol <onemda@gmail.com>