| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'aosp/master' | Martin Storsjo | 2020-11-17 | 26 | -390/+706 |
|\ |
|
| * | 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 |
| |/ |
|
* | | Avoid undefined shifts | Martin Storsjo | 2020-06-22 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'aosp/master' | Martin Storsjo | 2019-10-08 | 4 | -8/+27 |
|\| |
|
| * | 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 "Do not support channel configuration change within PCE" am: ed56e77acb... | Jean-Michel Trivi | 2019-01-15 | 1 | -7/+1 |
| |\| | |
|
| | * | | Merge "Do not support channel configuration change within PCE" am: ed56e77acb | Jean-Michel Trivi | 2019-01-15 | 1 | -7/+1 |
| | |\ \ |
|
| * | | | | Merge "Add AOT specific number of qmf bands sanity check in SpatialSpecificCo... | Fraunhofer IIS FDK | 2019-01-03 | 1 | -3/+3 |
| |\| | | |
|
| | * | | | Merge "Add AOT specific number of qmf bands sanity check in SpatialSpecificCo... | Fraunhofer IIS FDK | 2019-01-03 | 1 | -3/+3 |
| | |\ \ \ |
|
| * | | | | | Merge "Prevent energy overflow in acelp calc_period_factor()" am: eb9319afb2 ... | Fraunhofer IIS FDK | 2018-12-29 | 1 | -1/+1 |
| |\| | | | |
|
| | * | | | | Merge "Prevent energy overflow in acelp calc_period_factor()" am: eb9319afb2 | Fraunhofer IIS FDK | 2018-12-29 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| * | | | | | | Merge "Skip CRC check when flushing or concealment is applied" am: 385764944d... | Jean-Michel Trivi | 2018-12-28 | 1 | -3/+5 |
| |\| | | | | |
|
| | * | | | | | Merge "Skip CRC check when flushing or concealment is applied" am: 385764944d | Jean-Michel Trivi | 2018-12-28 | 1 | -3/+5 |
| | |\ \ \ \ \ |
|
| * | | | | | | | Merge changes I97471c4d,I8a8626a8,I1f176740,I10da23ee,I9f9064fb am: ecc96969d... | Jean-Michel Trivi | 2018-12-27 | 4 | -9/+21 |
| |\| | | | | | |
|
| | * | | | | | | Merge changes I97471c4d,I8a8626a8,I1f176740,I10da23ee,I9f9064fb am: ecc96969d7 | Jean-Michel Trivi | 2018-12-27 | 4 | -9/+21 |
| | |\ \ \ \ \ \ |
|