summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/lib_src
Commit message (Collapse)AuthorAgeFilesLines
* Sonivox: fix overflow in Parse_data in eas_mdls.cWei Jia2015-08-201-0/+24
| | | | | Bug: 23307276 Change-Id: Iea56eae9a1855b41840f8d814717fe6379c5bb4d
* Fix math functions for 64-bitMarco Nelissen2015-07-301-43/+44
| | | | | | | | | | Sonivox's EAS_I32 and EAS_U32 are defined as long, so actually 64-bit when compiled in 64-bit mode. This breaks the math macros used by reverb, so make those macros use (u)int32_t instead. (changing EAS_I32 to actually be 32-bit breaks the synth itself) Bug: 22506524 Change-Id: I86216b886b3696559d27d3f25819770fb91b6f9a
* DLS parser: fix wave pool size check.Eric Laurent2015-05-141-1/+1
| | | | | Bug: 21132860. Change-Id: I8ae872ea2cc2e8fec5fa0b7815f0b6b31ce744ff
* Added support for parsing XMF versions 1.00 and 1.01 headersAndreas Lillvik2012-09-061-17/+28
| | | | | | | | | The parser will parse only parse file type and revision level when parsing XMF version 2.00 headers. XMF versions 1.00 and 1.01 doesn't support file type and revision level in the headers. Change-Id: I883c9e78179fac45db4ab3c4e3d0cbbb2df4899b
* There is fd leak in sonivox lib when try open any media filegbhakteX2012-08-141-1/+12
| | | | | | | | | | | | | | | | | | | | > 2GB (MIDI parser memory leak) Midi Parser support only 32 bit file operations and thus files of size less than 2 GB. When file open is called on the Midi parser, for files more than 2GB, internal seek operation fails resulting in the non-closure of the opened file. This resulted in the memory leak of the opened file descriptor. This is fixed by closing the opened file descriptor on failed cases. Change-Id: Ie9f53275206e2b4616d1cfc41c12b90544895548 Author: Muthukumar Kandasamy <muthukumar.kandasamy@intel.com> Signed-off-by: Muthukumar Kandasamy <muthukumar.kandasamy@intel.com> Signed-off-by: Gurudatta Bhakte <gurudattax.bhakte@intel.com> Singed-off-by: Shuo Gao <shuo.gao@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Jack Ren <jack.ren@intel.com> Author-tracking-BZ: 39292
* Fix crash when scanning corrupt midi file.jellybean-stablejellybeanMarco Nelissen2011-12-161-0/+5
| | | | | | b/5453816 Change-Id: Ic2104fc0b86ef0b5ec3af7a009b193f85690d291
* Fix engine state reporting.Marco Nelissen2010-12-211-2/+2
| | | | | | b/3290604 Change-Id: If1d15499575b1448c6c1c735718c2269b87fae3e
* Fix infinite loop issue with correctly formed, but useless iMelody files ↵Dave Sparks2009-08-252-3/+9
| | | | | | | | | | | (bug 2068782). It is possible to construct a legitimate iMelody file that consists of only control commands such as ledon, ledoff, etc. in an infinite loop. If there are no notes or rests in the file, the iMelody parser will spin in an infinite loop sucking as many CPU cycles as it can get. This fix ignores loops that contain no notes or rests since they make no sense. The controls will be processed, but the loop will only execute once.
* Sonivox whitespace cleanupDave Sparks2009-08-2476-43540/+43540
|
* Automated import from //branches/master/...@140965,140965Jean-Michel Trivi2009-03-241-11412/+14720
|
* Automated import from //branches/master/...@140869,140869Jean-Michel Trivi2009-03-241-4/+2
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+7
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0382-0/+44898
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0382-44898/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-2/+2
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-102-8/+2
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-223-40/+85
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-0/+10
|
* Initial ContributionThe Android Open Source Project2008-10-2182-0/+44849