summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_tremolo.c
Commit message (Collapse)AuthorAgeFilesLines
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
| | | | | | This is more correct. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/tremolo: fix wavetable buffer sizeKyle Swanson2015-10-291-3/+3
| | | | | | Signed-off-by: Kyle Swanson <k@ylo.ph> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_tremolo: clean up extra newlinesKyle Swanson2015-10-151-2/+0
| | | | | Signed-off-by: Kyle Swanson <k@ylo.ph> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_tremolo: make it bit-exact with sox effect of same namePaul B Mahol2015-09-241-23/+22
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add tremolo filterKyle Swanson2015-09-221-0/+173
Signed-off-by: Kyle Swanson <k@ylo.ph>
OpenPOWER on IntegriCloud