index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libspeex
/
nb_celp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
Add codecs to librbcodec.
Sean Bartell
1
-1917
/
+0
2011-06-02
Disable some unused code in speex to save binsize.
Nils Wallménius
1
-1
/
+1
2011-05-01
Fix several 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
1
-9
/
+6
2010-02-22
Remove all tabs within codec path.
Andree Buschmann
1
-3
/
+3
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
1
-2
/
+2
2007-11-24
Sync to SVN.
Thom Johansen
1
-50
/
+29
2007-11-22
Sync Speex to SVN.
Thom Johansen
1
-11
/
+29
2007-11-22
Remove a couple of redundant array copy operations.
Thom Johansen
1
-7
/
+3
2007-11-18
Disable some UWB mode stuff and lost package handling in voice codec.
Thom Johansen
1
-0
/
+4
2007-11-14
Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it...
Thom Johansen
1
-13
/
+9
2007-11-14
Remove unneeded math wrappers. Clear state structs in decoder init. Start ini...
Thom Johansen
1
-0
/
+1
2007-11-10
Remove unneeded file from SOURCES and partial SVN sync.
Thom Johansen
1
-162
/
+9
2007-11-09
Remove some unneeded floating point usage, port some needed floating point co...
Thom Johansen
1
-6
/
+13
2007-11-06
Exclude some unneeded LSP code. Add some #endif clarification comments here a...
Thom Johansen
1
-2
/
+2
2007-11-01
First attempt at ifdeffing out as much of the encoder stuff as possible from ...
Thom Johansen
1
-20
/
+3
2007-10-26
Sync with Speex SVN. Syntactic change in filters_cf.S.
Thom Johansen
1
-3
/
+8
2007-10-22
iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMA...
Thom Johansen
1
-0
/
+3
2007-10-22
Fix ultra-wideband mode. Disable big parts of the encoder stuff for a smaller...
Thom Johansen
1
-3
/
+25
2007-10-21
Change decoder struct dynamic array members to static arrays sized based on c...
Thom Johansen
1
-8
/
+11
2007-10-19
Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr...
Thom Johansen
1
-45
/
+32
2007-07-09
ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Co...
Dan Everton
1
-5
/
+5
2007-05-22
Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfi...
Dan Everton
1
-7
/
+37
2007-03-13
rename config.h to config-speex.h
Marcoen Hirschberg
1
-1
/
+1
2007-02-10
* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).
Dan Everton
1
-157
/
+141
2007-02-09
Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.
Dan Everton
1
-0
/
+2055