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
2022-05-03speexdec: remove tautologyTristan Matthews
2022-05-03speexdec: make left shift macros use unsigned to avoid undefined behaviourTristan Matthews
2015-07-22speexdec: delete tabsTristan Matthews
2014-10-07remove trailing whitespaceTristan Matthews
2013-12-07Tidy the speex/*.h includes some moreRon
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-Marc Valin
2008-04-25Fixed a speexdec regression causing all files to be decoded by as stereo (oops!)jm
2008-02-15Correct fix from r14511. Jm advises Speex packets can be <5 bytes.gmaxwell
2008-02-14Fix for fuzz testing found bug: Handle zero byte packets from libogg correctly.gmaxwell
2008-02-14fixed another bug found by gmaxwell's fuzzing (and fixed the previous fix)jm
2008-02-14Fix for nb-channel bug found by gmaxwell's fuzzing.jm
2008-01-13OS2 support for stdin/stdout support in speexenc/speexdec (by Franz Bekan)jm
2007-12-08MinGW support by mikael Magnusson and last updates for 1.2beta3.Speex-1.2beta3jm
2007-07-29Windows patch to speexenc/speexdec by Alexander Chemerisjm
2007-06-23fixed stuff from coverityjm
2006-08-28Changed part of the API to use spx_int32_t instead of int (works better on jm
2006-08-17Patch by Tahseen to ignore CMML or other non-Speex logical streams.jm
2006-08-14* Update win32 filesilliminable
2006-08-09Support for reading Ogg files that contain Skeleton.jm
2006-08-09It's usually a good idea to check if a pointer if NULL *before* using it!jm
2006-08-08Think I fixed the force-* options wrt gapless support.jm
2006-08-02Fixing Ticket #829 (defect): crash on invalid Speex file.jm
2006-05-04fixed a segfault when using --force-nb on a wideband stream (still need tojm
2006-05-04Gapless works again (I think). Bit of cleaning up as well.jm
2006-01-23we now live in 2006jm
2005-05-10include prototype for le_intjm
2005-05-02support for top_builddir != top_srcdirjm
2005-02-20Fix for stupid wav handling bug reported by Walt Mendenhalljm
2004-08-13remove DISABLE_GLOBAL_POINTERS stuff from speexdec,conrad
2004-07-21add noglobals API support to speexdec.cconrad
2004-07-15moved declaration of integer up to the top of code block in speexdec.cconrad
2004-07-15added guarded #include "config.h" throughout libspeex/ and src/conrad
2004-07-14Moved all the includes from /usr/include to /usr/include/speexjm
2004-07-09changed the name of the version macro, removed some libtool stuff injm
2004-06-06Recommit changes lost in server migration.giles
2004-04-21speex_encode/speex_decode are back to using floats, new speex_encode_intjm
2004-02-18Patch for compiling with mingw32 sent by j@thing.netjm
2004-02-18Integrated IRIX patch (getopt stuff) from Michael Pruett <michael@68k.org>jm
2004-01-28fopen with "rb" and "wb" on all platforms (it's OK 'cuz POSIX is supposedjm
2004-01-20added --quiet switchSpeex-1.1.4jm
2003-12-05Added const's all over the placejm
2003-11-13spelling, cleanupjm
2003-10-08fixed-point: converted user-visible functions to use "short" signals,jm
2003-10-08fixed-point: removed pre-emphasis, more cleanupjm
2003-10-08first step in fixed-point port, converted the LPC filtersjm
2003-09-30denoiser tuning, Solaris support, small optimization in codebookjm
2003-09-19oops...jm
2003-06-12sound output for *BSD and Solarisjm
2003-06-01fixed an soundcard endianness issue and a Win32 playback bug where thejm
2003-05-30implemented new speex_bits_insert_terminator call so that the number ofjm