summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_aphaser.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-241-1/+3
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-121-1/+1
* avfilter/af_aphaser: use the name 's' for the pointer to the private contextPaul B Mahol2015-08-261-61/+61
* avfilter/af_aphaser: reject too small delayPaul B Mahol2015-05-121-0/+4
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* avfilter/af_aphaser: Change type to int as its accessed as int via AVOptionsMichael Niedermayer2015-03-021-1/+1
* avfilter/af_aphaser: move wave table generation code into separate filePaul B Mahol2014-07-031-68/+4
* avfilter/af_aphaser: Use av_malloc_array()Michael Niedermayer2014-06-071-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-1/+1
* lavfi/aphaser: silence uninitialized variable warnings.Clément Bœsch2013-04-151-0/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/aphaser: switch to AVOption-based systemMatthieu Bouron2013-04-111-3/+0
* aphaser filterPaul B Mahol2013-04-031-0/+360
OpenPOWER on IntegriCloud