summaryrefslogtreecommitdiff
path: root/libavfilter/af_tremolo.c
Commit message (Collapse)AuthorAge
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
| | | | | | This is more correct. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/tremolo: fix wavetable buffer sizeKyle Swanson2015-10-29
| | | | | | 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-15
| | | | | 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-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add tremolo filterKyle Swanson2015-09-22
Signed-off-by: Kyle Swanson <k@ylo.ph>