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
/
filters.c
Age
Commit message (
Expand
)
Author
2007-11-14
Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it...
Thom Johansen
2007-11-08
Disable another encoder only function.
Thom Johansen
2007-11-07
Assembler versions of signal_mul. Decent speedup for Coldfire and small speed...
Thom Johansen
2007-11-06
Exclude some unneeded LSP code. Add some #endif clarification comments here a...
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-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
2007-10-19
Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr...
Thom Johansen
2007-07-09
ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Co...
Dan Everton
2007-05-22
Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfi...
Dan Everton
2007-03-13
rename config.h to config-speex.h
Marcoen Hirschberg
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