summaryrefslogtreecommitdiff
path: root/libavfilter/af_adelay.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_adelay: add command supportDavid Lacko2022-02-11
* avfilter/af_adelay: use outlink where applicablePaul B Mahol2021-11-07
* avfilter/af_adelay: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_adelay: make per channel delay argument an int64_tJames Almer2021-04-25
* avfilter/af_adelay: Check sscanf() return valueLimin Wang2020-05-01
* avfilter/af_adelay: fix buggy behaviourPaul B Mahol2019-10-09
* avfilter/af_adelay: add option which changes how unset channels are delayedPaul B Mahol2019-10-07
* avfilter/af_adelay: allow setting delays in secondsPaul B Mahol2019-01-01
* avfilter/af_adelay: use av_sscanf()Paul B Mahol2018-11-18
* avfilter/af_adelay: switch to activatePaul B Mahol2018-10-25
* avfilter/af_adelay: do not crash if allocation of chandelay failedPaul B Mahol2018-10-18
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* avfilter/af_adelay: remove requirement that at least one delay should be prov...Paul B Mahol2017-08-30
* avfilter/af_adelay: make it possible to delay channels by exact number of sam...Paul B Mahol2016-08-11
* avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol2015-11-25
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/af_adelay: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-07
* avfilter: remove superflous linesPaul B Mahol2014-02-26
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: add adelay filterPaul B Mahol2013-09-16