| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -9/+9 |
* | avfilter/af_sidechaincompress: Store format in filter, remove query func | Andreas Rheinhardt | 2021-10-05 | 1 | -18/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/af_sidechaincompress: Remove always-false samplerate check | Andreas Rheinhardt | 2021-09-21 | 1 | -9/+0 |
* | avfilter/af_sidechaincompress: Honour query_formats API, fix segfault | Andreas Rheinhardt | 2021-09-21 | 1 | -19/+7 |
* | avfilter/af_sidechaincompress: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -7/+5 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -21/+5 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -5/+5 |
* | avfilter/af_sidechaincompress: add support for commands | Paul B Mahol | 2020-01-06 | 1 | -18/+35 |
* | avfilter/af_sidechaincompress: fix pts handling when timebase and 1/samplerat... | Paul B Mahol | 2019-11-17 | 1 | -1/+1 |
* | avfilter/af_sidechaincompress: implement mode option | Paul B Mahol | 2019-04-17 | 1 | -8/+39 |
* | 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 |