Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/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
2009-02-10Const correctness patchAlfred E. Heggestad
2008-09-06Merged lsp_interpolate() with lsp_enforce_margin()Jean-Marc Valin
2008-09-06Minor simplifications to lsp_to_lpc()Jean-Marc Valin
2008-08-06Making it possible to disable either the encoder or the decoder using macrosJean-Marc Valin
2006-11-22Oops. bad capy-paste. Thanks to lianghu xu for point that out.jm
2006-07-29copyright details, more info about the mdf learning ratejm
2006-07-2516-bit clean shift in lsp_to_lpc()jm
2006-06-05Rewrite of the lsp_to_lpc() algorithm by David Rowe. Removes a bunch ofjm
2006-05-30David's lsp patch broke the float version. It's fixed now.jm
2006-05-28Patch by David Rowe to make the inputs of cheb_poly_eva() 16-bitjm
2006-04-16minor tweaks to cheb_poly_eva()jm
2005-12-18Moved spx_cos to math_approx.c and use it for initializing the mdf window.jm
2005-05-26Fixed-point fixes for 16-bit archsjm
2005-05-23Changed storage of lpc coefficients so that it no longer contains a0 (= 1).jm
2005-04-24some cleaning upjm
2005-04-22More work on fixed-point operatorsjm
2005-04-22Added some more fixed-point operatorsjm
2005-03-15Merged a modified version of Jamey Hicks' C55 patch, fixed ajm
2005-03-03Now possible to put temporary arrays directly on the (real) stackjm
2005-02-09misc optimizationsjm
2005-02-08Some general (minor) optimizationsjm
2005-02-08changed 0.0 to 0 for fixed-point versionjm
2004-07-15added guarded #include "config.h" throughout libspeex/ and src/conrad
2004-07-09Removed some warningsjm
2004-04-03Changed some constants to single-precisionjm
2004-01-19Saves some useless "cos" calculationsjm
2004-01-17replaced cos by an approximation for the float versionjm
2003-11-29fixed-point: fixed another overflow problemjm
2003-11-29debug code for fixed-point operators. Already fixed an overflow in lsp codejm
2003-11-27fixed-point: bw_lpc and lpc_to_lsp are now done.jm
2003-11-27fixed-point: lsp_enforce_margin argument no longer a floatjm
2003-11-14fixed-point: fixed float regressionjm
2003-11-12put all fixed-point macros in a separate file (arch.h), some cleanup withjm
2003-11-11fixed-point: increased precision of the cos approximation, fixed somejm
2003-11-10fixed-point: converted lsp_enforce_margin, some assembly ARM optimizationsjm
2003-11-10fixed-point: integerized lsp interpolationjm
2003-11-08fixed-point: removed some float ops in lpc_to_lsp and wrote signal scalingjm
2003-11-07fixed-point: acos function approximated with fixed-point arithmeticjm
2003-11-02fixed-point: added code to count MIPSjm
2003-11-02fixed-point: removed some float ops in the LSP root search.jm
2003-11-02...jm
2003-11-02fixed-point: cleaned up operators, removed a couple float ops, fixed ajm
2003-11-01fixed-point: cos approximation for lsp_to_lpc, removed some float opsjm
2003-10-09fixed-point: LSPs are now stored quantizedjm
2003-10-09fixed-point: QMF entirely in fixed-point nowjm
2003-10-08fixed-point: LSP quantization work, also LSP's are now in the angle domainjm
2003-10-08fixed-point: saturation for lsp_to_lpc, probably not the best solutionjm
2003-10-08fixed-point: more LPC/LSP cleanupjm