summaryrefslogtreecommitdiff
path: root/libavfilter/vaf_spectrumsynth.c
Commit message (Collapse)AuthorAge
* avfilter/vaf_spectrumsynth: check return codePaul B Mahol2016-08-16
|
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
| | | | | | | | | | | The idea is to use ffmath.h for internal implementations of math functions. Currently, it is used for variants of libm functions, but is by no means limited to such things. Note that this is not exported; use lavu/mathematics for such purposes. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com>
* avfilter/vaf_spectrumsynth: assert that variables are initialized by switch()Michael Niedermayer2016-02-11
| | | | | | | | Silences: CID1351387 Silences: CID1351388 Silences: CID1351389 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vaf_spectrumsynth: Move "break" upMichael Niedermayer2016-02-07
| | | | | | | Fixes CID1351347 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vaf_spectrumsynth: Fix mixed declaration and statmentMichael Niedermayer2016-01-15
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add spectrumsynth filterPaul B Mahol2016-01-14
Signed-off-by: Paul B Mahol <onemda@gmail.com>