summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex
AgeCommit message (Expand)Author
2007-11-01Make Speex read its input directly from the Ogg packet, which makes for less ...Thom Johansen
2007-11-01First attempt at ifdeffing out as much of the encoder stuff as possible from ...Thom Johansen
2007-11-01ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice s...Thom Johansen
2007-10-26QMF filter memory doesn't need to be 32 bits, so convert it to 16 bits. Alter...Thom Johansen
2007-10-26Forgot a file. Remove files we don't need to build from SOURCES.Thom Johansen
2007-10-26Sync with Speex SVN. Syntactic change in filters_cf.S.Thom Johansen
2007-10-24Negate _after_ output so we don't negate the whole output signal.Thom Johansen
2007-10-24Coldfire assembler version of inner_prod() for another small speedup.Thom Johansen
2007-10-24Coldfire assembler version of qmf_synth(). Wideband and ultra-wideband Speex ...Thom Johansen
2007-10-22iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMA...Thom Johansen
2007-10-22Fix ultra-wideband mode. Disable big parts of the encoder stuff for a smaller...Thom Johansen
2007-10-21Change decoder struct dynamic array members to static arrays sized based on c...Thom Johansen
2007-10-19Squish a warning.Thom Johansen
2007-10-19Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr...Thom Johansen
2007-10-19Remove some Speex distribution test code we won't use.Thom Johansen
2007-07-09ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Co...Dan Everton
2007-05-22Fix prototypes and warning in ARM version of libspeex filter.hDan Everton
2007-05-22Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfi...Dan Everton
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2007-03-19Further simplification of constraints in libspeex arm asm.Jens Arnold
2007-03-13Get rid of the arm4 libspeex warnings.Jens Arnold
2007-03-13turn on ARM optimizationsMarcoen Hirschberg
2007-03-13rename config.h to config-speex.hMarcoen Hirschberg
2007-03-12* Clean up speex.c a little.Dan Everton
2007-03-03Set svn:keywords property where missing.Jens Arnold
2007-02-11* Document the revision of Speex imported in to Rockbox along with how the im...Dan Everton
2007-02-10* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).Dan Everton
2007-02-09Fix warnings in simulator builds including libspeexDan Everton
2007-02-09Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton