summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex (follow)
Commit message (Expand)AuthorAge
* Sync Speex to SVN.Thom Johansen2007-11-22
* Remove a couple of redundant array copy operations.Thom Johansen2007-11-22
* libspeex: let DEBUGF work correctly for both core and codec buildsMichael Sevakis2007-11-18
* Disable some UWB mode stuff and lost package handling in voice codec.Thom Johansen2007-11-18
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18
* Speex encoder specially tailored to create voice UI snippets. Small fixups to...Thom Johansen2007-11-16
* Trim some stuff and move some defines to a more logical place.Thom Johansen2007-11-16
* Sync latest Speex stereo changes.Thom Johansen2007-11-14
* Build libspeex for core voice on SWCODEC. Development phase - not currently u...Michael Sevakis2007-11-14
* Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it...Thom Johansen2007-11-14
* Remove unneeded math wrappers. Clear state structs in decoder init. Start ini...Thom Johansen2007-11-14
* New Speex stereo code in libspeex and speex.c, stereo should be more robust n...Thom Johansen2007-11-14
* Strip out a large unneeded portion of the Speex stereo decoding function, and...Thom Johansen2007-11-10
* Forgot these.Thom Johansen2007-11-10
* Remove unneeded file from SOURCES and partial SVN sync.Thom Johansen2007-11-10
* Remove some unneeded floating point usage, port some needed floating point co...Thom Johansen2007-11-09
* Disable another encoder only function.Thom Johansen2007-11-08
* Ifdef out some more stuff we don't need.Thom Johansen2007-11-07
* Assembler versions of signal_mul. Decent speedup for Coldfire and small speed...Thom Johansen2007-11-07
* Smaller and more correctly sized statically allocated arrays in decoder state...Thom Johansen2007-11-06
* Exclude some unneeded LSP code. Add some #endif clarification comments here a...Thom Johansen2007-11-06
* Make Speex read its input directly from the Ogg packet, which makes for less ...Thom Johansen2007-11-01
* First attempt at ifdeffing out as much of the encoder stuff as possible from ...Thom Johansen2007-11-01
* ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice s...Thom Johansen2007-11-01
* QMF filter memory doesn't need to be 32 bits, so convert it to 16 bits. Alter...Thom Johansen2007-10-26
* Forgot a file. Remove files we don't need to build from SOURCES.Thom Johansen2007-10-26
* Sync with Speex SVN. Syntactic change in filters_cf.S.Thom Johansen2007-10-26
* Negate _after_ output so we don't negate the whole output signal.Thom Johansen2007-10-24
* Coldfire assembler version of inner_prod() for another small speedup.Thom Johansen2007-10-24
* Coldfire assembler version of qmf_synth(). Wideband and ultra-wideband Speex ...Thom Johansen2007-10-24
* iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMA...Thom Johansen2007-10-22
* Fix ultra-wideband mode. Disable big parts of the encoder stuff for a smaller...Thom Johansen2007-10-22
* Change decoder struct dynamic array members to static arrays sized based on c...Thom Johansen2007-10-21
* Squish a warning.Thom Johansen2007-10-19
* Sync Speex to SVN. Add new header file to adapt to Speex' new way of doing wr...Thom Johansen2007-10-19
* Remove some Speex distribution test code we won't use.Thom Johansen2007-10-19
* ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Co...Dan Everton2007-07-09
* Fix prototypes and warning in ARM version of libspeex filter.hDan Everton2007-05-22
* Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfi...Dan Everton2007-05-22
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* Further simplification of constraints in libspeex arm asm.Jens Arnold2007-03-19
* Get rid of the arm4 libspeex warnings.Jens Arnold2007-03-13
* turn on ARM optimizationsMarcoen Hirschberg2007-03-13
* rename config.h to config-speex.hMarcoen Hirschberg2007-03-13
* * Clean up speex.c a little.Dan Everton2007-03-12
* Set svn:keywords property where missing.Jens Arnold2007-03-03
* * Document the revision of Speex imported in to Rockbox along with how the im...Dan Everton2007-02-11
* * Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).Dan Everton2007-02-10
* Fix warnings in simulator builds including libspeexDan Everton2007-02-09
* Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.Dan Everton2007-02-09