summaryrefslogtreecommitdiff
path: root/libavfilter/af_aphaser.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_aphaser: Use formats list instead of 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: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-24
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* avfilter/af_aphaser: use the name 's' for the pointer to the private contextPaul B Mahol2015-08-26
* avfilter/af_aphaser: reject too small delayPaul B Mahol2015-05-12
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/af_aphaser: Change type to int as its accessed as int via AVOptionsMichael Niedermayer2015-03-02
* avfilter/af_aphaser: move wave table generation code into separate filePaul B Mahol2014-07-03
* avfilter/af_aphaser: Use av_malloc_array()Michael Niedermayer2014-06-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi/aphaser: silence uninitialized variable warnings.Clément Bœsch2013-04-15
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/aphaser: switch to AVOption-based systemMatthieu Bouron2013-04-11
* aphaser filterPaul B Mahol2013-04-03