summaryrefslogtreecommitdiffstats
path: root/apps/codecs/spc
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg6-12/+24
2008-05-03SPC Codec: I'm pretty sure Gigabeat S can do realtime BRR decode and echo. :)Michael Sevakis1-1/+2
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-4/+4
2008-01-24SPC Codec: Ensure no crash occurs on load failure which could cause emulation...Michael Sevakis3-2/+8
2007-11-26Be sure SPC codec runs nicely from the start by using more IRAM when the dual...Michael Sevakis1-0/+3
2007-11-18SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on dua...Michael Sevakis2-90/+242
2007-11-08SPC/Coldfire: Just use msac.w instead of neg.l/mac.w. It seems fine. Must've ...Michael Sevakis1-3/+1
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