summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename sbr_rom/ram files back to the original namesMartin Storsjo2012-11-023-2/+2
* build: Build object files in subdirectoriesMartin Storsjo2012-11-021-0/+1
* build: Don't use make variables in the declaration of source filesMartin Storsjo2012-11-021-131/+122
* Revert "Use __builtin_clz instead of default implementation of fixnormz on GCC"Martin Storsjo2012-11-011-12/+0
* Revert parts of "Use saturating adds to avoid overflow"Martin Storsjo2012-11-011-2/+2
* Only use __int64 on MSVC, not on all win32 compilersMartin Storsjo2012-11-011-1/+1
* Update Makefile.am to account for a removed file in the latest upstreamMartin Storsjo2012-11-011-2/+1
* Merge remote-tracking branch 'aosp/jb-mr1-release' into masterMartin Storsjo2012-11-0141-4495/+4423
|\
| * Bug 7170947 Update AAC codecJean-Michel Trivi2012-10-0221-1390/+1443
| * Merge "Don't zero out spec coeffs before doing the final IMDCT." into jb-mr1-devJohn Grossman2012-09-121-4/+1
| |\
| | * Don't zero out spec coeffs before doing the final IMDCT.John Grossman2012-09-121-4/+1
| * | fix mips build by reverting files backKeun young Park2012-09-112-31/+5
| |/
| * Bug fixes in AAC decoder, AAC encoder, FDK libraryJean-Michel Trivi2012-09-0928-4331/+4235
* | 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
* | Revert "Do schur_div with a direct 64 bit division instead of a loop on x86"Martin Storsjo2012-09-141-10/+0
* | Add an encoder exampleMartin Storsjo2012-09-136-0/+454
* | Do schur_div with a direct 64 bit division instead of a loop on x86Jakub Stachowski2012-09-091-0/+10
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2012-09-054-36/+5
|\|
| * Merge "Remove workaround in aac for broken toolchain"Jean-Baptiste Queru2012-09-042-5/+0
| |\
| | * Remove workaround in aac for broken toolchainIrina Tirdea2012-09-032-5/+0
| |/
| * Merge "GCC 4.4 and later cannot handle h constructs. Fix to replace the assem...Jean-Baptiste Queru2012-08-152-31/+5
| |\
| | * GCC 4.4 and later cannot handle h constructs. Fix to replace the assembly con...Raghu Gandham2012-08-092-31/+5
| * | Merge "Don't try to shift more bits than the variable length"Jean-Baptiste Queru2012-08-131-2/+8
| |\ \ | | |/ | |/|
| | * Don't try to shift more bits than the variable lengthMartin Storsjo2012-08-101-2/+8
| |/
* | Use a saturating shift to avoid overflowMartin Storsjo2012-09-021-1/+1
* | Use __builtin_clz instead of default implementation of fixnormz on GCCJakub Stachowski2012-08-141-0/+12
* | Use saturating adds to avoid overflowMartin Storsjo2012-08-111-2/+2
* | 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
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2012-08-080-0/+0
|\|
| * Merge "Only use __int64 on MSVC, not on all win32 compilers"Jean-Baptiste Queru2012-08-081-1/+1
| |\
| | * Only use __int64 on MSVC, not on all win32 compilersMartin Storsjo2012-07-121-1/+1
| |/
| * Snapshot 2bda038c163298531d47394bc2c09e1409c5d0dbThe Android Open Source Project2012-07-11311-0/+148595
* Check whether we need to link to -lm for math functionsMartin Storsjo2012-07-141-0/+2
* build: update libtool reference to version 2.Diego Elio Pettenò2012-07-111-4/+1
* build: declare the project foreign to automakeDiego Elio Pettenò2012-07-116-367/+1
* build: ignore autotools support files, and remove them from the repository.Diego Elio Pettenò2012-07-1113-23093/+11
* build: do not use config.hDiego Elio Pettenò2012-07-112-3/+0
* build: use dnl for comments in configure.acDiego Elio Pettenò2012-07-111-7/+7
* build: do not call AC_CANONICAL_HOST.Diego Elio Pettenò2012-07-111-3/+0
* Export the external symbols via the libtool -export-symbols optionMartin Storsjo2012-07-112-1/+21
* Only use __int64 on MSVC, not on all win32 compilersMartin Storsjo2012-07-111-1/+1
* Update the changelogMartin Storsjo2012-07-111-0/+4
* Don't link to libstdc++Martin Storsjo2012-07-111-0/+5
* Allow setting bitrate modes 1-5 tooMartin Storsjo2012-07-111-0/+5
* Ignore generated filesMartin Storsjo2012-07-111-0/+17
* Add files added by "automake --add-missing -c"Martin Storsjo2012-07-116-0/+5168
* Add an _enc suffix to the sbr_ram/rom files in libSBRencMartin Storsjo2012-07-113-2/+2