summaryrefslogtreecommitdiff
path: root/libavfilter/af_agate.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_agate: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_agate: switch to internal timelinePaul B Mahol2021-10-03
* avfilter/af_agate: Remove always-false samplerate checkAndreas Rheinhardt2021-09-21
* avfilter/af_agate: Honour query_formats API, fix segfaultAndreas Rheinhardt2021-09-21
* avfilter/af_agate: Deduplicate AVClassesAndreas Rheinhardt2021-09-19
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_agate: add support for commands and timelinePaul B Mahol2020-11-30
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/af_agate: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-17
* avfilter/af_agate: implement mode optionPaul B Mahol2019-04-17
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* avfilter: fix indentationPaul B Mahol2017-11-19
* lavfi/af_agate: use helper macros.Nicolas George2017-09-12
* avfilter/af_agate: switch to activatePaul B Mahol2017-08-25
* avfilter/af_agate: fix memleak of out frameMichael Niedermayer2016-02-08
* avfilter/af_sidechaincompress & af_agate: use audio fifo from lavuPaul B Mahol2016-01-15
* avfilter/af_agate: change default for detection to rmsPaul B Mahol2015-12-03
* avfilter/af_agate: compile agate only when requested.Paul B Mahol2015-12-03
* avfilter/af_agate: add level_sc option for sidechaingate filterPaul B Mahol2015-12-03
* avfilter: add sidechaingate filterPaul B Mahol2015-12-03
* avfilter/af_agate: prepare for adding sidechain versionPaul B Mahol2015-12-03
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/af_agate: replace FFABS with fabsGanesh Ajjanagadde2015-10-13
* avfilter:audio: fix shadowed AVFrame *outPaul B Mahol2015-10-06
* avfilter: add agate filterPaul B Mahol2015-09-22