index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libspeex
Age
Commit message (
Expand
)
Author
2009-11-29
Oops, correct typo that made the previous commit useless
Nils Wallménius
2009-11-29
Disable strict aliasing for speex for now to get rid of warnings, some very n...
Nils Wallménius
2009-08-03
Remove various ABS() definitions with a single one using typeof (if using gcc...
Thomas Martitz
2009-07-11
Fix type mismatch warnings and errors exposed when building with EABI toolchain.
Andrew Mahone
2009-03-01
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-02-23
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2008-12-15
Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.
Björn Stenberg
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-20
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-03
Make local function interp_pitch in filters.c static.
Bertrik Sikken
2008-02-08
Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and re...
Thom Johansen
2007-12-08
Exclude an unneeded file from the voice codec build. Remove non-existing feat...
Thom Johansen
2007-11-29
Remove unneeded files.
Thom Johansen
2007-11-24
Move some stuff out of IRAM for the voice decoder.
Thom Johansen
2007-11-24
Remove unused file.
Thom Johansen
2007-11-24
Sync to SVN.
Thom Johansen
2007-11-23
Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup.
Jens Arnold
2007-11-22
Sync Speex to SVN.
Thom Johansen
2007-11-22
Remove a couple of redundant array copy operations.
Thom Johansen
2007-11-18
libspeex: let DEBUGF work correctly for both core and codec builds
Michael Sevakis
2007-11-18
Disable some UWB mode stuff and lost package handling in voice codec.
Thom Johansen
2007-11-18
Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...
Michael Sevakis
2007-11-16
Speex encoder specially tailored to create voice UI snippets. Small fixups to...
Thom Johansen
2007-11-16
Trim some stuff and move some defines to a more logical place.
Thom Johansen
2007-11-14
Sync latest Speex stereo changes.
Thom Johansen
2007-11-14
Build libspeex for core voice on SWCODEC. Development phase - not currently u...
Michael Sevakis
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-14
New Speex stereo code in libspeex and speex.c, stereo should be more robust n...
Thom Johansen
2007-11-10
Strip out a large unneeded portion of the Speex stereo decoding function, and...
Thom Johansen
2007-11-10
Forgot these.
Thom Johansen
2007-11-10
Remove unneeded file from SOURCES and partial SVN sync.
Thom Johansen
2007-11-09
Remove some unneeded floating point usage, port some needed floating point co...
Thom Johansen
2007-11-08
Disable another encoder only function.
Thom Johansen
2007-11-07
Ifdef out some more stuff we don't need.
Thom Johansen
2007-11-07
Assembler versions of signal_mul. Decent speedup for Coldfire and small speed...
Thom Johansen
2007-11-06
Smaller and more correctly sized statically allocated arrays in decoder state...
Thom Johansen
2007-11-06
Exclude some unneeded LSP code. Add some #endif clarification comments here a...
Thom Johansen
2007-11-01
Make Speex read its input directly from the Ogg packet, which makes for less ...
Thom Johansen
2007-11-01
First attempt at ifdeffing out as much of the encoder stuff as possible from ...
Thom Johansen
2007-11-01
ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice s...
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-26
Forgot a file. Remove files we don't need to build from SOURCES.
Thom Johansen
2007-10-26
Sync with Speex SVN. Syntactic change in filters_cf.S.
Thom Johansen
2007-10-24
Negate _after_ output so we don't negate the whole output signal.
Thom Johansen
2007-10-24
Coldfire assembler version of inner_prod() for another small speedup.
Thom Johansen
2007-10-24
Coldfire assembler version of qmf_synth(). Wideband and ultra-wideband Speex ...
Thom Johansen
2007-10-22
iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMA...
Thom Johansen
[next]