| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_alimiter: fix misbehavior when nb_channels != 2 | David Flater | 2022-08-23 | 1 | -10/+13 |
* | avfilter/af_alimiter: add latency compensation option | Wang Cao | 2022-05-12 | 1 | -0/+89 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -5/+5 |
* | avfilter/af_alimiter: add timeline and commands support | Paul B Mahol | 2021-10-18 | 1 | -10/+11 |
* | avfilter/af_alimiter: Store format in filter, remove query function | 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 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -16/+3 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_alimiter: check if buffer_size is valid | Paul B Mahol | 2018-03-07 | 1 | -0/+5 |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter/af_alimiter: add 3 more options | Paul B Mahol | 2015-12-06 | 1 | -7/+16 |
* | avfilter/af_alimiter: make description a bit longer | Paul B Mahol | 2015-11-25 | 1 | -1/+1 |
* | avfilter: add audio limiter filter | Paul B Mahol | 2015-09-12 | 1 | -0/+361 |