summaryrefslogtreecommitdiffstats
path: root/apps/codecs/spc.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-05Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere1-0/+1
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere1-1/+0
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere1-0/+1
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-3/+3
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg1-2/+0
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-6/+6
2008-11-05Codec lib directories renamed, except for demac.Björn Stenberg1-2/+2
2008-10-23Remove the event object in the kernel since it's rather extraneous at the mom...Michael Sevakis1-5/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-1/+1
2008-01-24SPC Codec: Ensure no crash occurs on load failure which could cause emulation...Michael Sevakis1-13/+24
2007-12-06metadata writing does not belong in the spc codecAdam Gashlin1-6/+0
2007-11-18SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on dua...Michael Sevakis1-33/+276
2007-07-16Make the SPC codec run like it used to on Coldfire before -Os crushed it. Bui...Michael Sevakis1-555/+12
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-1/+1
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-1/+1
2007-03-03Add get_metadata() and year & comment tag support for SPC.Adam Boot1-4/+23
2007-02-26SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...Michael Sevakis1-0/+2
2007-02-24Woops, that was an experimental change that shouldn't have been included.Michael Sevakis1-2/+1
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis1-1/+2
2007-02-21SPC Codec: Now that output clipping is left to the core DSP, some especially ...Michael Sevakis1-2/+10
2007-02-20SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizatio...Michael Sevakis1-0/+11
2007-02-18Fix silly cut an pasting of comments.Paul Louden1-6/+6
2007-02-18Fix Gigabeat SPC warnings.Paul Louden1-0/+9
2007-02-17#if => #ifdefDaniel Stenberg1-1/+1
2007-02-14Adding SPC codec (FS #6542)Adam Gashlin1-0/+845