summaryrefslogtreecommitdiff
path: root/libavfilter/af_alimiter.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_alimiter: fix misbehavior when nb_channels != 2David Flater2022-08-231-10/+13
* avfilter/af_alimiter: add latency compensation optionWang Cao2022-05-121-0/+89
* avfilter: convert to new channel layout APIJames Almer2022-03-151-5/+5
* avfilter/af_alimiter: add timeline and commands supportPaul B Mahol2021-10-181-10/+11
* avfilter/af_alimiter: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-18/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-16/+3
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_alimiter: check if buffer_size is validPaul B Mahol2018-03-071-0/+5
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/af_alimiter: add 3 more optionsPaul B Mahol2015-12-061-7/+16
* avfilter/af_alimiter: make description a bit longerPaul B Mahol2015-11-251-1/+1
* avfilter: add audio limiter filterPaul B Mahol2015-09-121-0/+361