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