aboutsummaryrefslogtreecommitdiffstats
path: root/Tremolo
Commit message (Collapse)AuthorAgeFilesLines
* Add sanity checks to fix crashHEADmasterMarco Nelissen2015-10-191-0/+14
| | | | | | | | | | Copy Huffman tree sanity check from libvorbis to avoid out of bounds memory access later on. Bug: 21048776 Change-Id: I3c508572501af188af4224e2a295e9f2554ec9c0 (cherry picked from commit 52193fa3472b79873e73044ce02e1c0a67c85043) Tested-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Fix allocation failure crashMarco Nelissen2015-10-191-5/+5
| | | | | | | Bug: 20718524 Change-Id: I86dcaf7d7452ad892822ff96fbcc0908e035b118 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Fix vorbis decoder crash due to out of bounds memory accessMarco Nelissen2015-10-191-1/+2
| | | | | | | Bug: 20915134 Change-Id: Ia7b503910b2fd0a4e3931837bd55dff3ea28ce86 (cherry picked from commit c7fdab4f4832fbe4ab9655f91dbed6b3878fe4b7) Tested-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* hardening: eliminate text relocationsArd Biesheuvel2012-08-112-8/+27
| | | | Change-Id: I259aab364ae954532d7137ef54640175530fb6e2
* merge from open-source masterThe Android Open Source Project2010-07-092-1/+2
|\ | | | | | | Change-Id: Iea0b0b45f13a3f1d045ed36d475dba5bbed71874
| * Merge "Fix compile warnings and errors"Jean-Baptiste Queru2010-07-082-1/+2
| |\
| | * Fix compile warnings and errorsBruce Beare2010-06-252-1/+2
| | | | | | | | | | | | | | | Change-Id: I30a9299390cef302a8d3e61b6aa6e38731be1529 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
* | | merge from open-source masterThe Android Open Source Project2010-07-021-0/+1
|\ \ \ | |/ / | | | | | | Change-Id: Ib04e99f47b43622005a7fe9c635008b2d91a9a8a
| * | define byte order properlyChih-Wei Huang2010-06-281-0/+1
| |/
* | Make sure this assembly fragment properly supports ARM/THUMB transitions by ↵Andreas Huber2010-06-231-2/+2
|/ | | | | | | using the BX, LR instruction instead of antiquated MOV PC, LR. Change-Id: Ia58b53bf50ccbc471ef001044b18a019631a4df0 related-to-bug: 2774193
* Expose some internals of the tremolo library for use by the ↵Andreas Huber2010-05-073-23/+23
| | | | | | | OggExtractor/VorbisDecoder Change-Id: I3846bb61bcf032a445c501a831ab90e81bf2ff21 related-to-bug: 2654400
* Update license header for Tremolo and remove unused script.Gloria Wang2010-03-1834-433/+408
| | | | Change-Id: I10d4885e51c15f7e4adfa6455ccab50561db9a94
* Release Tremolo under a BSD license.Gloria Wang2010-03-1227-351/+836
| | | | Change-Id: I55f5290911fcb88448ef8ac14eb519c1f6136e06
* Fix for Ogg playback issues for "Ringing Alarm".Gloria Wang2010-02-172-5/+5
|
* Replace Tremor with Tremolo (an ARM optimised version of the Tremor library ↵Gloria Wang2010-02-122-5/+5
| | | | for doing Ogg Vorbis decompression)
* Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis ↵Gloria Wang2010-02-0834-0/+14939
| | | | decompression)
* Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor ↵Gloria Wang2010-02-0533-14674/+0
| | | | | | library for doing Ogg Vorbis decompression)" This reverts commit 0f6f2525f7b19c7de18bafe464b5ced1c714430a.
* Replace Tremor with Tremolo (an ARM optimised version of the Tremor library ↵Gloria Wang2010-02-0433-0/+14674
for doing Ogg Vorbis decompression)