summaryrefslogtreecommitdiffstats
path: root/apps/codecs/spc
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Forgot to add a file as usual.Michael Sevakis1-0/+399
2007-07-16Make the SPC codec run like it used to on Coldfire before -Os crushed it. Bui...Michael Sevakis7-255/+586
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-2/+4
2007-03-03Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave experim...Michael Sevakis1-2/+1
2007-03-03SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P Ki...Michael Sevakis1-6/+40
2007-03-03Fix a comment that sounded a bit odd.Michael Sevakis1-1/+2
2007-03-03SPC codec on Coldfire: Move movclrs into the light and out of the long dark s...Michael Sevakis1-31/+62
2007-02-23SPC Codec: Fix an overflow issue in echo with left shifting by 9 that showed ...Michael Sevakis1-13/+11
2007-02-20Fix a mistake in wrapping the echo buffer.Michael Sevakis1-5/+7
2007-02-20SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizatio...Michael Sevakis1-31/+180
2007-02-14Remove dishonest spc amplificationAdam Gashlin1-3/+2
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin3-0/+2233