summaryrefslogtreecommitdiff
path: root/libavfilter/af_flanger.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-3/+3
* avfilter/af_flanger: 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: add av_cold where it is missingPaul B Mahol2019-10-031-1/+1
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/af_flanger: use rint instead of floor hackGanesh Ajjanagadde2015-12-021-1/+1
* avfilter/af_flanger: free frame on ENOMEMKyle Swanson2015-10-181-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: add flanger filterPaul B Mahol2014-07-031-0/+241