Author | SHA1 | Message | Date |
---|---|---|---|
|
db1a642cd2 |
all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h
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> |
9 years ago |
|
03c1129b20 |
avfilter/vaf_spectrumsynth: assert that variables are initialized by switch()
Silences: CID1351387 Silences: CID1351388 Silences: CID1351389 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> |
9 years ago |
|
e7786959cc |
avfilter/vaf_spectrumsynth: Move "break" up
Fixes CID1351347 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> |
9 years ago |
|
48f5244df7 |
avfilter/vaf_spectrumsynth: Fix mixed declaration and statment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> |
9 years ago |
|
653f9d84ae |
avfilter: add spectrumsynth filter
Signed-off-by: Paul B Mahol <onemda@gmail.com> |
9 years ago |