aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Encoder 7.1 supportJean-Michel Trivi2013-09-0327-193/+231
| * Encoder ELD auto configuratorJean-Michel Trivi2013-09-032-4/+132
| * Encoder explicit signalingJean-Michel Trivi2013-09-037-3588/+3828
| * Encoder downsampled SBRJean-Michel Trivi2013-08-2918-5787/+5360
| * AAC Encoder low delay qualityJean-Michel Trivi2013-08-2814-211/+563
| * Decoder parse ASCJean-Michel Trivi2013-08-273-2/+61
| * Decoder stability, sanity checks improvementsJean-Michel Trivi2013-08-2716-294/+683
| * Decode dynamic range control improvementsJean-Michel Trivi2013-08-276-19/+68
| * Decode parametric stereo even with invalid channel configJean-Michel Trivi2013-08-276-11/+18
| * FDK update for downsampled SBRJean-Michel Trivi2013-08-278-4/+37
| * AAC encoder metadata improvementJean-Michel Trivi2013-08-205-14/+25
| * SBR header periodJean-Michel Trivi2013-08-204-5/+24
| * AAC encoder bitrate limitationJean-Michel Trivi2013-08-201-47/+49
| * SBR encoder improvementJean-Michel Trivi2013-08-203-11/+11
| * 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-2012-40/+57
| * Disclaimer update, lib version incrementJean-Michel Trivi2013-08-20305-322/+322
| * Fix HE-AAC SBR ignored high-freq dataJean-Michel Trivi2013-08-054-2/+13
* | Ignore .dirstamp filesMartin Storsjo2013-10-031-0/+1
* | Add an autogen shellscriptTerrance2013-09-071-0/+2
* | Bump the version number, add a changelog entryv0.1.2Martin Storsjo2013-07-272-2/+6
* | Include dependency libs (-lm) in the pkg-config fileMartin Storsjo2013-07-272-1/+6
* | Check the right element in isBookMartin Storsjo2013-07-101-1/+1
* | Avoid too big changes in isScaleMartin Storsjo2013-03-181-0/+9
* | Merge remote-tracking branch 'aosp/master'Martin Storsjo2013-02-272-6/+0
|\|
| * am 0d439d3d: Merge "Remove a bionic workaround."Elliott Hughes2012-11-290-0/+0
| |\
| | * Merge "Remove a bionic workaround."Elliott Hughes2012-11-292-6/+0
| | |\
| | | * Remove a bionic workaround.Elliott Hughes2012-11-292-6/+0
| | |/
| * / Remove a bionic workaround.Elliott Hughes2012-11-292-6/+0
| |/
* | Don't try to shift more bits than the variable lengthMartin Storsjo2013-02-171-2/+8
* | Add a changelog entry for 0.1.1, bump the version numbersv0.1.1Martin Storsjo2012-11-132-2/+11
* | 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