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-07-22Fix compiler warnings from -WallErik de Castro Lopo
2015-04-01remove trailing whitespaceTristan Matthews
2013-12-07Tidy the speex/*.h includes some moreRon
2009-04-03VBR tuning (along with open-loop gamma2 tweak)Jean-Marc Valin
2009-02-10Const correctness patchAlfred E. Heggestad
2009-01-30Cosmetic fixesAlfred E. Heggestad
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-06Got rid of real_exc and ringing by using exc temporarily. This saved 160 bytes.Jean-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-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
2007-11-23Patch by Thom Johansen: define and use SPEEX_MEMSET, SPEEX_MEMMOVE andjm
2007-11-22removing useless stuffjm
2007-11-20Fixed an overflow in dead code.jm
2007-11-18New DISABLE_VBR and DISABLE_FLOAT_API switches can together remove every singlejm
2007-11-11fixed-point: old_lsp initialisation now converted, which means that no floatjm
2007-11-10Lag window now stored as const data instead of computed at init time. Also,jm
2007-11-10Removed the custom (non-standard) 4.8 kbps mode because it has been brokenjm
2007-11-09Minor quality tweak to 3.95 kbps mode.jm
2007-11-08Moved the remaining of misc.h into arch.hjm
2007-11-08fixed-point: converted the forced_pitch_gain path, which still had a fewjm
2007-11-08minor cleanup/commentsjm
2007-10-21Re-arranged the wideband mode so that programs using narrowband only andjm
2007-10-20Put all the OS-dependent calls in os_support.hjm
2007-08-20Fixed a DTX bug by changing the order of the test in case we have a null mode.jm
2007-06-27bit of cleaning upjm
2007-06-27Fixed-point: vocoder conversion completejm
2007-06-27Replaced speex_error() by speex_fatal() and speex_assert()jm
2007-06-25Fixed-point: converting some of the vocoder codejm
2007-06-25Tuned the vocoder gains and prevented the ol_gain from being reduced byjm
2007-06-16fixed valgrind support (and gitignore)jm
2007-05-17Implemented SPEEX_GET_ACTIVITYjm
2007-03-18Replaced some warnings by notifications when it's not necessarily causedjm
2007-03-17pseudo-stack is now shared between the narrowband and wideband layers.jm
2007-03-16Doing some sanity checking (just in case) on the propagated long-termjm
2007-03-14Fixed minor pi_gain synchronisation problem in the wideband decoder. Shouldjm
2007-01-03Only the RMS of the excitation is saved in the encoder -- 320 bytes off the jm
2007-01-02simplified the double_codebook code and improved accuracy slightlyjm
2007-01-02code shuffling -- no real change.jm
2006-12-25fixed-point: minor tweaksjm
2006-12-16fixed-point: wideband double codebook convertedjm
2006-12-04Removed 5 kB of useless buffering in the wideband encoder. Also, fixed the jm
2006-12-02Got rid of the excitation memory in the decoder and changed the relevant varsjm
2006-12-01reviving the old EPIC_48K mode.jm
2006-11-30Saved innovation from nb to wb is now 16-bit precision.jm
2006-11-26More debug info and fixed two unlikely overflows on clipped input.jm