| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter: fix indentation | Paul B Mahol | 2017-11-19 | 1 | -8/+7 |
* | lavfi/af_sidechaincompress: use helper macros. | Nicolas George | 2017-09-12 | 1 | -10/+5 |
* | avfilter/af_sidechaincompress: switch to activate | Paul B Mahol | 2017-08-24 | 1 | -54/+58 |
* | avfilter/af_sidechaincompress: change default makeup gain to 1 | Paul B Mahol | 2017-05-20 | 1 | -1/+1 |
* | avfilter/af_sidechaincompress: Free out frame on error | Michael Niedermayer | 2016-02-03 | 1 | -1/+2 |
* | avfilter/af_sidechaincompress & af_agate: use audio fifo from lavu | Paul B Mahol | 2016-01-15 | 1 | -27/+50 |
* | avfilter/af_sidechaincompress: kill init function | Paul B Mahol | 2015-12-03 | 1 | -16/+7 |
* | avfilter/af_sidechaincompress: do not require writable input frames for acomp... | Paul B Mahol | 2015-11-30 | 1 | -10/+25 |
* | avfilter/af_sidechaincompress: add level_in and level_sc options | Paul B Mahol | 2015-11-30 | 1 | -17/+24 |
* | avfilter/af_sidechaincompress: fix output gain for rms(default) detection | Paul B Mahol | 2015-11-29 | 1 | -1/+3 |
* | avfilter: add audio compressor filter | Paul B Mahol | 2015-11-28 | 1 | -29/+128 |
* | avfilter/af_sidechaincompress: add forgotten option | Paul B Mahol | 2015-11-25 | 1 | -1/+4 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -13/+6 |
* | avfilter/af_sidechaincompress: replace FFABS with fabs | Ganesh Ajjanagadde | 2015-10-13 | 1 | -3/+3 |
* | avfilter: add agate filter | Paul B Mahol | 2015-09-22 | 1 | -23/+1 |
* | avfilter/af_sidechaincompress: do not use floats | Paul B Mahol | 2015-09-17 | 1 | -2/+2 |
* | avfilter/af_sidechaincompress: use doubles instead of floats | Paul B Mahol | 2015-09-17 | 1 | -7/+7 |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/af_sidechaincompress: Also assert that i < 2 | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | avfilter: add sidechain compress audio filter | Paul B Mahol | 2015-07-25 | 1 | -0/+338 |