summaryrefslogtreecommitdiff
path: root/libAACdec
AgeCommit message (Expand)Author
2023-04-21Remove obsolete uni drc precedence handlingFraunhofer IIS FDK
2023-04-21Disable MPEG-D DRC for legacy AOTsJean-Michel Trivi
2022-12-09Update the version numbers in the public installed headersMartin Storsjo
2021-05-07Refine aacDecoder_DecodeFrame() output buffer parameter type description.Fraunhofer IIS FDK
2021-05-07Pass flushing flag to SBR module for stereo config index 3 as for stereo conf...Fraunhofer IIS FDK
2021-05-06Merge "Validate whether all PCE listed element instance tags are present in r...TreeHugger Robot
2021-05-05Merge changes I42956a9f,I92f7c559,I5af62590 into sc-devTreeHugger Robot
2021-05-05Merge changes Ic767aeb6,I2aef40ef into sc-devTreeHugger Robot
2021-04-30Fix stack buffer overflow in Pred_lt4().Fraunhofer IIS FDK
2021-04-29Validate whether all PCE listed element instance tags are present in raw_data...Fraunhofer IIS FDK
2021-04-29Check the number of available escapes in rvlcDecodeBackward() to avoid out-of...Fraunhofer IIS FDK
2021-04-29Use local variables for sbr and mps state in CAacDecoder_Init() to avoid inco...Fraunhofer IIS FDK
2021-04-29Follow-up on: Improve decoder robustness by storing flags and elFlags tempora...Fraunhofer IIS FDK
2021-01-19Merge "Solve issue regarding config changes between Loudness-only vs. Loudnes...Jean-Michel Trivi
2021-01-14Solve issue regarding config changes between Loudness-only vs. Loudness+DRC.Fraunhofer IIS FDK
2021-01-14Fix USAC time domain limiter latency at config change.Fraunhofer IIS FDK
2021-01-14Consider TNS headroom for complex prediction.Fraunhofer IIS FDK
2020-12-28Check number of core channels and SAC decoder input channels to avoid a chann...Fraunhofer IIS FDK
2020-12-28Improve decoder robustness by storing flags and elFlags temporarily.Fraunhofer IIS FDK
2020-12-28ELD downscale factor 3 is only allowed for framesize 480.Fraunhofer IIS FDK
2020-12-28Check transportDec_OutOfBandConfig() input buffer size parameter.Fraunhofer IIS FDK
2020-12-28Introduce aacDecoder_drcDisable() and always disable legacy DRC for USAC.Fraunhofer IIS FDK
2020-12-28Fix unsigned integer overflow in Hcr_State_BODY_SIGN_ESC__ESC_WORD().Fraunhofer IIS FDK
2020-12-23Validate DRC compression factor and DRC boost factor value range in aacDecode...Fraunhofer IIS FDK
2020-04-09Merge changes Iad37ae76,I4870251b,Icd937cad am: 662d974400 am: 0b8c6e731fKris Alder
2020-03-27Stop using __DATE__/__TIME__ on all buildsAnuj Joshi
2020-02-14Remove outdated apply_normalization parameter from legacy DRC module.Fraunhofer IIS FDK
2020-02-14Avoid decoder internal clipping by converting the whole audio sample data pat...Fraunhofer IIS FDK
2020-02-14Create new applyDrcLevelNormalization() function for subsequent usage.Fraunhofer IIS FDK
2020-02-14Revise memory overlay usage and remove deprecated buffers and overlay tags.Fraunhofer IIS FDK
2020-02-13Revise and straighten out useless references from decoder documentation.Fraunhofer IIS FDK
2020-02-11Extend decoder API with audio output loudness info (FDKdec v3.1.3).Fraunhofer IIS FDK
2020-01-27Fix AACDEC_INTR handling for USAC configuration with multiple pre-roll AUsFraunhofer IIS FDK
2020-01-22Reject HE-AAC SBR with a ratio greater than 2:1 and reject USAC streams conta...Fraunhofer IIS FDK
2020-01-16Fix too large shift exponent in CConcealment_InterpolateBuffer().Fraunhofer IIS FDK
2020-01-14Prevent negation of INT_MIN in CConcealment_ApplyRandomSign().Fraunhofer IIS FDK
2019-12-27Add sanity check for huffman escape sequences in HCR tool.Fraunhofer IIS FDK
2019-12-27Prevent signed integer overflows in ELD filterbank, multE2_DinvF_fdk().Fraunhofer IIS FDK
2019-12-27Use one additional bit headroom to prevent signed integer overflow in BuildAd...Fraunhofer IIS FDK
2019-10-21FDK: USAC CLpd_Reset uses rate constantsJean-Michel Trivi
2019-10-18Prevent signed integer overflows in CLpd_FAC_Mdct2Acelp().Fraunhofer IIS FDK
2019-10-18Prevent signed integer overflows in CLpd_FAC_Acelp2Mdct().Fraunhofer IIS FDK
2019-10-18Fix integer overflow in complex multiplication called from CLpd_FAC_Acelp2Mdc...Fraunhofer IIS FDK
2019-10-18Avoid signed integer overflow in bass_pf_1sf_delay().Fraunhofer IIS FDK
2019-10-18Prevent signed integer overflow in filtLP().Fraunhofer IIS FDK
2019-10-15Suppress integer overflow in lsf_weight_2st() by using 64 bit multiplication ...Fraunhofer IIS FDK
2019-10-15Prevent signed integer overflow in RE8_PPV().Fraunhofer IIS FDK
2019-10-15Avoid signed integer overflow in E_LPC_f_lsp_a_conversion().Fraunhofer IIS FDK
2019-10-15Use SATURATE_LEFT_SHIFT in get_lsppol() to prevent integer overflow.Fraunhofer IIS FDK
2019-10-15Fix integer overflow in E_UTIL_preemph().Fraunhofer IIS FDK