| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Solve issue regarding config changes between Loudness-only vs. Loudnes... | Jean-Michel Trivi | 2021-01-19 | 1 | -3/+14 |
|\ |
|
| * | Solve issue regarding config changes between Loudness-only vs. Loudness+DRC. | Fraunhofer IIS FDK | 2021-01-14 | 1 | -3/+14 |
* | | Fix USAC time domain limiter latency at config change. | Fraunhofer IIS FDK | 2021-01-14 | 5 | -141/+156 |
* | | Consider TNS headroom for complex prediction. | Fraunhofer IIS FDK | 2021-01-14 | 1 | -2/+4 |
|/ |
|
* | Check number of core channels and SAC decoder input channels to avoid a chann... | Fraunhofer IIS FDK | 2020-12-28 | 1 | -9/+7 |
* | Improve decoder robustness by storing flags and elFlags temporarily. | Fraunhofer IIS FDK | 2020-12-28 | 1 | -53/+82 |
* | ELD downscale factor 3 is only allowed for framesize 480. | Fraunhofer IIS FDK | 2020-12-28 | 1 | -2/+10 |
* | Check transportDec_OutOfBandConfig() input buffer size parameter. | Fraunhofer IIS FDK | 2020-12-28 | 1 | -2/+4 |
* | Introduce aacDecoder_drcDisable() and always disable legacy DRC for USAC. | Fraunhofer IIS FDK | 2020-12-28 | 3 | -8/+24 |
* | Fix unsigned integer overflow in Hcr_State_BODY_SIGN_ESC__ESC_WORD(). | Fraunhofer IIS FDK | 2020-12-28 | 1 | -1/+3 |
* | Validate DRC compression factor and DRC boost factor value range in aacDecode... | Fraunhofer IIS FDK | 2020-12-23 | 1 | -0/+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 |
* | | Remove outdated apply_normalization parameter from legacy DRC module. | Fraunhofer IIS FDK | 2020-02-14 | 4 | -24/+3 |
* | | Avoid decoder internal clipping by converting the whole audio sample data pat... | Fraunhofer IIS FDK | 2020-02-14 | 15 | -217/+273 |
* | | Create new applyDrcLevelNormalization() function for subsequent usage. | Fraunhofer IIS FDK | 2020-02-14 | 3 | -2/+222 |
* | | Revise memory overlay usage and remove deprecated buffers and overlay tags. | Fraunhofer IIS FDK | 2020-02-14 | 2 | -15/+2 |
* | | Extend decoder API with audio output loudness info (FDKdec v3.1.3). | Fraunhofer IIS FDK | 2020-02-11 | 2 | -1/+35 |
* | | Fix AACDEC_INTR handling for USAC configuration with multiple pre-roll AUs | Fraunhofer IIS FDK | 2020-01-27 | 1 | -3/+3 |
* | | Reject HE-AAC SBR with a ratio greater than 2:1 and reject USAC streams conta... | Fraunhofer IIS FDK | 2020-01-22 | 1 | -7/+32 |
* | | Fix too large shift exponent in CConcealment_InterpolateBuffer(). | Fraunhofer IIS FDK | 2020-01-16 | 1 | -8/+3 |
* | | Prevent negation of INT_MIN in CConcealment_ApplyRandomSign(). | Fraunhofer IIS FDK | 2020-01-14 | 1 | -2/+2 |
* | | Add sanity check for huffman escape sequences in HCR tool. | Fraunhofer IIS FDK | 2019-12-27 | 1 | -1/+5 |
* | | Prevent signed integer overflows in ELD filterbank, multE2_DinvF_fdk(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -7/+11 |
* | | Use one additional bit headroom to prevent signed integer overflow in BuildAd... | Fraunhofer IIS FDK | 2019-12-27 | 1 | -10/+13 |
* | | FDK: USAC CLpd_Reset uses rate constants | Jean-Michel Trivi | 2019-10-21 | 1 | -1/+1 |
* | | Prevent signed integer overflows in CLpd_FAC_Mdct2Acelp(). | 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 |
* | | 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 |
* | | 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 |
* | | 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 HE-AAC using MPEG-D DRC with implicit SBR signaling. | Fraunhofer IIS FDK | 2019-05-13 | 1 | -0/+7 |
* | MPEG-4/D DRC unification, loudness norm default at -24 | Fraunhofer IIS FDK | 2019-04-25 | 2 | -4/+8 |
* | Add support for Album Mode (FDKdec v3.1.0). | Fraunhofer IIS FDK | 2019-04-24 | 1 | -2/+7 |
* | Trigger config change after a change in SBR activity has been recognized. | Fraunhofer IIS FDK | 2019-03-15 | 1 | -1/+4 |
* | Merge "Add QMF analysis band sanity check" am: b30e02cfd3 am: db4a1deb28 | Jean-Michel Trivi | 2019-02-01 | 1 | -3/+7 |
|\ |
|
| * | Merge "Add QMF analysis band sanity check" am: b30e02cfd3 | Jean-Michel Trivi | 2019-02-01 | 1 | -3/+7 |
| |\ |
|
| | * | Merge "Add QMF analysis band sanity check" | Jean-Michel Trivi | 2019-02-01 | 1 | -3/+7 |
| | |\ |
|
| | | * | Add QMF analysis band sanity check | Fraunhofer IIS FDK | 2019-01-15 | 1 | -3/+7 |