Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
This is more correct. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-19avfilter: fix indentationPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-09-12lavfi/af_agate: use helper macros.Nicolas George
2017-08-25avfilter/af_agate: switch to activatePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-02-09avfilter/af_agate: fix memleak of out frameMichael Niedermayer
Fixes CID1351358 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-01-15avfilter/af_sidechaincompress & af_agate: use audio fifo from lavuPaul B Mahol
Fixes regression causing segfault. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-03avfilter/af_agate: change default for detection to rmsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-03avfilter/af_agate: compile agate only when requested.Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-03avfilter/af_agate: add level_sc option for sidechaingate filterPaul B Mahol
Also correct usage of input gain for both filters. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-03avfilter: add sidechaingate filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-12-03avfilter/af_agate: prepare for adding sidechain versionPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
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>
2015-10-13avfilter/af_agate: replace FFABS with fabsGanesh Ajjanagadde
2015-10-06avfilter:audio: fix shadowed AVFrame *outPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-09-22avfilter: add agate filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>