| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase patchParam array size by one and fix out-of-bounce write in resetLpp... | Fraunhofer IIS FDK | 2023-05-31 | 1 | -2/+2 |
* | Prevent too large shift exponent in apply_inter_tes() and merge two loops. | Fraunhofer IIS FDK | 2021-05-07 | 1 | -22/+9 |
* | Use scaleValuesSaturate() to avoid integer overflows in QmfTransposerApply(). | Fraunhofer IIS FDK | 2021-05-07 | 1 | -33/+18 |
* | Avoid unintentional sign conversions in lppTransposer() and lppTransposerHBE(). | Fraunhofer IIS FDK | 2021-05-06 | 1 | -10/+10 |
* | Merge changes I42956a9f,I92f7c559,I5af62590 into sc-dev | TreeHugger Robot | 2021-05-05 | 2 | -13/+19 |
|\ |
|
| * | Sbr syncstate may only be set to upsampling if the sbr decoder was sucessfull... | Fraunhofer IIS FDK | 2021-04-29 | 1 | -5/+11 |
| * | Perform parameter check before parameter assignment to avoid incorrect initia... | Fraunhofer IIS FDK | 2021-04-29 | 1 | -8/+8 |
* | | Merge "Revise synthesis QMF scaling for PS to avoid integer overflow in qmfSy... | TreeHugger Robot | 2021-04-30 | 1 | -14/+10 |
|\ \ |
|
| * | | Revise synthesis QMF scaling for PS to avoid integer overflow in qmfSynProtot... | Fraunhofer IIS FDK | 2021-04-30 | 1 | -14/+10 |
| |/ |
|
* | | Merge "Prevent signed integer overflow in calc_qmfBufferReal()." into sc-dev | TreeHugger Robot | 2021-04-30 | 1 | -14/+14 |
|\ \ |
|
| * | | Prevent signed integer overflow in calc_qmfBufferReal(). | Fraunhofer IIS FDK | 2021-04-30 | 1 | -14/+14 |
| |/ |
|
* / | Prevent signed integer overflow in complex path of calc_qmfBuffer(). | Fraunhofer IIS FDK | 2021-04-30 | 2 | -194/+31 |
|/ |
|
* | Make sure that alphaValue is correctly initialized in sbrDecoder_drcApplySlot(). | Fraunhofer IIS FDK | 2020-12-28 | 1 | -19/+34 |
* | Limit smoothedNoise values to avoid integer overflows in adjustTimeSlotHQ() a... | Fraunhofer IIS FDK | 2020-12-23 | 1 | -1/+18 |
* | Fix heap buffer overflow in sbrDecoder_AssignQmfChannels2SbrChannels(). | Fraunhofer IIS FDK | 2020-08-10 | 1 | -6/+6 |
* | Merge changes Iad37ae76,I4870251b,Icd937cad am: 662d974400 am: 0b8c6e731f | Kris Alder | 2020-04-09 | 1 | -1/+1 |
|\ |
|
| * | Stop using __DATE__/__TIME__ on all builds | Anuj Joshi | 2020-03-27 | 1 | -1/+1 |
* | | Avoid decoder internal clipping by converting the whole audio sample data pat... | Fraunhofer IIS FDK | 2020-02-14 | 8 | -43/+62 |
* | | Revise memory overlay usage and remove deprecated buffers and overlay tags. | Fraunhofer IIS FDK | 2020-02-14 | 1 | -4/+1 |
* | | Avoid too large shift exponent in apply_inter_tes() by using fIsLessThan. | Fraunhofer IIS FDK | 2020-01-16 | 1 | -11/+2 |
* | | Adjust scaling in lppTransposerHBE() to prevent signed integer overflow in au... | Fraunhofer IIS FDK | 2019-12-27 | 1 | -4/+7 |
* | | Avoid signed integer overflows in multiple adjustTimeSlot*() functions. | Fraunhofer IIS FDK | 2019-12-27 | 1 | -25/+72 |
* | | Improve robustness of limiter band table calculation in ResetLimiterBands(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -0/+5 |
* | | Fix signed integer overflow in pvcDecodeTimeSlot(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -12/+13 |
* | | Limit too large shift value in apply_inter_tes(). | Fraunhofer IIS FDK | 2019-10-18 | 1 | -1/+2 |
* | | Fix nrgGain_e update in equalizeFiltBufferExp(). Prevents negative shift expo... | Fraunhofer IIS FDK | 2019-10-18 | 1 | -3/+4 |
* | | Fix signed integer overflow in calcFactorPerBand() calculation. | Fraunhofer IIS FDK | 2019-10-18 | 1 | -2/+5 |
* | | Prevent integer overflow in sbrDecoder_calculateGainVec(). | Fraunhofer IIS FDK | 2019-10-18 | 1 | -7/+8 |
* | | Saturate shift value in calculateSbrEnvelope(). Prevents too large shift values. | Fraunhofer IIS FDK | 2019-10-14 | 1 | -2/+2 |
* | | Limit shift exponent in adjustTimeSlot_EldGrid(). | Fraunhofer IIS FDK | 2019-10-14 | 1 | -6/+7 |
* | | Fix shift value assignment in addHighBandPart(). | Fraunhofer IIS FDK | 2019-10-14 | 1 | -2/+2 |
* | | Replace obsolete SBR CRC with superior FDK CRC implementation. Fixes ELD SBR ... | Fraunhofer IIS FDK | 2019-10-11 | 3 | -382/+35 |
|/ |
|
* | Improve random phase table accuracy. | Fraunhofer IIS FDK | 2019-05-14 | 2 | -1063/+537 |
* | Increase scale factor gain in TES tool. | Fraunhofer IIS FDK | 2019-05-14 | 1 | -1/+1 |
* | Improve accuracy of division in calcSubbandGain(). | Fraunhofer IIS FDK | 2019-05-14 | 1 | -2/+10 |
* | Avoid -1.0 autocorrelation input data. | Fraunhofer IIS FDK | 2019-05-14 | 1 | -3/+21 |
* | Discard SBR data in case of unsuccessful SBR header update. | Fraunhofer IIS FDK | 2019-03-15 | 1 | -5/+4 |
* | libSBRdec: prevent OOB access | Jean-Michel Trivi | 2019-03-07 | 1 | -0/+4 |
* | Extend PS concealment/error treatment | Fraunhofer IIS FDK | 2018-12-27 | 2 | -1/+13 |
* | Fix potential invalid memory access for concealment in decodeEnvelope() | Fraunhofer IIS FDK | 2018-12-27 | 1 | -4/+9 |
* | Reset all noisefloor levels in leanSbrConcealment() | Fraunhofer IIS FDK | 2018-12-27 | 1 | -2/+2 |
* | Apply sbrDecoder_Parse() function for all explict SBR elements | Fraunhofer IIS FDK | 2018-12-27 | 1 | -0/+5 |
* | Call QMF transposer initialization only with successful SBR processing | Fraunhofer IIS FDK | 2018-12-27 | 3 | -2/+11 |
* | Add error path to generateFixFixOnly() | Fraunhofer IIS FDK | 2018-12-27 | 1 | -7/+10 |
* | Merge "Limit too large shift exponent in apply_inter_tes()" | Jean-Michel Trivi | 2018-12-27 | 1 | -2/+4 |
|\ |
|
| * | Limit too large shift exponent in apply_inter_tes() | Fraunhofer IIS FDK | 2018-12-27 | 1 | -2/+4 |
* | | Limit too large scale_change exponent used in adjustTimeSlot | Fraunhofer IIS FDK | 2018-12-27 | 1 | -7/+9 |
|/ |
|
* | Prevent out of bounds accesses in lppTransposer() and lppTransposerHBE() | Fraunhofer IIS FDK | 2018-10-20 | 1 | -27/+47 |
* | FDKv2 ubsan patches | Fraunhofer IIS FDK | 2018-05-23 | 2 | -1/+7 |
* | FDK patches: fix overflows in decoder out-of-band config | Fraunhofer IIS FDK | 2018-05-09 | 1 | -2/+2 |