summaryrefslogtreecommitdiff
path: root/libavfilter/af_flanger.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_flanger: Store format in filter, remove 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: add av_cold where it is missingPaul B Mahol2019-10-03
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* avfilter/af_flanger: use rint instead of floor hackGanesh Ajjanagadde2015-12-02
* avfilter/af_flanger: free frame on ENOMEMKyle Swanson2015-10-18
* 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: add flanger filterPaul B Mahol2014-07-03