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
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-18New DISABLE_VBR and DISABLE_FLOAT_API switches can together remove every singlejm
2007-07-29Patch by Alexander Chemeris to make testenc* open with rb and wbjm
2007-07-29Patch by Alexander Chemeris to make testenc* use speex_lib_get_modejm
2006-08-30more replacements of int with spx_int32_tjm
2006-08-28Changed part of the API to use spx_int32_t instead of int (works better on jm
2006-08-03fixed random numbers (were reset on each subframe) in noise codebook unquant.jm
2006-05-04Gapless works again (I think). Bit of cleaning up as well.jm
2006-02-21adjust group delayjm
2005-06-06Minor cleanup patch by Alfred E. Heggestadjm
2005-06-05Packet loss concealment converted to fixed-point. Added hooks for blackfinjm
2005-05-27Proper de-allocationjm
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-04-21speex_encode/speex_decode are back to using floats, new speex_encode_intjm
2003-11-29debug code for fixed-point operators. Already fixed an overflow in lsp codejm
2003-11-29separated fixed-point operators in: generic, ARM, debugjm
2003-11-25...jm
2003-11-25fixed-point: done quantizing open-loop pitchjm
2003-11-08fixed-point: removed some float ops in lpc_to_lsp and wrote signal scalingjm
2003-11-02fixed-point: added code to count MIPSjm
2003-10-10output saturation for narrowband (need to do the same for wideband)jm
2003-10-08fixed-point: converted user-visible functions to use "short" signals,jm
2003-10-08fixed-point: more signal scaling again, some auto-correlation workjm
2003-10-08fixed-point: signal scaling... againjm
2003-10-08first step in fixed-point port, converted the LPC filtersjm
2003-09-18oops...jm
2003-09-02segmental SNR estimate worksjm
2002-10-27Made the code valid for a C++ compiler (void* stuff), plus some cleanupjm
2002-10-22Filter optimizations, cleanup, removed the stack POP to simplify thingsjm
2002-10-03Most of the request/callback mechanism is implemented, not completelyjmvalin
2002-08-30...jmvalin
2002-08-23API change: a couple fields were removed from SpeexMode because theyjmvalin
2002-08-22Implemented packet loss interpolation for wideband... not optimal yet...jmvalin
2002-08-22The decode function can now do the packet loss interpolation withoutjmvalin
2002-08-02Bug fixes, many leaks/errors fixed thanks to valgrind. Some filterjmvalin
2002-08-01oops... forgot to remove some useless stuffjmvalin
2002-08-01Replaced the post-filter by a simple pitch comb filter plus an LPCjmvalin
2002-07-29added encoder complexity optionjmvalin
2002-07-11Completed VBR for 0.5.0 releaseSpeex-0.5.0jmvalin
2002-07-01First try at VBR... off by defaultjmvalin
2002-06-25First step to variable bit-rate (VBR): it is now possible to change thejmvalin
2002-06-12Introduced bit-stream version number (for compatibility)jmvalin
2002-06-08Implemented an n-best open-loop pitch search to speed up the closed-loopjmvalin
2002-06-06New post-filter A(z/g1)/A(z/g2)jmvalin
2002-06-03Added SPEEX_GET_FRAME_SIZE to speex_*_ctl callsjmvalin
2002-06-03Added speex_ctl call to set codec parameters (e.g. enable/disablejmvalin