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

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-01remove trailing whitespaceTristan Matthews
2013-12-07Tidy the speex/*.h includes some moreRon
2008-11-09Patch : Make speex_bits_read_from and speex_bits_read_whole_bytes const correctErik de Castro Lopo
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
2007-11-23Removed some warningsjm
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-05-04added speex_bits_set_bit_buffer (still untested)jm
2007-03-18Replaced some warnings by notifications when it's not necessarily causedjm
2006-11-23We should never have set all bits to zero when resizing. It's now actuallyjm
2006-04-25TI C5x and C6x patch sent by Jim Crichton.jm
2005-11-20oops. removed some debug codejm
2005-11-18Fixed a brown-paper-bag bug in speex_bits_insert_terminator() that sometime hadjm
2005-10-23misc.c overriding patch (mainly for TI C5X and C6X) from Jim Crichtonjm
2005-06-06Minor cleanup patch by Alfred E. Heggestadjm
2005-05-25Should fix a bug for platforms where a char is 16 bits.jm
2005-03-15Merged a modified version of Jamey Hicks' C55 patch, fixed ajm
2005-02-05removed unnecessary (re)initialization of the bit packer bytesjm
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-06-06Recommit changes lost in server migration.giles
2003-08-26fixed an "off by one". Moved definition of MAX_BYTES_PER_FRAME to the .cjm
2003-08-23oops...jm
2003-08-23speex_bits_write now properly inserts a terminator before copying the datajm
2003-05-30implemented new speex_bits_insert_terminator call so that the number ofjm
2003-03-18minor tweaks, removed some warningsjm
2003-03-10Removed some gcc warningsjm
2003-01-09Fixed (I think) potential overflow in Speex Bitsjm
2003-01-09Added a return value (error) to the *ctl functions, added re-allocationjm
2003-01-07Added some bounds checking when reading bits, including a bug when forcingjm
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-22New very high quality modes for narrowband and wideband by using a doublejmvalin
2002-08-14Now the narrowband and wideband bit-streams are compatible and can bejmvalin
2002-08-14Make sure we don't destroy user buffer when SpeexBits is destructedjmvalin
2002-08-14...jmvalin
2002-07-28Allow more than one frame per packetjmvalin
2002-05-22Documentation, cleanup, commentsjmvalin
2002-05-19FrameBits renamed to SpeexBits and a "lost" argument was added to thejmvalin
2002-05-03speex.[ch] renamed to nb_celp.[ch] for consistencyjmvalin
2002-05-03bits.h was renamed to speex_bits to prevent name clashesjmvalin
2002-03-28All debug printf's are now within #ifdef DEBUGjmvalin
2002-03-27Added a header to speex files. Should eventually choose a "real" magicjmvalin
2002-03-27Think the encoder and decoder work! Still a couple fixes left...jmvalin
2002-03-27Don't fill the last byte in the frame before saving (saves a couple bitsjmvalin
2002-03-13More decoder workjmvalin
2002-03-13Code cleanup, removed warningsjmvalin