Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bitrates over 144 kBit/s | Stefan Pöschel | 2017-02-12 | 1 | -1/+3 |
* | Add DAB+ AOTs again and remove AOT_MP2 from code | Matthias P. Braendli | 2016-09-10 | 1 | -9/+4 |
* | Add DAB+ support | Matthias P. Braendli | 2016-09-09 | 10 | -30/+394 |
* | Merge remote-tracking branch 'aosp/master' | Martin Storsjo | 2016-08-25 | 24 | -507/+482 |
|\ | |||||
| * | Merge "Left shift of negative int is undefined" am: 6ae5480 | Glenn Kasten | 2016-04-20 | 1 | -25/+25 |
| |\ | |||||
| * \ | resolve merge conflicts of ad1e898 to nyc-dev-plus-aosp | Glenn Kasten | 2016-04-20 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | AAC/SBR encoder improvements | Jean-Michel Trivi | 2016-04-08 | 17 | -168/+281 |
| * | | | SBR/AAC encoder updates, code clean up | Jean-Michel Trivi | 2016-04-04 | 8 | -83/+151 |
| * | | | Remove compiler warnings, revised ARM QMF encoder | Jean-Michel Trivi | 2016-04-04 | 9 | -254/+52 |
* | | | | Merge remote-tracking branch 'aosp/master' | Martin Storsjo | 2016-05-18 | 2 | -26/+26 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Left shift of negative int is undefined | Glenn Kasten | 2016-04-18 | 1 | -25/+25 |
| | |/ | |/| | |||||
| * | | Remove redundant parentheses around == comparison operator | Glenn Kasten | 2016-04-18 | 1 | -1/+1 |
| |/ | |||||
* | | Merge remote-tracking branch 'aosp/master' into update | Timothy Gu | 2016-01-26 | 1 | -0/+5 |
|\| | |||||
| * | Remove __DATE__/__TIME__ | Dan Willemsen | 2015-10-23 | 1 | -0/+5 |
* | | Extend the GetInvInt table to 80 elements | Martin Storsjo | 2014-08-01 | 1 | -2/+1 |
* | | Revert "Avoid too big changes in isScale" | Martin Storsjo | 2013-11-01 | 1 | -9/+0 |
* | | Merge remote-tracking branch 'aosp/kitkat-release' into kitkat-merge | Martin Storsjo | 2013-11-01 | 72 | -531/+1102 |
|\| | |||||
| * | Encoder 7.1 support | Jean-Michel Trivi | 2013-09-03 | 18 | -115/+137 |
| * | Encoder ELD auto configurator | Jean-Michel Trivi | 2013-09-03 | 1 | -2/+102 |
| * | Encoder explicit signaling | Jean-Michel Trivi | 2013-09-03 | 1 | -14/+97 |
| * | Encoder downsampled SBR | Jean-Michel Trivi | 2013-08-29 | 2 | -56/+109 |
| * | AAC Encoder low delay quality | Jean-Michel Trivi | 2013-08-28 | 12 | -190/+500 |
| * | AAC encoder metadata improvement | Jean-Michel Trivi | 2013-08-20 | 2 | -8/+13 |
| * | SBR header period | Jean-Michel Trivi | 2013-08-20 | 1 | -2/+5 |
| * | AAC encoder bitrate limitation | Jean-Michel Trivi | 2013-08-20 | 1 | -47/+49 |
| * | SBR encoder improvement | Jean-Michel Trivi | 2013-08-20 | 1 | -1/+1 |
| * | Encoder intensity fix | Jean-Michel Trivi | 2013-08-20 | 3 | -11/+20 |
| * | Encoder quantizer fix | Jean-Michel Trivi | 2013-08-20 | 2 | -3/+3 |
| * | Decode and SYS lib cleanup | Jean-Michel Trivi | 2013-08-20 | 7 | -23/+13 |
| * | Disclaimer update, lib version increment | Jean-Michel Trivi | 2013-08-20 | 72 | -74/+74 |
* | | Check the right element in isBook | Martin Storsjo | 2013-07-10 | 1 | -1/+1 |
* | | Avoid too big changes in isScale | Martin Storsjo | 2013-03-18 | 1 | -0/+9 |
* | | Don't try to shift more bits than the variable length | Martin Storsjo | 2013-02-17 | 1 | -2/+8 |
* | | Revert parts of "Use saturating adds to avoid overflow" | Martin Storsjo | 2012-11-01 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'aosp/jb-mr1-release' into master | Martin Storsjo | 2012-11-01 | 11 | -254/+86 |
|\| | |||||
| * | Bug 7170947 Update AAC codec | Jean-Michel Trivi | 2012-10-02 | 5 | -197/+10 |
| * | Bug fixes in AAC decoder, AAC encoder, FDK library | Jean-Michel Trivi | 2012-09-09 | 7 | -58/+77 |
| * | Don't try to shift more bits than the variable length | Martin Storsjo | 2012-08-10 | 1 | -2/+8 |
| * | Snapshot 2bda038c163298531d47394bc2c09e1409c5d0db | The Android Open Source Project | 2012-07-11 | 74 | -0/+30370 |
* | Make sure AACdynamic_RAM gets allocated aligned to 8 bytes | Jeffrey Knockel | 2012-10-25 | 1 | -1/+1 |
* | Add support for Workgroup 4 (WG4) channel mapping | Sergio Ammirata | 2012-10-05 | 3 | -3/+18 |
* | Use a saturating shift to avoid overflow | Martin Storsjo | 2012-09-02 | 1 | -1/+1 |
* | Use saturating adds in all other similar loops in groupShortData as well | Martin Storsjo | 2012-08-10 | 1 | -3/+3 |
* | Don't try to shift more bits than the variable length | Martin Storsjo | 2012-08-10 | 1 | -2/+8 |
* | Use saturating adds to avoid overflow | Martin Storsjo | 2012-08-10 | 2 | -3/+3 |
* | Allow setting bitrate modes 1-5 too | Martin Storsjo | 2012-07-11 | 1 | -0/+5 |
* | Add NOTICE file. Rework make file so it appears in settings. | Dave Burke | 2012-06-12 | 1 | -53/+0 |
* | Added license boilerplate to all source files. | Dave Burke | 2012-06-11 | 74 | -1277/+5804 |
* | Update to 2012_05_11 version. | Dave Burke | 2012-05-12 | 5 | -71/+252 |
* | Fraunhofer AAC codec. | Dave Burke | 2012-04-17 | 75 | -0/+25715 |