aboutsummaryrefslogtreecommitdiffstats
path: root/libSACdec/src
Commit message (Expand)AuthorAgeFilesLines
* Utilize dynamic scaling in slotAmp() to avoid signed integer overflows.Fraunhofer IIS FDK2021-05-071-23/+54
* Adapt scaling in combineSignalCplxScale*() to prevent signed integer overflows.Fraunhofer IIS FDK2021-05-071-15/+10
* Fix fixmadddiv2_DD() integer overflow in SpatialDecApplyM2_Mode212_ResidualsP...Fraunhofer IIS FDK2021-05-071-11/+9
* Merge "Avoid signed integer overflow in combineSignalCplxScale2()." into sc-devTreeHugger Robot2021-04-301-6/+9
|\
| * Avoid signed integer overflow in combineSignalCplxScale2().Fraunhofer IIS FDK2021-04-301-6/+9
* | Avoid load of undefined SPATIALDEC_TREE_CONFIG enum value.Fraunhofer IIS FDK2021-04-301-6/+11
|/
* Check number of core channels and SAC decoder input channels to avoid a chann...Fraunhofer IIS FDK2020-12-282-9/+26
* Revise bypass mode in SpatialDecApplyParameterSets() to prevent an assert in ...Fraunhofer IIS FDK2020-12-281-17/+44
* Prevent integer overflow in subbandTPApply() energy update.Fraunhofer IIS FDK2020-12-231-4/+4
* Merge changes Iad37ae76,I4870251b,Icd937cad am: 662d974400 am: 0b8c6e731fKris Alder2020-04-091-1/+1
|\
| * Stop using __DATE__/__TIME__ on all buildsAnuj Joshi2020-03-271-1/+1
* | Avoid decoder internal clipping by converting the whole audio sample data pat...Fraunhofer IIS FDK2020-02-149-63/+68
* | Prevent too large shift exponents in SpatialDecReshapeBBEnv().Fraunhofer IIS FDK2020-01-161-9/+14
* | Revise scaling in extractBBEnv() to avoid potential signed integer overflows.Fraunhofer IIS FDK2020-01-141-106/+68
* | Avoid signed integer overflow in combineSignalCplx*().Fraunhofer IIS FDK2020-01-141-31/+10
* | Prevent signed integer overflow in TsdApply().Fraunhofer IIS FDK2020-01-141-11/+17
* | Revise scaling for USAC combined with phase coding in SpatialDecApplyM2() to ...Fraunhofer IIS FDK2020-01-142-66/+84
* | Avoid signed integer overflows in SpatialDecApplyParameterSets() when adding ...Fraunhofer IIS FDK2020-01-141-7/+9
* | Fix for OPD smoothing in USAC decoder.Fraunhofer IIS FDK2019-12-271-0/+4
* | Avoid signed integer overflow in subbandTPApply() wet energy calculation.Fraunhofer IIS FDK2019-12-271-11/+34
* | Avoid signed integer overflow in subbandTPApply() dry energy calculation.Fraunhofer IIS FDK2019-12-271-20/+41
* | Fix dry and wet energy initialization in subbandTPInit().Fraunhofer IIS FDK2019-12-271-5/+3
* | Solve potential dereference of null pointers in factorCLD().Fraunhofer IIS FDK2019-10-111-2/+2
* | Fix possible stack buffer overflow in mapIndexData().Fraunhofer IIS FDK2019-10-111-13/+11
|/
* Improve phase coding accuracy by use of splitAngle lookup table.Fraunhofer IIS FDK2019-05-143-81/+3760
* Increase scale factor to avoid overflows in function factorCLD().Fraunhofer IIS FDK2019-05-141-2/+2
* Reset parameter smoothing tool while concealment.Fraunhofer IIS FDK2019-03-151-1/+2
* AAC decoder: fix use of uninitialized value, check indexJean-Michel Trivi2019-03-071-1/+2
* Add QMF analysis band sanity checkFraunhofer IIS FDK2019-01-151-0/+4
* Add AOT specific number of qmf bands sanity check in SpatialSpecificConfig()Fraunhofer IIS FDK2019-01-032-34/+108
* Return SpatialDecDecodeFrame() parse error in case extended frame does not ma...Fraunhofer IIS FDK2019-01-021-0/+10
* Add sanity check in SpatialDecParseSpecificConfig()Fraunhofer IIS FDK2019-01-021-6/+8
* Clear spatial specific config struct at the beginning of parse routinesFraunhofer IIS FDK2018-12-281-0/+4
* QMF configuration flag QMF_FLAG_MPSLDFB has always priority over QMF_FLAG_CLDFBFraunhofer IIS FDK2018-12-281-0/+1
* Add FDK_FALLTHROUGH macro to prevent implicit-fallthrough compiler warningsFraunhofer IIS FDK2018-12-271-0/+1
* Unsigned Integer Overflows in mpegSurroundDecoder_Parse().Fraunhofer IIS FDK2018-12-261-4/+4
* Unsigned Integer Overflow in SpatialDecParseSpecificConfigHeader().Fraunhofer IIS FDK2018-11-271-2/+2
* FDK patches: fix overflows in decoder out-of-band configFraunhofer IIS FDK2018-05-091-2/+2
* FDKv2 additional fixesFraunhofer IIS FDK2018-05-041-4/+11
* Upgrade to FDKv2Fraunhofer IIS FDK2018-04-1925-0/+13429