summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/stack_alloc.h (follow)
Commit message (Collapse)AuthorAge
* Change decoder struct dynamic array members to static arrays sized based on ↵Thom Johansen2007-10-21
| | | | | | current maximums. Move decoder state structs into IRAM for big speedups This means only one decoder can be instantiated at a time, but that should not be a problem. Tweak Makefile to use -O2 for Coldfire. Update SVN revision info to sync-time revision. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15256 a1c6a512-1295-4272-9138-f99709370657
* Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing ↵Thom Johansen2007-10-19
| | | | | | wrapper functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15209 a1c6a512-1295-4272-9138-f99709370657
* Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton2007-02-09
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12241 a1c6a512-1295-4272-9138-f99709370657