.. |
arm
|
UBSAN overflow in FFT
|
2018-12-26 16:09:37 -05:00 |
mips
|
fix compilation with mips16
|
2021-01-14 14:56:46 +02:00 |
FDK_bitbuffer.cpp
|
Avoid unsigned integer overflows in FDK_Feed().
|
2020-01-16 12:15:04 -08:00 |
FDK_core.cpp
|
Merge changes Iad37ae76,I4870251b,Icd937cad am: 662d974400 am: 0b8c6e731f
|
2020-04-09 16:47:26 +00:00 |
FDK_crc.cpp
|
FDK patches: fix overflows in decoder out-of-band config
|
2018-05-09 15:15:28 -07:00 |
FDK_decorrelate.cpp
|
Fix signed integer overflow in DuckerCalcEnergy().
|
2019-12-27 10:18:47 -08:00 |
FDK_hybrid.cpp
|
Prevent integer overflows in dualChannelFiltering() and eightChannelFiltering().
|
2020-12-23 14:45:11 -08:00 |
FDK_lpc.cpp
|
FDKv2 ubsan patches
|
2018-05-23 12:19:40 -07:00 |
FDK_matrixCalloc.cpp
|
Upgrade to FDKv2
|
2018-04-19 11:21:15 -07:00 |
FDK_qmf_domain.cpp
|
Avoid decoder internal clipping by converting the whole audio sample data path from 16 to 32 bit data width (FDKdec v3.2.0).
|
2020-02-14 10:53:51 -08:00 |
FDK_tools_rom.cpp
|
Upgrade to FDKv2
|
2018-04-19 11:21:15 -07:00 |
FDK_trigFcts.cpp
|
Upgrade to FDKv2
|
2018-04-19 11:21:15 -07:00 |
autocorr2nd.cpp
|
Use dynamic scaling depending on autocorr length to avoid signed integer overflow.
|
2021-04-29 19:13:22 +00:00 |
dct.cpp
|
Avoid integer overflow in dct_II().
|
2020-12-23 14:46:18 -08:00 |
fft.cpp
|
Do not force inlining of indirect functions
|
2021-07-10 13:06:57 +02:00 |
fft_rad2.cpp
|
fix compilation with mips16
|
2021-01-14 14:56:46 +02:00 |
fixpoint_math.cpp
|
Avoid undefined shift exponent in f2Pow().
|
2020-01-22 11:59:08 -08:00 |
huff_nodes.cpp
|
Upgrade to FDKv2
|
2018-04-19 11:21:15 -07:00 |
mdct.cpp
|
Fix integer overflow in imlt_block().
|
2019-10-18 10:58:14 -07:00 |
nlc_dec.cpp
|
Prevent undefined values for CODING_SCHEME type in huff_decode().
|
2021-04-30 15:00:27 +00:00 |
qmf.cpp
|
Restructure QMF implementation and provide 16/32 bit implementation in parallel.
|
2020-02-14 08:51:24 -08:00 |
scale.cpp
|
For all scaleValuesSaturate() variants make source pointer const.
|
2019-12-27 10:24:28 -08:00 |