summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-25README: updatefedoraWim Taymans1-1/+1
2018-09-25Add README.fedoraWim Taymans2-0/+5
2018-09-25Fix size of structWim Taymans1-0/+1
2018-09-25Remove TNSWim Taymans19-2093/+8
2018-09-25Strip minimal decoder and encoderWim Taymans141-53414/+54
2018-03-06Bump the versions and add a changelog entry for v0.1.6Martin Storsjo2-2/+6
2018-03-06Fix warnings with MSVC about mismatch between signed and unsigned in a headerMartin Storsjo1-2/+2
2018-03-06Update the list of extra files for "make dist"Martin Storsjo1-1/+2
2018-03-06Merge remote-tracking branch 'aosp/master'Martin Storsjo3-1/+6
2017-12-20Fix SBR multichannel noiseezicomezigo1-1/+1
2017-12-20Fix an assertion failure when encoding a particular input at specific bitratesMartin Storsjo1-0/+1
2017-12-06Merge "DO NOT MERGE: Merge Oreo MR1 into master"Xin Li1-0/+1
2017-12-06DO NOT MERGE: Merge Oreo MR1 into masterXin Li1-0/+1
2017-11-20Avoid reading out of bounds due to too large aaIidIndexMappedMartin Storsjo1-3/+8
2017-10-30Fix an assertion failure (avoid division by zero) when encoding a particular ...Martin Storsjo1-0/+3
2017-10-20Avoid reading out of bounds due to negative aaIccIndexMappedMartin Storsjo1-3/+6
2017-10-20Add tighter sanity checks in CBlock_GetEscapeMartin Storsjo1-1/+1
2017-10-07Merge "Use -Werror in external/aac" am: f38aee2252 am: 82440fab16Chih-Hung Hsieh1-0/+2
2017-10-07Merge "Use -Werror in external/aac" am: f38aee2252Chih-Hung Hsieh1-0/+2
2017-10-07Merge "Use -Werror in external/aac"Chih-Hung Hsieh1-0/+2
2017-10-07Merge "Use -Werror in external/aac"Treehugger Robot1-0/+2
2017-10-06Use -Werror in external/aacChih-Hung Hsieh1-0/+2
2017-09-20Make sure there are enough bits when reading ADTS header.Doug Benedict1-0/+3
2017-08-18Adjust the fix for infinite loops with a drained ADTS streamMartin Storsjo1-1/+3
2017-08-18Enhance TNS tuning for 8 kHz audio sampling rateMartin Storsjo1-1/+1
2017-08-15Always feed more input data when possible for ADTSMartin Storsjo1-3/+1
2017-08-15Check that pSettings is initializedMartin Storsjo1-0/+4
2017-08-10Make software codecs as VNDKJiyong Park1-0/+1
2017-08-07Make software codecs as VNDKJiyong Park1-0/+1
2017-08-03Check for heightLayer out of rangeMartin Storsjo1-0/+12
2017-08-03Make sure at least one bit exists before reading further in FDKreadBitMartin Storsjo1-1/+5
2017-08-03Check that all channel mapping entries used are validMartin Storsjo1-0/+3
2017-06-22Re-fix "Stack-buffer-overflow in FDKmemset"Martin Storsjo1-0/+4
2017-06-22Revert "Fix "Stack-buffer-overflow in FDKmemset""Martin Storsjo1-4/+0
2017-06-12Check that the SBR decoder has been properly initializedMartin Storsjo1-0/+4
2017-06-12Fix "Stack-buffer-overflow in FDKmemset"Martin Storsjo1-0/+4
2017-06-12Make sure to end all CRC regions in the right orderMartin Storsjo1-1/+16
2017-06-12Don't try to read a negative number of bitsMartin Storsjo1-1/+1
2017-06-12Avoid infinite loops in block decodingMartin Storsjo1-0/+3
2017-06-05Merge "Add OWNERS in external/aac" am: db59691026 am: 6f8a59ff40 am: e10e3d33cfChih-Hung Hsieh1-0/+2
2017-06-05Merge "Add OWNERS in external/aac" am: db59691026 am: 6f8a59ff40Chih-Hung Hsieh1-0/+2
2017-06-05Merge "Add OWNERS in external/aac" am: db59691026Chih-Hung Hsieh1-0/+2
2017-06-05Merge "Add OWNERS in external/aac"Chih-Hung Hsieh1-0/+2
2017-06-05Merge "Add OWNERS in external/aac"Treehugger Robot1-0/+2
2017-06-05Add OWNERS in external/aacChih-Hung Hsieh1-0/+2
2017-04-26Try to properly handle the case when the bitstream reader runs out of bits to...Martin Storsjo1-1/+15
2017-04-23Add checks to avoid overreading supplied buffers and fix issue #61.Robert Kausch2-20/+45
2017-03-14Saturate additions in spectralChangeMartin Storsjo1-2/+2
2017-03-14Merge remote-tracking branch 'aosp/master'Martin Storsjo4-78/+42
2017-02-23Merge "Fix not properly handled NULL-pointer access before check in aac lib" ...liuchao2-19/+10