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 (Expand)Author
2006-11-18Third (hopefully last) set of fixes for the overflow problem on clipped input.jm
2006-09-08Adding the "f" suffix to float constants (path by Michael Jerris).jm
2006-08-30more replacements of int with spx_int32_tjm
2006-08-28Changed part of the API to use spx_int32_t instead of int (works better on jm
2006-08-23removed unused variablejm
2006-08-15simplified PLC (one whole frame at a time now).jm
2006-08-14fixed the concealment for fixed-point (the noise gain was wrong).jm
2006-08-13Making libspeex C++-friendlyjm
2006-08-03fixed random numbers (were reset on each subframe) in noise codebook unquant.jm
2006-08-03added highpass (enabled by default) to the encoder and decoderjm
2006-07-29copyright details, more info about the mdf learning ratejm
2006-07-03changed a few parameter definitions from int to spx_int32_t. Should by morejm
2006-06-25SPEEX_SET_VBR_MAX_BITRATE partially implemented for wideband (still doesn't jm
2006-06-25Initial implementation of SPEEX_MAX_VBR_BITRATE. Narrowband-only for now.jm
2006-06-25Removed old enhancer code (was already disabled)jm
2006-06-10Better control of the pitch gain to prevent potential instabilities fromjm
2006-06-07Patch by David Rowe: sending the stack parameter to *_mem16() filters.jm
2006-06-07removed some unnecessary bisectionsjm
2006-05-29oops, wasn't allocating enough temp memoryjm
2006-05-26Moved some filter coefs from the encoder state to temp allocation.jm
2006-05-20excitation and target are now 16-bit (were 32) in the encoderjm
2006-05-16decoder excitation now in 16-bit precision (was 32), which saves quite a bitjm
2006-05-11Enable enhancer by default (should have been done a long time ago)jm
2006-05-10C89 fixesjm
2006-05-08reduced buffering size for the enhancer to what is actually neededjm
2006-05-08cleaned up temp allocation in enhancer a bitjm
2006-05-08computation of gain correction now done with 16-bit precision.jm
2006-05-08Enable the new enhancer by default.jm
2006-05-07Removed the whole LPC enhancement -- wasn't really worth the trouble.jm
2006-05-04Gapless works again (I think). Bit of cleaning up as well.jm
2006-05-04Fixed a wideband regression (innovation wasn't saved in the decoder). Alsojm
2006-05-02Modify the open-loop gain depending on pitch gainjm
2006-04-30Approximation for pitch search in new enhancer. Trying to fix PLC as well.jm
2006-04-30cleaning up new enhancerjm
2006-04-29Better data alignment for Blackfin (i.e. no bus error on blackfin assembly)jm
2006-04-2116-bit cleanlinessjm
2006-04-20Vorbis-psy works againjm
2006-04-20Make sure nobody breaks the code by changing the analysis window size.jm
2006-04-1924.6 kbps mode now entirely in fixed-point.jm
2006-04-19oops, re-enabled lpc enhancementjm
2006-04-19fixed narrowband mode 7jm
2006-04-19Added some EXTEND32 for 16-bit machinesjm
2006-04-18C89-correctnessjm
2006-04-17fixed enhancement for wideband (sort of) and a bit of cleaning up.jm
2006-04-13oops, wasn't scaling the right thing...jm
2006-04-13simplified packet loss handlingjm
2006-04-12new enhancer compiles and (sort of) works with FIXED_POINT, but it still hasjm
2006-04-11open-loop excitation gain computed in 16 bitsjm
2006-04-11added explicit errors for those compiling with stupid option combinations.jm
2006-04-10innovation is saved directly to the sb_celp en/decoder, so a buffer isjm