summaryrefslogtreecommitdiff
path: root/apps/codecs/libspc
AgeCommit message (Expand)Author
2011-12-04Collect the 16-bit signed range sample clipping routines scattered about, whi...Michael Sevakis
2011-08-31Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm ...Michael Sevakis
2011-08-18FS#12231Nils Wallménius
2011-06-24SPC Codec: Restore correct FIR buffer alignment when an address mask is used....Michael Sevakis
2011-06-01FS#12140 by Sean Bartell, Make various codec stuff static.Nils Wallménius
2011-05-22S5L870x is fast enough to play spc with gaussian interpolation and echo proce...Andree Buschmann
2011-05-15FS#12113: Optimize IRAM configuration for SPC. Performance increases by 5-6% ...Andree Buschmann
2011-01-19SPC Codec: AS3525 targets should be fast enough for realtime BRR decode and e...Michael Sevakis
2010-12-23SPC Codec: Was broken on ARMv6 since EABI switch and somehow I failed to noti...Michael Sevakis
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis
2010-06-04SPC codec: The inline asm 'memory' clobbers should be unneeded since the ASM ...Michael Sevakis
2010-05-29Correction to clobber lists of several codec's inline assembly.Andree Buschmann
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-05-02Do some SPC codec optimizing for ARMv6 (as a training exercise), tweak realti...Michael Sevakis
2009-11-29Fix yellow by making the ifdef hell slightly worseNils Wallménius
2009-11-29Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix a...Nils Wallménius
2009-04-25Might as well enable SPC so that all codecs build on the Clip. Not yet real ...Michael Giacomelli
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-11-05Re-added libspc which got dropped in a black hole.Björn Stenberg