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
2014-12-05speex_header: silence printf warningTristan Matthews
2013-12-07Tidy the speex/*.h includes some moreRon
2013-12-06Check the size of the header packet before we look inside itRon
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-Marc Valin
2008-04-25Patch by Thorvald Natvig: uses gcc visibility options to only export thejm
2008-04-11Patch by kfish that checks for headers with invalid mode numbers. Technically,jm
2008-02-14Fix for nb-channel bug found by gmaxwell's fuzzing.jm
2007-11-25added speex_header_free() for poor Windows lusers with weird libc behaviourjm
2007-11-23Patch by Thom Johansen: define and use SPEEX_MEMSET, SPEEX_MEMMOVE andjm
2007-11-08Moved the remaining of misc.h into arch.hjm
2007-10-20Put all the OS-dependent calls in os_support.hjm
2007-03-18Replaced some warnings by notifications when it's not necessarily causedjm
2005-09-06Fixing warnings (patch by Alfred E. Heggestad)jm
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-07-14Moved all the includes from /usr/include to /usr/include/speexjm
2004-07-09run-time calls for identifying the Speex versionjm
2003-12-05Added const's all over the placejm
2003-01-14slightly changed the header format (still compatible)jm
2003-01-11oops...jm
2003-01-06cleanup: all use of libc has been moved to misc.c to make porting easier.jm
2002-10-27Made the code valid for a C++ compiler (void* stuff), plus some cleanupjm
2002-10-11Changed license to BSDjm
2002-08-23API change: a couple fields were removed from SpeexMode because theyjmvalin
2002-07-30Fixed post-filter producing NaN's, started writing some SSE codejmvalin
2002-07-28Allow more than one frame per packetjmvalin
2002-07-22Replaced all malloc/calloc/free calls by speex_alloc/speex_free to easejmvalin
2002-06-12Introduced bit-stream version number (for compatibility)jmvalin
2002-06-12More header workjmvalin
2002-06-12Header work...jmvalin