summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_adelay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud