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
path: root/src
AgeCommit message (Expand)Author
2007-10-14remamed to libspeexdspjm
2007-10-14build detailsjm
2007-10-14splitting libspeex in twjm
2007-07-29Windows patch to speexenc/speexdec by Alexander Chemerisjm
2007-06-23fixed stuff from coverityjm
2007-06-23check for malloc failurejm
2007-06-06Remove hardcoded docdir, mandir from {doc,src}/Makefile.am, to allowconrad
2007-05-17Better endianness detection (helps for MacOS X)jm
2007-04-28Cleaned up the endianness conversion, making sure that 16-bit samples getjm
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-11Skeleton support for Speexenc (by Tahseen Mohammad)jm
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-06-25Initial implementation of SPEEX_MAX_VBR_BITRATE. Narrowband-only for now.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-02-12Think I fixed a crash when trying to encode in the wrong modejm
2006-01-23we now live in 2006jm
2006-01-02Fix for AMD64 (patch by Nicolas George)jm
2005-10-15That's more correctjm
2005-10-12version updatejm
2005-09-28Stupid error in prototype leading to corrupted wav header.jm
2005-05-10include prototype for le_intjm
2005-05-02support for top_builddir != top_srcdirjm
2005-04-25Now autodetects (and handles) size of integer types.jm
2005-02-20Fix for stupid wav handling bug reported by Walt Mendenhalljm
2004-10-10Applied build system patch from Erik de Castro Lopo; now builds on MinGW:conrad
2004-08-13remove DISABLE_GLOBAL_POINTERS stuff from speexdec,conrad
2004-08-13speex_get_mode() -> speex_lib_get_mode()conrad
2004-08-13fix up speexenc:conrad
2004-07-26Rejects extra comments that break the spec (i.e. those that don't containjm
2004-07-21add noglobals API support to speexdec.cconrad
2004-07-21add support for _noglobals API to speexencconrad
2004-07-16Oops, this fixes the infinite loop in wav inputjm
2004-07-15moved declaration of integer up to the top of code block in speexdec.cconrad
2004-07-15Add use of autoheader:conrad
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-03-21Flush page after the header (in order to follow the Ogg spec)jm
2004-02-18.cvsignore filesjm
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