summaryrefslogtreecommitdiff
path: root/libavfilter/af_adelay.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_adelay: fix frame pts and set frame durationPaul B Mahol2023-05-051-16/+42
* avfilter: convert to new channel layout APIJames Almer2022-03-151-4/+4
* avfilter/af_adelay: add command supportDavid Lacko2022-02-111-26/+156
* avfilter/af_adelay: use outlink where applicablePaul B Mahol2021-11-071-4/+5
* avfilter/af_adelay: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-19/+2
* 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
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_adelay: make per channel delay argument an int64_tJames Almer2021-04-251-4/+9
* avfilter/af_adelay: Check sscanf() return valueLimin Wang2020-05-011-1/+4
* avfilter/af_adelay: fix buggy behaviourPaul B Mahol2019-10-091-3/+3
* avfilter/af_adelay: add option which changes how unset channels are delayedPaul B Mahol2019-10-071-0/+7
* avfilter/af_adelay: allow setting delays in secondsPaul B Mahol2019-01-011-2/+3
* avfilter/af_adelay: use av_sscanf()Paul B Mahol2018-11-181-2/+3
* avfilter/af_adelay: switch to activatePaul B Mahol2018-10-251-16/+74
* avfilter/af_adelay: do not crash if allocation of chandelay failedPaul B Mahol2018-10-181-3/+4
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/af_adelay: remove requirement that at least one delay should be prov...Paul B Mahol2017-08-301-5/+0
* avfilter/af_adelay: make it possible to delay channels by exact number of sam...Paul B Mahol2016-08-111-2/+8
* avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol2015-11-251-1/+3
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-121-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* avfilter/af_adelay: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-071-1/+1
* avfilter: remove superflous linesPaul B Mahol2014-02-261-1/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: add adelay filterPaul B Mahol2013-09-161-0/+283