summaryrefslogtreecommitdiff
path: root/libavfilter/af_tremolo.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/af_tremolo: make sure table size is at least 1Paul B Mahol2020-12-25
|
* avfilter/af_tremolo: fix heap-buffer overflowPaul B Mahol2019-10-19
| | | | Fixes #8317
* 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>