summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libspeex
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Add codecs to librbcodec.Sean Bartell106-30004/+0
2012-03-28build system: completely autodetect target cpu architecture.Thomas Martitz1-1/+1
2012-01-21libspeex: Get rid of some bad trickery with the stack pointer.Thomas Martitz1-8/+7
2011-06-02Disable some unused code in speex to save binsize.Nils Wallménius8-18/+58
2011-06-02Build the voice codec speex with core -O switch to save size on targets using...Nils Wallménius1-3/+6
2011-06-02Fix define name.Nils Wallménius1-1/+1
2011-06-02FS#12141 by Sean BartellNils Wallménius1-1/+1
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2-11/+7
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz1-2/+2
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz1-1/+1
2010-06-17Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré1-64/+64
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-5/+5
2010-05-29Correction to clobber lists of several codec's inline assembly.Andree Buschmann3-3/+3
2010-02-22Remove all tabs within codec path.Andree Buschmann14-265/+265
2009-11-29Oops, correct typo that made the previous commit uselessNils Wallménius1-1/+1
2009-11-29Disable strict aliasing for speex for now to get rid of warnings, some very n...Nils Wallménius1-2/+4
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz1-0/+1
2009-07-11Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone1-2/+2
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-2/+2
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-2/+2
2008-12-15Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.Björn Stenberg1-1/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg22-83/+127
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-03Make local function interp_pitch in filters.c static.Bertrik Sikken1-1/+1
2008-02-08Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and re...Thom Johansen1-40/+36
2007-12-08Exclude an unneeded file from the voice codec build. Remove non-existing feat...Thom Johansen2-4/+1
2007-11-29Remove unneeded files.Thom Johansen2-152/+0
2007-11-24Move some stuff out of IRAM for the voice decoder.Thom Johansen7-11/+19
2007-11-24Remove unused file.Thom Johansen1-678/+0
2007-11-24Sync to SVN.Thom Johansen14-225/+247
2007-11-23Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup.Jens Arnold1-0/+6
2007-11-22Sync Speex to SVN.Thom Johansen17-328/+375
2007-11-22Remove a couple of redundant array copy operations.Thom Johansen2-10/+4
2007-11-18libspeex: let DEBUGF work correctly for both core and codec buildsMichael Sevakis1-5/+4
2007-11-18Disable some UWB mode stuff and lost package handling in voice codec.Thom Johansen3-0/+18
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis8-7/+17
2007-11-16Speex encoder specially tailored to create voice UI snippets. Small fixups to...Thom Johansen6-3/+32
2007-11-16Trim some stuff and move some defines to a more logical place.Thom Johansen2-15/+12
2007-11-14Sync latest Speex stereo changes.Thom Johansen3-30/+8
2007-11-14Build libspeex for core voice on SWCODEC. Development phase - not currently u...Michael Sevakis1-1/+1
2007-11-14Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it...Thom Johansen48-480/+697
2007-11-14Remove unneeded math wrappers. Clear state structs in decoder init. Start ini...Thom Johansen6-79/+20
2007-11-14New Speex stereo code in libspeex and speex.c, stereo should be more robust n...Thom Johansen2-47/+102
2007-11-10Strip out a large unneeded portion of the Speex stereo decoding function, and...Thom Johansen2-20/+37
2007-11-10Forgot these.Thom Johansen2-4/+2
2007-11-10Remove unneeded file from SOURCES and partial SVN sync.Thom Johansen8-367/+9
2007-11-09Remove some unneeded floating point usage, port some needed floating point co...Thom Johansen3-9/+17
2007-11-08Disable another encoder only function.Thom Johansen1-0/+2