summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* build system: completely autodetect target cpu architecture.Thomas Martitz2012-03-28
* libspeex: Get rid of some bad trickery with the stack pointer.Thomas Martitz2012-01-21
* Disable some unused code in speex to save binsize.Nils Wallménius2011-06-02
* Build the voice codec speex with core -O switch to save size on targets using...Nils Wallménius2011-06-02
* Fix define name.Nils Wallménius2011-06-02
* FS#12141 by Sean BartellNils Wallménius2011-06-02
* Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-01
* Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz2010-12-27
* Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz2010-08-12
* Make sure files which aren't windows-specific use \n line endings onlyRafaël Carré2010-06-17
* FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2010-06-11
* Correction to clobber lists of several codec's inline assembly.Andree Buschmann2010-05-29
* Remove all tabs within codec path.Andree Buschmann2010-02-22
* Oops, correct typo that made the previous commit uselessNils Wallménius2009-11-29
* Disable strict aliasing for speex for now to get rid of warnings, some very n...Nils Wallménius2009-11-29
* Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz2009-08-03
* Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone2009-07-11
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.Björn Stenberg2008-12-15
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Make local function interp_pitch in filters.c static.Bertrik Sikken2008-05-03
* Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and re...Thom Johansen2008-02-08
* Exclude an unneeded file from the voice codec build. Remove non-existing feat...Thom Johansen2007-12-08
* Remove unneeded files.Thom Johansen2007-11-29
* Move some stuff out of IRAM for the voice decoder.Thom Johansen2007-11-24
* Remove unused file.Thom Johansen2007-11-24
* Sync to SVN.Thom Johansen2007-11-24
* Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup.Jens Arnold2007-11-23
* 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