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-01-30Cosmetic fixesAlfred E. Heggestad
2008-08-13Added an option to implement iir_mem16() and fir_mem16() in terms ofJean-Marc Valin
2008-08-06Making it possible to disable either the encoder or the decoder using macrosJean-Marc Valin
2007-11-08Moved the remaining of misc.h into arch.hjm
2007-10-30Patch by Thom Johansen: change memory of qmf_synth to 16-bit.jm
2007-03-16Doing some sanity checking (just in case) on the propagated long-termjm
2006-12-08Removed implementation of all the 32-bit filters now that everything isjm
2006-12-08Now using only the 16-bit version of the filters.jm
2006-12-08Making use of the wideband encoder input buffer to save memory: 640 bytes off 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-01Stopped storing zeros in qmf_resynth -- saved ~800 bytes of stack memory injm
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-26More debug info and fixed two unlikely overflows on clipped input.jm
2006-11-26Removed the generic PSHR/SHL/SHR operators and changed them to either the jm
2006-11-19should no longer complain about unused var with the float build.jm
2006-11-19Fixed an overflow in the excitation decoding (again on heavily-clipped signal)jm
2006-11-17Enhancer should no longer overflow on insanely loud signals.jm
2006-11-14Fixed two fixed-point overflows on heavily-clipped inputjm
2006-10-20making sure all global variables are const (for Symbian users)jm
2006-09-08Adding the "f" suffix to float constants (path by Michael Jerris).jm
2006-08-04pseudo-IRS filter (not used yet)jm
2006-08-02cleaning up the IO filtersjm
2006-07-30fixed-point version of the high-pass seems to work now.jm
2006-07-30before I get hatemail from windows users...jm
2006-07-30input/output high-pass filtersjm
2006-07-29copyright details, more info about the mdf learning ratejm
2006-06-25Removed old enhancer code (was already disabled)jm
2006-06-07Patch by David Rowe: sending the stack parameter to *_mem16() filters.jm
2006-05-20excitation and target are now 16-bit (were 32) in the encoderjm
2006-05-16removed a bunch of overflow cases, most of which were in widebandjm
2006-05-16decoder excitation now in 16-bit precision (was 32), which saves quite a bitjm
2006-05-10C89 fixesjm
2006-05-08cleaned up temp allocation in enhancer a bitjm
2006-05-08cleaned up a variable-size array (before I get flamed by angry Win32 users)jm
2006-05-08removed an "if" from the enhancer inner loopjm
2006-05-08Enable the new enhancer by default.jm
2006-05-07fixed-point accuracy improvements in both compute_rms16 and fir_mem_upjm
2006-04-30Approximation for pitch search in new enhancer. Trying to fix PLC as well.jm
2006-04-30cleaning up new enhancerjm
2006-04-29fir_mem16 implemented using filter_mem16 on Blackfinjm
2006-04-29blackfin assembly for iir_mem16jm
2006-04-29Blackfin assembly version of filter_mem16jm
2006-04-27new enhancer now fully fixed-pointjm
2006-04-27two more variables in fixed-point. Oh, and un-b0rked the float again.jm
2006-04-27more fixed-point in new enhancerjm
2006-04-27three more vars in fixed-point (four to go).jm
2006-04-26oops. Previous checking broke the floating point. Think I fixed it.jm