Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-01remove trailing whitespaceTristan Matthews
2008-08-06Making it possible to disable either the encoder or the decoder using macrosJean-Marc Valin
2007-11-10Removed the custom (non-standard) 4.8 kbps mode because it has been brokenjm
2007-11-08Moved the remaining of misc.h into arch.hjm
2007-10-21oopsjm
2007-06-27Replaced speex_error() by speex_fatal() and speex_assert()jm
2006-12-01reviving the old EPIC_48K mode.jm
2006-06-07LSP quantization: minor C optimisation and hooks for Blackfin assemblyjm
2005-04-22More work on fixed-point operatorsjm
2005-03-30fixed-point cleanup, removed some warningsjm
2005-03-15Merged a modified version of Jamey Hicks' C55 patch, fixed ajm
2004-07-15added guarded #include "config.h" throughout libspeex/ and src/conrad
2004-02-06M_PI not defined on win32 (and possibly other platforms)oddsock
2003-12-05more const stuff, fixed a stupid bug in sb_decoder_ctljm
2003-11-30...jm
2003-11-21fixed-point: wideband work (LSP and excitation gain decoding)jm
2003-11-07fixed-point: some ARM workjm
2003-11-03fixed-point: integerized lsp weight computationjm
2003-11-02fixed-point: cleaned up operators, removed a couple float ops, fixed ajm
2003-11-01fixed-point: cos approximation for lsp_to_lpc, removed some float opsjm
2003-10-09fixed-point: LSP quantization cleanupjm
2003-10-09fixed-point: LSPs are now stored quantizedjm
2003-10-08fixed-point: rounding for shiftsjm
2003-10-08fixed-point: LSP quantization work, also LSP's are now in the angle domainjm
2003-05-14Merged an experimental (and non-standard) 4.8 kbps mode. Note that thisjm
2003-01-28oops...jm
2003-01-28LSP codebooks are now signed short instead of float, reducing size injm
2003-01-28Quantization for high-band LSP codebook.jm
2003-01-28Some work for shrinking the LSP codebook sizejm
2003-01-06cleanup: all use of libc has been moved to misc.c to make porting easier.jm
2002-10-11Changed license to BSDjm
2002-07-02Cleaned up unused stuff and licensed all codebooks under the BSD licensejmvalin
2002-06-11Added low bit-rate (8 kbps) narrowband mode. It is still sub-optimal butjmvalin
2002-06-05Encoder now understands wav files, slight modif to LSP quantizationjmvalin
2002-05-19FrameBits renamed to SpeexBits and a "lost" argument was added to thejmvalin
2002-05-14Big changes in both narrowband and wideband. Retrained LSP codebook,jmvalin
2002-05-03speex.[ch] renamed to nb_celp.[ch] for consistencyjmvalin
2002-04-10decoder stuffjmvalin
2002-04-08Added LSP quantization for SB-CELPjmvalin
2002-03-28All debug printf's are now within #ifdef DEBUGjmvalin
2002-03-15wideband coexists with narrowband nowjmvalin
2002-03-15We're going wideband...jmvalin
2002-03-13More decoder workjmvalin
2002-03-13Code cleanup, removed warningsjmvalin
2002-03-05Big cleanup... filter memories, stack allocation, ...jmvalin
2002-02-19Checking in license stuffjmvalin
2002-02-18Added both LSP and prediction gain quantization... the code is a bit uglyjmvalin