index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rbcodec
/
codecs
/
libspeex
/
sb_celp.h
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-06-02
Fix define name.
Nils Wallménius
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2007-11-22
Sync Speex to SVN.
Thom Johansen
2007-11-14
Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it...
Thom Johansen
2007-11-14
Remove unneeded math wrappers. Clear state structs in decoder init. Start ini...
Thom Johansen
2007-11-10
Forgot these.
Thom Johansen
2007-11-06
Smaller and more correctly sized statically allocated arrays in decoder state...
Thom Johansen
2007-10-26
QMF filter memory doesn't need to be 32 bits, so convert it to 16 bits. Alter...
Thom Johansen
2007-10-21
Change decoder struct dynamic array members to static arrays sized based on c...
Thom Johansen
2007-03-12
* Clean up speex.c a little.
Dan Everton
2007-02-10
* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).
Dan Everton
2007-02-09
Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.
Dan Everton