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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-15More VBR tuningJean-Marc Valin
2009-04-08Fixed a "conditional jump depends on uninitialised value in speex_decode_int()Jean-Marc Valin
even though it wasn't an actual bug.
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
hi here is just a small patch for speex doc, fixing some typos.. I was reading through the whole manual a couple of times. could we also update the Internet-Draft in the Manual? latest version is here: http://tools.ietf.org/html/draft-ietf-avt-rtp-speex-05 /alfred
2008-12-01At least VS2005 (what I'm using) won't compile resample_sse.h withJohn Ridges
_USE_SSE2 defined because it refuses to cast __m128 to __m128d and vice versa. While there are intrinsics to do the casts, I thought it would be simpler to just use an intrinsic that accomplishes the same thing without all the casting.
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
Jean-Marc, The following patch makes the above two read functions const correct. Cheers, Erik
2008-11-09Documenting the decoderJean-Marc Valin
2008-10-03Fix for VS files to include multi-channel changes. Also patches scal.c forAlexander Chemeris
compilers that don't have M_PI defined.
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
filter_mem16()
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
installed headers
2008-07-23properly implemented SPEEX_PREPROCESS_GET_ECHO_STATEJean-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
2008-06-02Merge branch 'stereo'Jean-Marc Valin
2008-05-30Made multi-channel AEC API compatible with the previous one.Jean-Marc Valin
2008-05-29Thorvald Natvig's --with-fft= patchJean-Marc Valin
2008-05-28Patch by Thorvald Natvig to add Intel MKL support for the FFTjm
git-svn-id: http://svn.xiph.org/trunk/speex@14975 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-05-27Fix to FFTW3 patch by Thorvald Natvigjm
git-svn-id: http://svn.xiph.org/trunk/speex@14967 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-05-27Patch by Thorvald Natvig to add FFTW3 supportjm
git-svn-id: http://svn.xiph.org/trunk/speex@14966 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-05-22Add slightly better descriptions for speex{enc,dec}.1jm
Lintian warns about the contentless help2man boilerplate git-svn-id: http://svn.xiph.org/trunk/speex@14937 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-05-22Adding "listing" tags in manualjm
git-svn-id: http://svn.xiph.org/trunk/speex@14935 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-05-19Manual fixes as suggested by Ronjm
git-svn-id: http://svn.xiph.org/trunk/speex@14926 0101bb08-14d6-0310-b084-bc0e0c8e3800
2008-05-19bump version numberjm
git-svn-id: http://svn.xiph.org/trunk/speex@14925 0101bb08-14d6-0310-b084-bc0e0c8e3800