summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/lib_src/eas_imelody.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix infinite loop issue with correctly formed, but useless iMelody files ↵Dave Sparks2009-08-251-3/+8
| | | | | | | | | | | (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-241-1730/+1730
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1742
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1742/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1742