summaryrefslogtreecommitdiff
path: root/libAACenc
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Fix size of structWim Taymans1-0/+1
2018-09-25Remove TNSWim Taymans17-2088/+8
2018-09-25Strip minimal decoder and encoderWim Taymans22-2674/+17
2018-03-06Merge remote-tracking branch 'aosp/master'Martin Storsjo1-1/+1
2017-12-20Fix an assertion failure when encoding a particular input at specific bitratesMartin Storsjo1-0/+1
2017-10-30Fix an assertion failure (avoid division by zero) when encoding a particular ...Martin Storsjo1-0/+3
2017-08-18Enhance TNS tuning for 8 kHz audio sampling rateMartin Storsjo1-1/+1
2017-03-14Merge remote-tracking branch 'aosp/master'Martin Storsjo1-6/+4
2017-02-23Merge "Fix not properly handled NULL-pointer access before check in aac lib" ...liuchao1-6/+4
2017-02-23Fix not properly handled NULL-pointer access before check in aac libliuchao1-6/+4
2016-08-25Bump the library versions in the headersMartin Storsjo1-1/+1
2016-08-25Merge remote-tracking branch 'aosp/master'Martin Storsjo25-513/+499
2016-08-23Fix build warningGlenn Kasten1-1/+1
2016-05-18Merge remote-tracking branch 'aosp/master'Martin Storsjo2-26/+26
2016-04-20Merge "Left shift of negative int is undefined" am: 6ae5480Glenn Kasten1-25/+25
2016-04-20resolve merge conflicts of ad1e898 to nyc-dev-plus-aospGlenn Kasten1-1/+1
2016-04-18Left shift of negative int is undefinedGlenn Kasten1-25/+25
2016-04-18Remove redundant parentheses around == comparison operatorGlenn Kasten1-1/+1
2016-04-08AAC/SBR encoder improvementsJean-Michel Trivi17-168/+281
2016-04-04SBR/AAC encoder updates, code clean upJean-Michel Trivi9-89/+168
2016-04-04Remove compiler warnings, revised ARM QMF encoderJean-Michel Trivi9-254/+52
2016-01-26Merge remote-tracking branch 'aosp/master' into updateTimothy Gu1-0/+5
2015-10-23Remove __DATE__/__TIME__Dan Willemsen1-0/+5
2014-08-01Extend the GetInvInt table to 80 elementsMartin Storsjo1-2/+1
2013-11-01Include the encoder library version in the publicly installed headerMartin Storsjo1-0/+3
2013-11-01Revert "Avoid too big changes in isScale"Martin Storsjo1-9/+0
2013-11-01Merge remote-tracking branch 'aosp/kitkat-release' into kitkat-mergeMartin Storsjo73-576/+1251
2013-09-03Encoder 7.1 supportJean-Michel Trivi19-136/+166
2013-09-03Encoder ELD auto configuratorJean-Michel Trivi2-4/+132
2013-09-03Encoder explicit signalingJean-Michel Trivi2-22/+141
2013-08-29Encoder downsampled SBRJean-Michel Trivi3-69/+154
2013-08-28AAC Encoder low delay qualityJean-Michel Trivi12-190/+500
2013-08-20AAC encoder metadata improvementJean-Michel Trivi2-8/+13
2013-08-20SBR header periodJean-Michel Trivi1-2/+5
2013-08-20AAC encoder bitrate limitationJean-Michel Trivi1-47/+49
2013-08-20SBR encoder improvementJean-Michel Trivi1-1/+1
2013-08-20Encoder intensity fixJean-Michel Trivi3-11/+20
2013-08-20Encoder quantizer fixJean-Michel Trivi2-3/+3
2013-08-20Decode and SYS lib cleanupJean-Michel Trivi7-23/+13
2013-08-20Disclaimer update, lib version incrementJean-Michel Trivi73-75/+75
2013-07-10Check the right element in isBookMartin Storsjo1-1/+1
2013-03-18Avoid too big changes in isScaleMartin Storsjo1-0/+9
2013-02-17Don't try to shift more bits than the variable lengthMartin Storsjo1-2/+8
2012-11-01Revert parts of "Use saturating adds to avoid overflow"Martin Storsjo1-2/+2
2012-11-01Merge remote-tracking branch 'aosp/jb-mr1-release' into masterMartin Storsjo12-347/+88
2012-10-25Make sure AACdynamic_RAM gets allocated aligned to 8 bytesJeffrey Knockel1-1/+1
2012-10-05Add support for Workgroup 4 (WG4) channel mappingSergio Ammirata3-3/+18
2012-10-02Bug 7170947 Update AAC codecJean-Michel Trivi5-197/+10
2012-09-09Bug fixes in AAC decoder, AAC encoder, FDK libraryJean-Michel Trivi8-151/+79
2012-09-02Use a saturating shift to avoid overflowMartin Storsjo1-1/+1