index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
spc.c
Age
Commit message (
Expand
)
Author
2011-06-01
FS#12140 by Sean Bartell, Make various codec stuff static.
Nils Wallménius
2011-05-15
FS#12113: Optimize IRAM configuration for SPC. Performance increases by 5-6% ...
Andree Buschmann
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
2011-02-20
Enforce that codecs wait for their metadata in a proper-ish and consistent ma...
Michael Sevakis
2009-07-05
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...
Maurus Cuelenaere
2009-07-04
Revert "Consolidate all fixed point math routines in one library (FS#10400) b...
Maurus Cuelenaere
2009-07-04
Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...
Maurus Cuelenaere
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2009-01-10
Calculate watermark from bitrate and harddisk spinup time.
Björn Stenberg
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-11-05
Codec lib directories renamed, except for demac.
Björn Stenberg
2008-10-23
Remove the event object in the kernel since it's rather extraneous at the mom...
Michael Sevakis
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-01-24
SPC Codec: Ensure no crash occurs on load failure which could cause emulation...
Michael Sevakis
2007-12-06
metadata writing does not belong in the spc codec
Adam Gashlin
2007-11-18
SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on dua...
Michael Sevakis
2007-07-16
Make the SPC codec run like it used to on Coldfire before -Os crushed it. Bui...
Michael Sevakis
2007-03-17
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
Jens Arnold
2007-03-17
Fix simulator builds, and some debugf() format strings.
Jens Arnold
2007-03-03
Add get_metadata() and year & comment tag support for SPC.
Adam Boot
2007-02-26
SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...
Michael Sevakis
2007-02-24
Woops, that was an experimental change that shouldn't have been included.
Michael Sevakis
2007-02-24
SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...
Michael Sevakis
2007-02-21
SPC Codec: Now that output clipping is left to the core DSP, some especially ...
Michael Sevakis
2007-02-20
SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizatio...
Michael Sevakis
2007-02-18
Fix silly cut an pasting of comments.
Paul Louden
2007-02-18
Fix Gigabeat SPC warnings.
Paul Louden
2007-02-17
#if => #ifdef
Daniel Stenberg
2007-02-14
Adding SPC codec (FS #6542)
Adam Gashlin