| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Avoid decoder internal clipping by converting the whole audio sample data pat... | Fraunhofer IIS FDK | 2020-02-14 | 4 | -21/+14 |
* | | Revise memory overlay usage and remove deprecated buffers and overlay tags. | Fraunhofer IIS FDK | 2020-02-14 | 2 | -11/+6 |
* | | Restructure QMF implementation and provide 16/32 bit implementation in parallel. | Fraunhofer IIS FDK | 2020-02-14 | 5 | -373/+318 |
* | | Avoid undefined shift exponent in f2Pow(). | Fraunhofer IIS FDK | 2020-01-22 | 2 | -2/+8 |
* | | Fix IsLessThan() function for certain edge cases. | Fraunhofer IIS FDK | 2020-01-16 | 1 | -0/+26 |
* | | Avoid unsigned integer overflows in FDK_Feed(). | Fraunhofer IIS FDK | 2020-01-16 | 1 | -3/+6 |
* | | Introduce scaling in FDKhybridSynthesisApply() to avoid potential signed inte... | Fraunhofer IIS FDK | 2020-01-14 | 1 | -16/+18 |
* | | Prevent signed integer overflow in fMultIceil() for case m_e=-31. | Fraunhofer IIS FDK | 2020-01-14 | 1 | -5/+10 |
* | | Use saturate shift to prevent signed integer overflow in multiple qmfInverseM... | Fraunhofer IIS FDK | 2019-12-27 | 1 | -22/+23 |
* | | For all scaleValuesSaturate() variants make source pointer const. | Fraunhofer IIS FDK | 2019-12-27 | 2 | -18/+16 |
* | | Avoid negation of INT_MIN in dst_IV(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -9/+9 |
* | | Fix signed integer overflow in DuckerCalcEnergy(). | Fraunhofer IIS FDK | 2019-12-27 | 1 | -56/+24 |
* | | Initialize scale variable in qmfForwardModulationLP_even() and qmfInverseModu... | Fraunhofer IIS FDK | 2019-10-18 | 1 | -3/+3 |
* | | Fix integer overflow in imlt_block(). | Fraunhofer IIS FDK | 2019-10-18 | 1 | -3/+3 |
|/ |
|
* | Fix out of sync function declaration of scaleValues(). | Fraunhofer IIS FDK | 2019-05-14 | 1 | -2/+2 |
* | Add sanity check in huff_decode() | Fraunhofer IIS FDK | 2019-01-02 | 1 | -0/+8 |
* | Free whole QMF domain in case of an error in FDK_QmfDomain_Configure() | Fraunhofer IIS FDK | 2018-12-28 | 1 | -3/+2 |
* | QMF configuration flag QMF_FLAG_MPSLDFB has always priority over QMF_FLAG_CLDFB | Fraunhofer IIS FDK | 2018-12-28 | 1 | -4/+4 |
* | Add missing parameter initialization in FDK_QmfDomain_Clear*() functions | Fraunhofer IIS FDK | 2018-12-28 | 1 | -0/+2 |
* | Fix SATURATE_LEFT_SHIFT_ALT() since it returned 0x80000000 in certain cases | Fraunhofer IIS FDK | 2018-12-26 | 1 | -5/+5 |
* | UBSAN overflow in FFT | Fraunhofer IIS FDK | 2018-12-26 | 2 | -623/+23 |
* | DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master | Xin Li | 2018-12-11 | 3 | -81/+0 |
|\ |
|
| * | Prevent bit buffer counter overflow. | Fraunhofer IIS FDK | 2018-09-10 | 3 | -81/+0 |
* | | Signed Integer Overflow in DuckerCalcEnergy() | Fraunhofer IIS FDK | 2018-10-04 | 1 | -8/+10 |
|/ |
|
* | FDKv2 ubsan patches | Fraunhofer IIS FDK | 2018-05-23 | 5 | -102/+105 |
* | FDK patches: fix overflows in decoder out-of-band config | Fraunhofer IIS FDK | 2018-05-09 | 2 | -7/+7 |
* | Upgrade to FDKv2 | Fraunhofer IIS FDK | 2018-04-19 | 83 | -14512/+29038 |
* | Remove redundant register storage class specifiers | Martin Storsjo | 2016-10-18 | 1 | -8/+8 |
* | Add casts to avoid errors due to narrowing | Martin Storsjo | 2016-10-17 | 2 | -27/+27 |
* | AAC/SBR decoder improvements and bugfixes | Jean-Michel Trivi | 2016-04-08 | 2 | -3/+197 |
* | AAC/SBR encoder improvements | Jean-Michel Trivi | 2016-04-08 | 2 | -1/+30 |
* | SBR/AAC encoder updates, code clean up | Jean-Michel Trivi | 2016-04-04 | 3 | -30/+16 |
* | Remove compiler warnings, revised ARM QMF encoder | Jean-Michel Trivi | 2016-04-04 | 2 | -41/+41 |
* | Remove __DATE__/__TIME__ | Dan Willemsen | 2015-10-23 | 1 | -0/+5 |
* | [MIPSR6] Skip assembler code using MFHI/MFLO on mips32r6 | Duane Sand | 2014-07-31 | 2 | -2/+2 |
* | Merge "AArch64: Make LONG 4 bytes" | Glenn Kasten | 2014-04-09 | 1 | -2/+2 |
|\ |
|
| * | AArch64: Make LONG 4 bytes | Marcus Oakland | 2014-03-11 | 1 | -2/+2 |
* | | Temporary workaround for 64-bit build error | Glenn Kasten | 2014-03-12 | 1 | -1/+1 |
|/ |
|
* | AAC Encoder low delay quality | Jean-Michel Trivi | 2013-08-28 | 2 | -21/+63 |
* | FDK update for downsampled SBR | Jean-Michel Trivi | 2013-08-27 | 5 | -1/+32 |
* | Disclaimer update, lib version increment | Jean-Michel Trivi | 2013-08-20 | 62 | -64/+64 |
* | Bug 7170947 Update AAC codec | Jean-Michel Trivi | 2012-10-02 | 6 | -10/+196 |
* | fix mips build by reverting files back | Keun young Park | 2012-09-11 | 2 | -31/+5 |
* | Bug fixes in AAC decoder, AAC encoder, FDK library | Jean-Michel Trivi | 2012-09-09 | 6 | -11/+45 |
* | GCC 4.4 and later cannot handle h constructs. Fix to replace the assembly con... | Raghu Gandham | 2012-08-09 | 2 | -31/+5 |
* | Snapshot 2bda038c163298531d47394bc2c09e1409c5d0db | The Android Open Source Project | 2012-07-11 | 61 | -0/+20672 |