aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | Fix an assertion failure when encoding a particular input at specific bitratesMartin Storsjo2017-12-201-0/+1
| * | | | | | | | | | | | | | | | | | | Avoid reading out of bounds due to too large aaIidIndexMappedMartin Storsjo2017-11-201-3/+8
| * | | | | | | | | | | | | | | | | | | Fix an assertion failure (avoid division by zero) when encoding a particular ...Martin Storsjo2017-10-301-0/+3
| * | | | | | | | | | | | | | | | | | | Avoid reading out of bounds due to negative aaIccIndexMappedMartin Storsjo2017-10-201-3/+6
| * | | | | | | | | | | | | | | | | | | Add tighter sanity checks in CBlock_GetEscapeMartin Storsjo2017-10-201-1/+1
| * | | | | | | | | | | | | | | | | | | Make sure there are enough bits when reading ADTS header.Doug Benedict2017-09-201-0/+3
| * | | | | | | | | | | | | | | | | | | Adjust the fix for infinite loops with a drained ADTS streamMartin Storsjo2017-08-181-1/+3
| * | | | | | | | | | | | | | | | | | | Enhance TNS tuning for 8 kHz audio sampling rateMartin Storsjo2017-08-181-1/+1
| * | | | | | | | | | | | | | | | | | | Always feed more input data when possible for ADTSMartin Storsjo2017-08-151-3/+1
| * | | | | | | | | | | | | | | | | | | Check that pSettings is initializedMartin Storsjo2017-08-151-0/+4
| * | | | | | | | | | | | | | | | | | | Check for heightLayer out of rangeMartin Storsjo2017-08-031-0/+12
| * | | | | | | | | | | | | | | | | | | Make sure at least one bit exists before reading further in FDKreadBitMartin Storsjo2017-08-031-1/+5
| * | | | | | | | | | | | | | | | | | | Check that all channel mapping entries used are validMartin Storsjo2017-08-031-0/+3
* | | | | | | | | | | | | | | | | | | | Merge 'mstorjo/master' into dabplusMatthias P. Braendli2017-07-2129-148/+1598
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Re-fix "Stack-buffer-overflow in FDKmemset"Martin Storsjo2017-06-221-0/+4
| * | | | | | | | | | | | | | | | | | | Revert "Fix "Stack-buffer-overflow in FDKmemset""Martin Storsjo2017-06-221-4/+0
| * | | | | | | | | | | | | | | | | | | Check that the SBR decoder has been properly initializedMartin Storsjo2017-06-121-0/+4
| * | | | | | | | | | | | | | | | | | | Fix "Stack-buffer-overflow in FDKmemset"Martin Storsjo2017-06-121-0/+4
| * | | | | | | | | | | | | | | | | | | Make sure to end all CRC regions in the right orderMartin Storsjo2017-06-121-1/+16
| * | | | | | | | | | | | | | | | | | | Don't try to read a negative number of bitsMartin Storsjo2017-06-121-1/+1
| * | | | | | | | | | | | | | | | | | | Avoid infinite loops in block decodingMartin Storsjo2017-06-121-0/+3
| * | | | | | | | | | | | | | | | | | | Try to properly handle the case when the bitstream reader runs out of bits to...Martin Storsjo2017-04-261-1/+15
| * | | | | | | | | | | | | | | | | | | Add checks to avoid overreading supplied buffers and fix issue #61.Robert Kausch2017-04-232-20/+45
| * | | | | | | | | | | | | | | | | | | Saturate additions in spectralChangeMartin Storsjo2017-03-141-2/+2
| * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'aosp/master'Martin Storsjo2017-03-144-78/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge "Fix not properly handled NULL-pointer access before check in aac lib"Treehugger Robot2017-02-232-19/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Fix not properly handled NULL-pointer access before check in aac libliuchao2017-02-232-19/+10
| | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | Merge "Linux compilation fix"Treehugger Robot2017-02-211-0/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Linux compilation fixJakub Pawlowski2017-02-211-0/+4
| | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Merge "Change build config of aac from Android.mk to Android.bp"Treehugger Robot2017-01-202-59/+32
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Change build config of aac from Android.mk to Android.bpPavlin Radoslavov2017-01-192-59/+32
| | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Update the changelog for the upcoming 0.1.5 releaseMartin Storsjo2017-01-111-0/+8
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'aosp/master'Martin Storsjo2017-01-040-0/+0
| |\| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge "Remove redundant register storage class specifiers"Martin Storsjo2016-10-282-9/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge "Add casts to avoid errors due to narrowing"Martin Storsjo2016-10-184-30/+28
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge "Avoid a warning about extra parentheses" am: f935254cc9 am: 899335d310Jean-Michel Trivi2016-09-091-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Merge "Avoid a warning about extra parentheses" am: f935254cc9Jean-Michel Trivi2016-09-091-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | Merge "Avoid a warning about extra parentheses"Jean-Michel Trivi2016-09-091-1/+1
| | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge "Disable warnings that are not easily fixable" am: 8192b1a am: 2a923c9Glenn Kasten2016-04-201-0/+1
| | |\| | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge "Add default case for undefined pointer initialization" am: 9d0179c am:...Glenn Kasten2016-04-201-0/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge "Left shift of negative int is undefined" am: 6ae5480 am: 2b2e97bGlenn Kasten2016-04-201-25/+25
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | resolve merge conflicts of ad1e898 to nyc-dev-plus-aospGlenn Kasten2016-04-204-7/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge "Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b7...Android Build Merger (Role)2016-04-190-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4...Jean-Michel Trivi2016-04-190-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4...Jean-Michel Trivi2016-04-190-0/+0
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | \ \ \ \ \ \ \ \ \ \ \ \ \ Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4...Jean-Michel Trivi2016-04-190-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'aosp/master'Martin Storsjo2016-10-282-9/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge "Remove redundant register storage class specifiers"Treehugger Robot2016-10-282-9/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | Remove redundant register storage class specifiersMartin Storsjo2016-10-182-9/+9
| | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Don't force C++98 mode any longerMartin Storsjo2016-10-181-1/+1