| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add a changelog entry for 0.1.1, bump the version numbersv0.1.1 | Martin Storsjo | 2012-11-13 | 2 | -2/+11 |
* | | Rename sbr_rom/ram files back to the original names | Martin Storsjo | 2012-11-02 | 3 | -2/+2 |
* | | build: Build object files in subdirectories | Martin Storsjo | 2012-11-02 | 1 | -0/+1 |
* | | build: Don't use make variables in the declaration of source files | Martin Storsjo | 2012-11-02 | 1 | -131/+122 |
* | | Revert "Use __builtin_clz instead of default implementation of fixnormz on GCC" | Martin Storsjo | 2012-11-01 | 1 | -12/+0 |
* | | Revert parts of "Use saturating adds to avoid overflow" | Martin Storsjo | 2012-11-01 | 1 | -2/+2 |
* | | Only use __int64 on MSVC, not on all win32 compilers | Martin Storsjo | 2012-11-01 | 1 | -1/+1 |
* | | Update Makefile.am to account for a removed file in the latest upstream | Martin Storsjo | 2012-11-01 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'aosp/jb-mr1-release' into master | Martin Storsjo | 2012-11-01 | 41 | -4495/+4423 |
|\| |
|
| * | Bug 7170947 Update AAC codec | Jean-Michel Trivi | 2012-10-02 | 21 | -1390/+1443 |
| * | Merge "Don't zero out spec coeffs before doing the final IMDCT." into jb-mr1-dev | John Grossman | 2012-09-12 | 1 | -4/+1 |
| |\ |
|
| | * | Don't zero out spec coeffs before doing the final IMDCT. | John Grossman | 2012-09-12 | 1 | -4/+1 |
| * | | fix mips build by reverting files back | Keun young Park | 2012-09-11 | 2 | -31/+5 |
| |/ |
|
| * | Bug fixes in AAC decoder, AAC encoder, FDK library | Jean-Michel Trivi | 2012-09-09 | 28 | -4331/+4235 |
* | | 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 |
* | | Revert "Do schur_div with a direct 64 bit division instead of a loop on x86" | Martin Storsjo | 2012-09-14 | 1 | -10/+0 |
* | | Add an encoder example | Martin Storsjo | 2012-09-13 | 6 | -0/+454 |
* | | Do schur_div with a direct 64 bit division instead of a loop on x86 | Jakub Stachowski | 2012-09-09 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'aosp/master' | Martin Storsjo | 2012-09-05 | 4 | -36/+5 |
|\| |
|
| * | Merge "Remove workaround in aac for broken toolchain" | Jean-Baptiste Queru | 2012-09-04 | 2 | -5/+0 |
| |\ |
|
| | * | Remove workaround in aac for broken toolchain | Irina Tirdea | 2012-09-03 | 2 | -5/+0 |
| |/ |
|
| * | Merge "GCC 4.4 and later cannot handle h constructs. Fix to replace the assem... | Jean-Baptiste Queru | 2012-08-15 | 2 | -31/+5 |
| |\ |
|
| | * | GCC 4.4 and later cannot handle h constructs. Fix to replace the assembly con... | Raghu Gandham | 2012-08-09 | 2 | -31/+5 |
| * | | Merge "Don't try to shift more bits than the variable length" | Jean-Baptiste Queru | 2012-08-13 | 1 | -2/+8 |
| |\ \
| | |/
| |/| |
|
| | * | Don't try to shift more bits than the variable length | Martin Storsjo | 2012-08-10 | 1 | -2/+8 |
| |/ |
|
* | | Use a saturating shift to avoid overflow | Martin Storsjo | 2012-09-02 | 1 | -1/+1 |
* | | Use __builtin_clz instead of default implementation of fixnormz on GCC | Jakub Stachowski | 2012-08-14 | 1 | -0/+12 |
* | | Use saturating adds to avoid overflow | Martin Storsjo | 2012-08-11 | 1 | -2/+2 |
* | | 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 |
* | | Merge remote-tracking branch 'aosp/master' | Martin Storsjo | 2012-08-08 | 0 | -0/+0 |
|\| |
|
| * | Merge "Only use __int64 on MSVC, not on all win32 compilers" | Jean-Baptiste Queru | 2012-08-08 | 1 | -1/+1 |
| |\ |
|
| | * | Only use __int64 on MSVC, not on all win32 compilers | Martin Storsjo | 2012-07-12 | 1 | -1/+1 |
| |/ |
|
| * | Snapshot 2bda038c163298531d47394bc2c09e1409c5d0db | The Android Open Source Project | 2012-07-11 | 311 | -0/+148595 |
* | Check whether we need to link to -lm for math functions | Martin Storsjo | 2012-07-14 | 1 | -0/+2 |
* | build: update libtool reference to version 2. | Diego Elio Pettenò | 2012-07-11 | 1 | -4/+1 |
* | build: declare the project foreign to automake | Diego Elio Pettenò | 2012-07-11 | 6 | -367/+1 |
* | build: ignore autotools support files, and remove them from the repository. | Diego Elio Pettenò | 2012-07-11 | 13 | -23093/+11 |
* | build: do not use config.h | Diego Elio Pettenò | 2012-07-11 | 2 | -3/+0 |
* | build: use dnl for comments in configure.ac | Diego Elio Pettenò | 2012-07-11 | 1 | -7/+7 |
* | build: do not call AC_CANONICAL_HOST. | Diego Elio Pettenò | 2012-07-11 | 1 | -3/+0 |
* | Export the external symbols via the libtool -export-symbols option | Martin Storsjo | 2012-07-11 | 2 | -1/+21 |
* | Only use __int64 on MSVC, not on all win32 compilers | Martin Storsjo | 2012-07-11 | 1 | -1/+1 |
* | Update the changelog | Martin Storsjo | 2012-07-11 | 1 | -0/+4 |
* | Don't link to libstdc++ | Martin Storsjo | 2012-07-11 | 1 | -0/+5 |
* | Allow setting bitrate modes 1-5 too | Martin Storsjo | 2012-07-11 | 1 | -0/+5 |
* | Ignore generated files | Martin Storsjo | 2012-07-11 | 1 | -0/+17 |
* | Add files added by "automake --add-missing -c" | Martin Storsjo | 2012-07-11 | 6 | -0/+5168 |