aboutsummaryrefslogtreecommitdiffstats
path: root/libAACenc
Commit message (Expand)AuthorAgeFilesLines
* Merge 'mstorjo/master' into dabplusMatthias P. Braendli2017-07-211-6/+4
|\
| * Merge remote-tracking branch 'aosp/master'Martin Storsjo2017-03-141-6/+4
| |\
| | * Fix not properly handled NULL-pointer access before check in aac libliuchao2017-02-231-6/+4
* | | Fix bitrates over 144 kBit/sStefan Pöschel2017-02-121-1/+3
* | | Add DAB+ AOTs again and remove AOT_MP2 from codeMatthias P. Braendli2016-09-101-9/+4
* | | Add DAB+ supportMatthias P. Braendli2016-09-0911-32/+398
|/ /
* | Bump the library versions in the headersMartin Storsjo2016-08-251-1/+1
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2016-08-2525-513/+499
|\|
| * Merge "Left shift of negative int is undefined" am: 6ae5480Glenn Kasten2016-04-201-25/+25
| |\
| * \ resolve merge conflicts of ad1e898 to nyc-dev-plus-aospGlenn Kasten2016-04-201-1/+1
| |\ \
| * | | AAC/SBR encoder improvementsJean-Michel Trivi2016-04-0817-168/+281
| * | | SBR/AAC encoder updates, code clean upJean-Michel Trivi2016-04-049-89/+168
| * | | Remove compiler warnings, revised ARM QMF encoderJean-Michel Trivi2016-04-049-254/+52
* | | | Merge remote-tracking branch 'aosp/master'Martin Storsjo2016-05-182-26/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | Left shift of negative int is undefinedGlenn Kasten2016-04-181-25/+25
| | |/ | |/|
| * | Remove redundant parentheses around == comparison operatorGlenn Kasten2016-04-181-1/+1
| |/
* | Merge remote-tracking branch 'aosp/master' into updateTimothy Gu2016-01-261-0/+5
|\|
| * Remove __DATE__/__TIME__Dan Willemsen2015-10-231-0/+5
* | Extend the GetInvInt table to 80 elementsMartin Storsjo2014-08-011-2/+1
* | Include the encoder library version in the publicly installed headerMartin Storsjo2013-11-011-0/+3
* | Revert "Avoid too big changes in isScale"Martin Storsjo2013-11-011-9/+0
* | Merge remote-tracking branch 'aosp/kitkat-release' into kitkat-mergeMartin Storsjo2013-11-0173-576/+1251
|\|
| * Encoder 7.1 supportJean-Michel Trivi2013-09-0319-136/+166
| * Encoder ELD auto configuratorJean-Michel Trivi2013-09-032-4/+132
| * Encoder explicit signalingJean-Michel Trivi2013-09-032-22/+141
| * Encoder downsampled SBRJean-Michel Trivi2013-08-293-69/+154
| * AAC Encoder low delay qualityJean-Michel Trivi2013-08-2812-190/+500
| * AAC encoder metadata improvementJean-Michel Trivi2013-08-202-8/+13
| * SBR header periodJean-Michel Trivi2013-08-201-2/+5
| * AAC encoder bitrate limitationJean-Michel Trivi2013-08-201-47/+49
| * SBR encoder improvementJean-Michel Trivi2013-08-201-1/+1
| * Encoder intensity fixJean-Michel Trivi2013-08-203-11/+20
| * Encoder quantizer fixJean-Michel Trivi2013-08-202-3/+3
| * Decode and SYS lib cleanupJean-Michel Trivi2013-08-207-23/+13
| * Disclaimer update, lib version incrementJean-Michel Trivi2013-08-2073-75/+75
* | Check the right element in isBookMartin Storsjo2013-07-101-1/+1
* | Avoid too big changes in isScaleMartin Storsjo2013-03-181-0/+9
* | Don't try to shift more bits than the variable lengthMartin Storsjo2013-02-171-2/+8
* | Revert parts of "Use saturating adds to avoid overflow"Martin Storsjo2012-11-011-2/+2
* | Merge remote-tracking branch 'aosp/jb-mr1-release' into masterMartin Storsjo2012-11-0112-347/+88
|\|
| * Bug 7170947 Update AAC codecJean-Michel Trivi2012-10-025-197/+10
| * Bug fixes in AAC decoder, AAC encoder, FDK libraryJean-Michel Trivi2012-09-098-151/+79
| * Don't try to shift more bits than the variable lengthMartin Storsjo2012-08-101-2/+8
| * Snapshot 2bda038c163298531d47394bc2c09e1409c5d0dbThe Android Open Source Project2012-07-1175-0/+31582
* Make sure AACdynamic_RAM gets allocated aligned to 8 bytesJeffrey Knockel2012-10-251-1/+1
* Add support for Workgroup 4 (WG4) channel mappingSergio Ammirata2012-10-053-3/+18
* Use a saturating shift to avoid overflowMartin Storsjo2012-09-021-1/+1
* Use saturating adds in all other similar loops in groupShortData as wellMartin Storsjo2012-08-101-3/+3
* Don't try to shift more bits than the variable lengthMartin Storsjo2012-08-101-2/+8
* Use saturating adds to avoid overflowMartin Storsjo2012-08-102-3/+3