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
2009-06-27Removing h1_mem from the encoder state since it wasn't used at all.John Ridges
2009-01-30Cosmetic fixesAlfred E. Heggestad
2008-09-06Merged lsp_interpolate() with lsp_enforce_margin()Jean-Marc Valin
2008-08-06Making it possible to disable either the encoder or the decoder using macrosJean-Marc Valin
2007-11-23Patch by Thom Johansen: define and use SPEEX_MEMSET, SPEEX_MEMMOVE andjm
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-08Moved the remaining of misc.h into arch.hjm
2007-11-08sb_celp: field bufSize was no longer used, so it's now removedjm
2007-10-30Patch by Thom Johansen: change memory of qmf_synth to 16-bit.jm
2007-10-20Put all the OS-dependent calls in os_support.hjm
2007-06-27bit of cleaning upjm
2007-06-27Replaced speex_error() by speex_fatal() and speex_assert()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-14Fixed an low bit-rate ultrawideband encoder bug (not that people shouldjm
2007-03-14Computing last_ener based on excitation energy, not synthesis energy. Thisjm
2007-03-14Fixed minor pi_gain synchronisation problem in the wideband decoder. Shouldjm
2007-03-04Moved filters from state to stack for wideband encoder (~180 bytes in fixed-jm
2007-03-04Moved 20 filter coefs from state to stack in wideband decoder.jm
2007-01-03Only the RMS of the excitation is saved in the encoder -- 320 bytes off the jm
2007-01-02minor double-codebook simplification for wideband.jm
2006-12-25fixed-point: minor tweaksjm
2006-12-17No more calls to log() in the wideband encoder.jm
2006-12-17fixed-point: wideband folding gain quantization as a codebook (instead of log)jm
2006-12-17some comments and a minor tweakjm
2006-12-16fixed-point: wideband double codebook convertedjm
2006-12-16wideband excitation folding (including gain) now in fixed-point.jm
2006-12-16more wideband fixed-point work (folding_gain is now in fixed-point).jm
2006-12-16more wideband fixed-point workjm
2006-12-16wideband fixed-point detailsjm
2006-12-13Fixed a very rare overflow problem in the wideband mode, while slightlyjm
2006-12-08Making use of the wideband encoder input buffer to save memory: 640 bytes off jm
2006-12-06Most of the wideband encoder now in 16-bit. Also, saved another 1.5 kB off thejm
2006-12-06zero-response now in 16-bit and stored on the stack. About 1 kB saved off thejm
2006-12-04No need for an explicit buffer to receive the narrowband innovation.jm
2006-12-04Removed 5 kB of useless buffering in the wideband encoder. Also, fixed the jm
2006-12-03Another 1 kB off the encoder state by converting the qmf_decomp output to jm
2006-12-02Got rid of the excitation memory in the decoder and changed the relevant varsjm
2006-11-30Saved innovation from nb to wb is now 16-bit precision.jm
2006-11-29another 640 bytes off the decoder state.jm
2006-11-29Saved another 2kB from the decoder by converting high-band synthesis tojm
2006-11-28Replaced fir_mem_up by qmf_synth which doesn't require intermediatejm
2006-11-26oops. EXTEND32() wasn't needed here.jm
2006-11-26Removed the generic PSHR/SHL/SHR operators and changed them to either the jm
2006-11-19Fixed an overflow in the excitation decoding (again on heavily-clipped signal)jm
2006-09-08Adding the "f" suffix to float constants (path by Michael Jerris).jm