summaryrefslogtreecommitdiff
path: root/libavfilter/af_aphaser.c
Commit message (Expand)AuthorAge
* 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