aboutsummaryrefslogtreecommitdiffstats
path: root/libAACdec/src/aacdecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve decoder robustness by storing flags and elFlags temporarily.Fraunhofer IIS FDK2020-12-281-53/+82
* ELD downscale factor 3 is only allowed for framesize 480.Fraunhofer IIS FDK2020-12-281-2/+10
* Introduce aacDecoder_drcDisable() and always disable legacy DRC for USAC.Fraunhofer IIS FDK2020-12-281-6/+7
* Remove outdated apply_normalization parameter from legacy DRC module.Fraunhofer IIS FDK2020-02-141-3/+0
* Avoid decoder internal clipping by converting the whole audio sample data pat...Fraunhofer IIS FDK2020-02-141-25/+24
* Extend decoder API with audio output loudness info (FDKdec v3.1.3).Fraunhofer IIS FDK2020-02-111-0/+2
* Reject HE-AAC SBR with a ratio greater than 2:1 and reject USAC streams conta...Fraunhofer IIS FDK2020-01-221-7/+32
* Avoid integer overflows with pseudoLR in CAacDecoder_DecodeFrame().Fraunhofer IIS FDK2019-10-151-5/+9
* Fix CpePersistentData memory leak.Fraunhofer IIS FDK2019-10-101-1/+2
* Validate aacSampleRate after applying ELD downscale factor. Avoid division by...Fraunhofer IIS FDK2019-10-101-0/+3
* Trigger config change after a change in SBR activity has been recognized.Fraunhofer IIS FDK2019-03-151-1/+4
* Do not support channel configuration change within PCEFraunhofer IIS FDK2019-01-021-7/+1
* Skip CRC check when flushing or concealment is appliedFraunhofer IIS FDK2018-12-271-3/+5
* Apply sbrDecoder_Parse() function for all explict SBR elementsFraunhofer IIS FDK2018-12-271-8/+12
* Add FDK_FALLTHROUGH macro to prevent implicit-fallthrough compiler warningsFraunhofer IIS FDK2018-12-271-1/+6
* Unsigned Integer Overflow in CAacDecoder_PreRollExtensionPayloadParse()Fraunhofer IIS FDK2018-12-261-1/+1
* Unify audio element loop abort criterion in ER syntaxFraunhofer IIS FDK2018-10-201-7/+4
* Always check whether given channel config is supported.Fraunhofer IIS FDK2018-10-201-11/+3
* Break audio element loop in case element_count becomes too large.Fraunhofer IIS FDK2018-09-101-1/+24
* FDKv2 ubsan patchesFraunhofer IIS FDK2018-05-231-5/+2
* FDK patches: fix overflows in decoder out-of-band configFraunhofer IIS FDK2018-05-091-6/+6
* Upgrade to FDKv2Fraunhofer IIS FDK2018-04-191-1050/+2649
* AAC/SBR decoder improvements and bugfixesJean-Michel Trivi2016-04-081-5/+32
* SBR/AAC encoder updates, code clean upJean-Michel Trivi2016-04-041-16/+1
* AAC-Decoder: DRC metadata in stream infoJean-Michel Trivi2014-05-201-0/+11
* AAC Decoder: flush/seek improvementsJean-Michel Trivi2014-05-201-9/+28
* AAC Decoder: introduce time domain limiterJean-Michel Trivi2014-03-311-0/+7
* AAC Decoder: support 6.1/7.1 decoded as 5.1Jean-Michel Trivi2013-12-301-59/+74
* Decoder stability, sanity checks improvementsJean-Michel Trivi2013-08-271-51/+93
* Decode parametric stereo even with invalid channel configJean-Michel Trivi2013-08-271-3/+3
* Disclaimer update, lib version incrementJean-Michel Trivi2013-08-201-1/+1
* Bug 7170947 Update AAC codecJean-Michel Trivi2012-10-021-2/+13
* Don't zero out spec coeffs before doing the final IMDCT.John Grossman2012-09-121-4/+1
* Snapshot 2bda038c163298531d47394bc2c09e1409c5d0dbThe Android Open Source Project2012-07-111-0/+1737