summaryrefslogtreecommitdiff
path: root/libavfilter/af_agate.c
Commit message (Collapse)AuthorAge
* avfilter/af_agate: fix memleak of out frameMichael Niedermayer2016-02-08
| | | | | | Fixes CID1351358 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_sidechaincompress & af_agate: use audio fifo from lavuPaul B Mahol2016-01-15
| | | | | | Fixes regression causing segfault. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_agate: change default for detection to rmsPaul B Mahol2015-12-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_agate: compile agate only when requested.Paul B Mahol2015-12-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_agate: add level_sc option for sidechaingate filterPaul B Mahol2015-12-03
| | | | | | Also correct usage of input gain for both filters. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add sidechaingate filterPaul B Mahol2015-12-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_agate: prepare for adding sidechain versionPaul B Mahol2015-12-03
| | | | 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>
* avfilter/af_agate: replace FFABS with fabsGanesh Ajjanagadde2015-10-13
|
* avfilter:audio: fix shadowed AVFrame *outPaul B Mahol2015-10-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add agate filterPaul B Mahol2015-09-22
Signed-off-by: Paul B Mahol <onemda@gmail.com>