aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Avoid signed integer overflows in SpatialDecApplyParameterSets() when adding ...Fraunhofer IIS FDK2020-01-141-7/+9
| * Introduce scaling in FDKhybridSynthesisApply() to avoid potential signed inte...Fraunhofer IIS FDK2020-01-141-16/+18
| * Prevent signed integer overflow in fMultIceil() for case m_e=-31.Fraunhofer IIS FDK2020-01-141-5/+10
* | Snap for 6110375 from 0c42941882ea8d9b11fc645ec46f5013009064ed to rvc-releaseandroid-build-team Robot2020-01-041-22/+0
|\|
| * Merge "Revert "Add TEST_MAPPING for aac project""Jean-Michel Trivi2020-01-031-22/+0
| |\
| | * Revert "Add TEST_MAPPING for aac project"Jean-Michel Trivi2020-01-031-22/+0
* | | Snap for 6104206 from 47b23c88cfe81bbcc9ff0c8de1608283de18a475 to rvc-releaseandroid-build-team Robot2019-12-3117-209/+313
|\| |
| * | Merge "Add TEST_MAPPING for aac project"Jean-Michel Trivi2019-12-301-0/+22
| |\|
| | * Add TEST_MAPPING for aac projectJean-Michel Trivi2019-12-271-0/+22
| * | Fix for OPD smoothing in USAC decoder.Fraunhofer IIS FDK2019-12-271-0/+4
| * | Move array definition out of for loop in MPEG-D DRC _skipEqInstructions().Fraunhofer IIS FDK2019-12-271-1/+1
| * | Use saturate shift to prevent signed integer overflow in multiple qmfInverseM...Fraunhofer IIS FDK2019-12-271-22/+23
| * | For all scaleValuesSaturate() variants make source pointer const.Fraunhofer IIS FDK2019-12-272-18/+16
| * | Avoid negation of INT_MIN in dst_IV().Fraunhofer IIS FDK2019-12-271-9/+9
| * | Add sanity check for huffman escape sequences in HCR tool.Fraunhofer IIS FDK2019-12-271-1/+5
| * | Prevent negation of INT_MIN in pcmLimiter_Apply().Fraunhofer IIS FDK2019-12-271-3/+3
| * | Adjust scaling in lppTransposerHBE() to prevent signed integer overflow in au...Fraunhofer IIS FDK2019-12-271-4/+7
| * | Fix signed integer overflow in DuckerCalcEnergy().Fraunhofer IIS FDK2019-12-271-56/+24
| * | 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
| * | Add loop abort criterion to prevent timeout in EldSpecificConfig_Parse().Fraunhofer IIS FDK2019-12-271-5/+7
| * | Prevent signed integer overflows in ELD filterbank, multE2_DinvF_fdk().Fraunhofer IIS FDK2019-12-271-7/+11
| * | Avoid signed integer overflows in multiple adjustTimeSlot*() functions.Fraunhofer IIS FDK2019-12-271-25/+72
| * | Improve robustness of limiter band table calculation in ResetLimiterBands().Fraunhofer IIS FDK2019-12-271-0/+5
| * | Fix signed integer overflow in pvcDecodeTimeSlot().Fraunhofer IIS FDK2019-12-271-12/+13
| * | Use one additional bit headroom to prevent signed integer overflow in BuildAd...Fraunhofer IIS FDK2019-12-271-10/+13
| |/
* | Snap for 5978242 from 77e652f76694102b9c6499d5a2209ca0bf44e0c3 to rvc-releaseandroid-build-team Robot2019-10-310-0/+0
|\|
| * [automerger skipped] DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915...Xin Li2019-10-300-0/+0
| |\
| | * DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m...Xin Li2019-10-300-0/+0
| | |\
| | | * DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m...Xin Li2019-10-300-0/+0
| | | |\ | | | |/ | | |/|
* | | | Snap for 5956624 from fc8faa38d90380adfb61b2b280a36c73369c9aff to rvc-releaseandroid-build-team Robot2019-10-227-48/+58
|\| | |
| * | | FDK: USAC CLpd_Reset uses rate constantsJean-Michel Trivi2019-10-211-1/+1
| * | | Initialize scale variable in qmfForwardModulationLP_even() and qmfInverseModu...Fraunhofer IIS FDK2019-10-181-3/+3
| * | | Limit too large shift value in apply_inter_tes().Fraunhofer IIS FDK2019-10-181-1/+2
| * | | Fix nrgGain_e update in equalizeFiltBufferExp(). Prevents negative shift expo...Fraunhofer IIS FDK2019-10-181-3/+4
| * | | Prevent signed integer overflows in CLpd_FAC_Mdct2Acelp().Fraunhofer IIS FDK2019-10-181-3/+3
| * | | Fix integer overflow in imlt_block().Fraunhofer IIS FDK2019-10-181-3/+3
| * | | Prevent signed integer overflows in CLpd_FAC_Acelp2Mdct().Fraunhofer IIS FDK2019-10-181-6/+4
| * | | Fix integer overflow in complex multiplication called from CLpd_FAC_Acelp2Mdc...Fraunhofer IIS FDK2019-10-181-10/+10
| * | | Avoid signed integer overflow in bass_pf_1sf_delay().Fraunhofer IIS FDK2019-10-181-6/+11
| * | | Prevent signed integer overflow in filtLP().Fraunhofer IIS FDK2019-10-181-3/+4
| * | | Fix signed integer overflow in calcFactorPerBand() calculation.Fraunhofer IIS FDK2019-10-181-2/+5
| * | | Prevent integer overflow in sbrDecoder_calculateGainVec().Fraunhofer IIS FDK2019-10-181-7/+8
* | | | Snap for 5945950 from 2152ae1a5ef0511e0b38a981745eb910f2af9bca to rvc-releaseandroid-build-team Robot2019-10-175-52/+48
|\| | |
| * | | Suppress integer overflow in lsf_weight_2st() by using 64 bit multiplication ...Fraunhofer IIS FDK2019-10-151-1/+2
| * | | Prevent signed integer overflow in RE8_PPV().Fraunhofer IIS FDK2019-10-151-5/+5
| * | | Avoid signed integer overflow in E_LPC_f_lsp_a_conversion().Fraunhofer IIS FDK2019-10-151-8/+6
| * | | Use SATURATE_LEFT_SHIFT in get_lsppol() to prevent integer overflow.Fraunhofer IIS FDK2019-10-151-3/+6
| * | | Fix integer overflow in E_UTIL_preemph().Fraunhofer IIS FDK2019-10-151-2/+2