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
2009-07-08Support for Intel IPP FFTJeff Wallace
2009-07-08TI project fix (for EXPORT)Jim Crichton
2009-06-27Removing h1_mem from the encoder state since it wasn't used at all.John Ridges
2009-06-23This patch simply flips on the _USE_SSE/_USE_SSE2 automatically if the visualJeff Wallace
2009-06-18Fixes a regression in the fixed-point code and adds saturation for fixed-point.Stephane Lesage
2009-06-04fix -elf2flt usage for bfin-uclinuxMike Frysinger
2009-06-04make sure new bfin.h is included in distMike Frysinger
2009-05-16Blackfin: cleanup astat/cc/hardware loop asm clobbersMike Frysinger
2009-04-15Added the --no-highpass and --print-rate options to speexencJean-Marc Valin
2009-04-15Resurected the --enable-vorbis-psy option by linking with libspeexdsp for theJean-Marc Valin
2009-04-15More VBR tuningJean-Marc Valin
2009-04-08Fixed a "conditional jump depends on uninitialised value in speex_decode_int()Jean-Marc Valin
2009-04-03VBR tuning (along with open-loop gamma2 tweak)Jean-Marc Valin
2009-04-03Tuning the enhancer and gamm1Jean-Marc Valin
2009-03-01Bit-stream definition in the manual with simplified source codeAlfred E. Heggestad
2009-02-10Const correctness patchAlfred E. Heggestad
2009-01-30Cosmetic fixesAlfred E. Heggestad
2008-12-11Updated draftJean-Marc Valin
2008-12-11patch: speex doc typosAlfred E. Heggestad
2008-12-01At least VS2005 (what I'm using) won't compile resample_sse.h withJohn Ridges
2008-12-01Documenting the pitch decodingJean-Marc Valin
2008-11-09Patch : Make speex_bits_read_from and speex_bits_read_whole_bytes const correctErik de Castro Lopo
2008-11-09Documenting the decoderJean-Marc Valin
2008-10-03Fix for VS files to include multi-channel changes. Also patches scal.c forAlexander Chemeris
2008-09-16oops, setting the max packet length correctly in speex_jitter_get()Jean-Marc Valin
2008-09-06The LPC analysis window and lag window are now in Q15.Jean-Marc Valin
2008-09-06Merged lsp_interpolate() with lsp_enforce_margin()Jean-Marc Valin
2008-09-06removed some if()s from an ltp inner loopJean-Marc Valin
2008-09-06Simplifying the "middle case" in _spx_lpc().Jean-Marc Valin
2008-09-06Got rid of real_exc and ringing by using exc temporarily. This saved 160 bytes.Jean-Marc Valin
2008-09-06Minor simplifications to lsp_to_lpc()Jean-Marc Valin
2008-08-13Added an option to implement iir_mem16() and fir_mem16() in terms ofJean-Marc Valin
2008-08-11Making it more explicit that the nb filter size is constantJean-Marc Valin
2008-08-11Most of the narrowband array sizes are now compile-time constantsJean-Marc Valin
2008-08-08A forgotten include guard and a fix for disabling widebandJean-Marc Valin
2008-08-07minor code simplifications to nb encoderJean-Marc Valin
2008-08-06Making it possible to disable either the encoder or the decoder using macrosJean-Marc Valin
2008-08-05Narrowband state now contained in a single blockJean-Marc Valin
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-Marc Valin
2008-07-23properly implemented SPEEX_PREPROCESS_GET_ECHO_STATESpeex-1.2rc1Jean-Marc Valin
2008-07-20Fixed a memory leak in the echo canceller (forgot to free() some pointers)Jean-Marc Valin
2008-06-28Forgot the C++ export "C". Thanks to Joshua Gargus for reportingJean-Marc Valin
2008-06-05DecorrState -> SpeexDecorrStateJean-Marc Valin
2008-06-04Integrating the decorrelation API with the echo canceller (speex_echo.h)Jean-Marc Valin
2008-06-04cleaned up SCAL memory allocationJean-Marc Valin
2008-06-04Multi-channel SCALJean-Marc Valin
2008-06-04cleaning up the SCAL codeJean-Marc Valin
2008-06-04Shaped Comb-ALlpass filter for decorrelating channels prior to echo cancellationJean-Marc Valin
2008-06-04Less aggressive noise adaptationJean-Marc Valin
2008-06-03Jitter buffer updateJean-Marc Valin