summaryrefslogtreecommitdiff
path: root/libavfilter/af_chorus.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_chorus: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-17/+1
* 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: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer2017-03-301-1/+2
* 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: add chorus filterPaul B Mahol2015-04-111-0/+379