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
2013-12-07Tidy the speex/*.h includes some moreRon
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-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
2005-08-31Improved Doxygen commentsjm
2004-07-14Moved all the includes from /usr/include to /usr/include/speexjm
2003-12-05more const stuff, fixed a stupid bug in sb_decoder_ctljm
2003-10-09fixed-point: LSPs are now stored quantizedjm
2003-05-14Merged an experimental (and non-standard) 4.8 kbps mode. Note that thisjm
2003-01-28LSP codebooks are now signed short instead of float, reducing size injm
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-05-19FrameBits renamed to SpeexBits and a "lost" argument was added to thejmvalin
2002-05-03bits.h was renamed to speex_bits to prevent name clashesjmvalin
2002-04-10decoder stuffjmvalin
2002-04-08Added LSP quantization for SB-CELPjmvalin
2002-03-15wideband coexists with narrowband nowjmvalin
2002-03-15We're going wideband...jmvalin
2002-03-13Code cleanup, removed warningsjmvalin
2002-03-05Big cleanup... filter memories, stack allocation, ...jmvalin
2002-02-19Checking in license stuffjmvalin
2002-02-19Some more commentsjmvalin
2002-02-18Added both LSP and prediction gain quantization... the code is a bit uglyjmvalin