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
2019-06-19math_approx: use unsigned int for LCG pseudorandom generatorTristan Matthews
2013-12-07Tidy the speex/*.h includes some moreRon
2009-06-27Removing h1_mem from the encoder state since it wasn't used at all.John Ridges
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-Marc Valin
2007-11-18New DISABLE_VBR and DISABLE_FLOAT_API switches can together remove every singlejm
2007-11-10Lag window now stored as const data instead of computed at init time. Also,jm
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-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
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-07-29copyright details, more info about the mdf learning ratejm
2006-07-03Max VBR bit-rate implemented for wideband (semi tested), still doesn't quitejm
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-05-20excitation and target are now 16-bit (were 32) in the encoderjm
2006-04-17fixed enhancement for wideband (sort of) and a bit of cleaning up.jm
2006-04-10innovation is saved directly to the sb_celp en/decoder, so a buffer isjm
2006-04-07LPC analysis window now stored as constant in code -> 400 bytes off thejm
2005-10-10lpc floor converted to fixed-pointjm
2005-10-01Improved packet loss concealmentjm
2005-07-19removed unused bufferjm
2004-07-14Moved all the includes from /usr/include to /usr/include/speexjm
2004-04-21speex_encode/speex_decode are back to using floats, new speex_encode_intjm
2003-12-05Added const's all over the placejm
2003-11-27fixed-point: bw_lpc and lpc_to_lsp are now done.jm
2003-11-14fixed-point: integerized pi_gain'sjm
2003-11-14cleanupjm
2003-10-09fixed-point: LSPs are now stored quantizedjm
2003-10-09fixed-point: QMF entirely in fixed-point nowjm
2003-10-08fixed-point: converted user-visible functions to use "short" signals,jm
2003-10-08fixed-point: converted all signals to spx_sig_tjm
2003-10-08fixed-point: more signal scaling again, some auto-correlation workjm
2003-10-08fixed-point: more lpc stuffjm
2003-10-08first step in fixed-point port, converted the LPC filtersjm
2003-08-23added a call telling the codec not to encode the submode in the frame.jm
2003-05-17Minor cleanup (who needs reflection coefficients anyway) in LPC code.jm
2003-01-09Added a return value (error) to the *ctl functions, added re-allocationjm
2003-01-06Cleaned up mem allocation in sb_celp.c like in nb_celp.cjm
2002-12-20misc stuff for beta4jm