| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add sanity check for huffman escape sequences in HCR tool. | Fraunhofer IIS FDK | 2019-12-27 | 1 | -1/+5 |
* | | Prevent negation of INT_MIN in pcmLimiter_Apply(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -3/+3 |
* | | Adjust scaling in lppTransposerHBE() to prevent signed integer overflow in au... | Fraunhofer IIS FDK | 2019-12-27 | 1 | -4/+7 |
* | | Fix signed integer overflow in DuckerCalcEnergy(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -56/+24 |
* | | Avoid signed integer overflow in subbandTPApply() wet energy calculation. | Fraunhofer IIS FDK | 2019-12-27 | 1 | -11/+34 |
* | | Avoid signed integer overflow in subbandTPApply() dry energy calculation. | Fraunhofer IIS FDK | 2019-12-27 | 1 | -20/+41 |
* | | Fix dry and wet energy initialization in subbandTPInit(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -5/+3 |
* | | Add loop abort criterion to prevent timeout in EldSpecificConfig_Parse(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -5/+7 |
* | | Prevent signed integer overflows in ELD filterbank, multE2_DinvF_fdk(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -7/+11 |
* | | 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 |
* | | Use one additional bit headroom to prevent signed integer overflow in BuildAd... | Fraunhofer IIS FDK | 2019-12-27 | 1 | -10/+13 |
|/ |
|
* | [automerger skipped] DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915... | Xin Li | 2019-10-30 | 0 | -0/+0 |
|\ |
|
| * | DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m... | Xin Li | 2019-10-30 | 0 | -0/+0 |
| |\ |
|
| | * | DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m... | Xin Li | 2019-10-30 | 0 | -0/+0 |
| | |\
| | |/
| |/| |
|
* | | | FDK: USAC CLpd_Reset uses rate constants | Jean-Michel Trivi | 2019-10-21 | 1 | -1/+1 |
* | | | Initialize scale variable in qmfForwardModulationLP_even() and qmfInverseModu... | Fraunhofer IIS FDK | 2019-10-18 | 1 | -3/+3 |
* | | | 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 |
* | | | Prevent signed integer overflows in CLpd_FAC_Mdct2Acelp(). | Fraunhofer IIS FDK | 2019-10-18 | 1 | -3/+3 |
* | | | Fix integer overflow in imlt_block(). | Fraunhofer IIS FDK | 2019-10-18 | 1 | -3/+3 |
* | | | Prevent signed integer overflows in CLpd_FAC_Acelp2Mdct(). | Fraunhofer IIS FDK | 2019-10-18 | 1 | -6/+4 |
* | | | Fix integer overflow in complex multiplication called from CLpd_FAC_Acelp2Mdc... | Fraunhofer IIS FDK | 2019-10-18 | 1 | -10/+10 |
* | | | Avoid signed integer overflow in bass_pf_1sf_delay(). | Fraunhofer IIS FDK | 2019-10-18 | 1 | -6/+11 |
* | | | Prevent signed integer overflow in filtLP(). | 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 |
* | | | Suppress integer overflow in lsf_weight_2st() by using 64 bit multiplication ... | Fraunhofer IIS FDK | 2019-10-15 | 1 | -1/+2 |
* | | | Prevent signed integer overflow in RE8_PPV(). | Fraunhofer IIS FDK | 2019-10-15 | 1 | -5/+5 |
* | | | Avoid signed integer overflow in E_LPC_f_lsp_a_conversion(). | Fraunhofer IIS FDK | 2019-10-15 | 1 | -8/+6 |
* | | | Use SATURATE_LEFT_SHIFT in get_lsppol() to prevent integer overflow. | Fraunhofer IIS FDK | 2019-10-15 | 1 | -3/+6 |
* | | | Fix integer overflow in E_UTIL_preemph(). | Fraunhofer IIS FDK | 2019-10-15 | 1 | -2/+2 |
* | | | Overcome potential integer overflows in M/S module for complex prediction. | Fraunhofer IIS FDK | 2019-10-15 | 1 | -25/+15 |
* | | | Avoid integer overflows with pseudoLR in CAacDecoder_DecodeFrame(). | Fraunhofer IIS FDK | 2019-10-15 | 1 | -5/+9 |
* | | | Validate correct ascLen in CLatmDemux_ReadStreamMuxConfig() to overcome integ... | Fraunhofer IIS FDK | 2019-10-15 | 1 | -3/+3 |
* | | | Restrict size of huffman escape sequence to prevent shift with too large expo... | Fraunhofer IIS FDK | 2019-10-14 | 1 | -9/+19 |
* | | | Limit too large shift exponent in CJointStereo_ApplyMS() | Fraunhofer IIS FDK | 2019-10-14 | 1 | -16/+14 |
* | | | 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 |
* | | | Solve potential dereference of null pointers in factorCLD(). | Fraunhofer IIS FDK | 2019-10-11 | 1 | -2/+2 |
* | | | Reject unsupported channel configuration / audio object type combinations. | Fraunhofer IIS FDK | 2019-10-11 | 1 | -0/+18 |
* | | | Fix possible stack buffer overflow in mapIndexData(). | Fraunhofer IIS FDK | 2019-10-11 | 1 | -13/+11 |
* | | | Fix CpePersistentData memory leak. | Fraunhofer IIS FDK | 2019-10-10 | 1 | -1/+2 |
* | | | Validate aacSampleRate after applying ELD downscale factor. Avoid division by... | Fraunhofer IIS FDK | 2019-10-10 | 1 | -0/+3 |
* | | | Fix assert in synchronization() for loas streams with multiple sub frames. | Fraunhofer IIS FDK | 2019-10-10 | 1 | -6/+15 |
* | | | Restrict sampling rates parsed from bitstream to maximum of 96kHz. | Fraunhofer IIS FDK | 2019-10-10 | 1 | -3/+12 |
* | | | [automerger skipped] Merge qt-r1-dev-plus-aosp-without-vendor (5817612) into ... | Xin Li | 2019-09-08 | 0 | -0/+0 |
|\| | |
|