aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_agate.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/af_agate: convert to query_func2()Anton Khirnov2024-09-051-11/+13
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-9/+9
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-7/+7
* avfilter/af_agate: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-19/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/af_agate: switch to internal timelinePaul B Mahol2021-10-031-2/+5
* avfilter/af_agate: Remove always-false samplerate checkAndreas Rheinhardt2021-09-211-9/+0
* avfilter/af_agate: Honour query_formats API, fix segfaultAndreas Rheinhardt2021-09-211-19/+7
* avfilter/af_agate: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-8/+4
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-15/+4
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/af_agate: add support for commands and timelinePaul B Mahol2020-11-301-1/+5
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-5/+5
* avfilter/af_agate: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-171-1/+1
* avfilter/af_agate: implement mode optionPaul B Mahol2019-04-171-23/+34
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter: fix indentationPaul B Mahol2017-11-191-8/+7
* lavfi/af_agate: use helper macros.Nicolas George2017-09-121-10/+5
* avfilter/af_agate: switch to activatePaul B Mahol2017-08-251-55/+59
* avfilter/af_agate: fix memleak of out frameMichael Niedermayer2016-02-081-0/+1
* avfilter/af_sidechaincompress & af_agate: use audio fifo from lavuPaul B Mahol2016-01-151-28/+52
* avfilter/af_agate: change default for detection to rmsPaul B Mahol2015-12-031-1/+1
* avfilter/af_agate: compile agate only when requested.Paul B Mahol2015-12-031-29/+33
* avfilter/af_agate: add level_sc option for sidechaingate filterPaul B Mahol2015-12-031-11/+13
* avfilter: add sidechaingate filterPaul B Mahol2015-12-031-3/+167
* avfilter/af_agate: prepare for adding sidechain versionPaul B Mahol2015-12-031-26/+33
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-1/+2
* avfilter/af_agate: replace FFABS with fabsGanesh Ajjanagadde2015-10-131-3/+3
* avfilter:audio: fix shadowed AVFrame *outPaul B Mahol2015-10-061-2/+2
* avfilter: add agate filterPaul B Mahol2015-09-221-0/+237