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-04-10ringing computation now done with 16-bit accuracy.jm
2006-04-09moved some temporary variables from decoder state to scratch spacejm
2006-04-08weighted signal now in 16-bit precision, saving 500 bytes in the encoder statejm
2006-04-08removed unused variables and cleaned up some non-C89nessjm
2006-04-07LPC analysis window now stored as constant in code -> 400 bytes off thejm
2006-04-07another 640 bytes removed from the encoder state (using the input data insteadjm
2006-04-07removed the decoder output buffer -- saving 640 bytes. Synthesis now done withjm
2006-04-07Fixed several fixed-point regressions:jm
2006-04-01non-causal comb filterjm
2006-03-20Fix the Vorbis curve for the smaller LPC window.jm
2006-03-18new experimental comb filter codejm
2006-03-15Making it easier to play with the excitation as I see fit.jm
2006-02-20reduced lpc lookahead from 10ms to 5ms. No significant impact on quality.jm
2006-02-12fixed a bug when a packet is lost and submode-encoding is disabled.jm
2005-12-22remove debug codejm
2005-12-19vorbis-psy with 256 samplesjm
2005-12-19save old curvejm
2005-10-16prevents wierd things from happening when a large number of packets are missingjm
2005-10-11Hooks are in for using any masking curve.jm
2005-10-10lpc floor converted to fixed-pointjm
2005-10-06packet loss tuning (and fixed-point improvements)jm
2005-10-05cleaning up noise floor for fixed-point (not complete yet)jm
2005-10-01Improved packet loss concealmentjm
2005-06-09Allow the stack to be allocated with speex_alloc_scratch()jm
2005-06-05Packet loss concealment converted to fixed-point. Added hooks for blackfinjm
2005-05-27Proper de-allocationjm
2005-05-26Allow setting the encoder and decoder stacks at compile timejm
2005-05-26Better check for memory allocation failurejm
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-05-02Added some control on the aggressiveness of the pitch predictor in the form ofjm
2005-04-29Think I fixed the PLC slowdown due to denorm/underflow. Also don't re-jm
2005-04-25Autodetection of C99 variable arrays and alloca. The pseudo-stack is only usedjm
2005-04-22More work on fixed-point operatorsjm
2005-04-22Added some more fixed-point operatorsjm
2005-04-22Fixed-point improvements (moved some stuff to 16-bit arithmetic)jm
2005-03-30Removed another bunch of warnings (when using some of the -W options)jm
2005-03-30fixed-point cleanup, removed some warningsjm
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-03-03First cleanup step for stack allocationjm
2005-03-02cleanupjm
2005-03-01Reduced unnecessary buffers (reduced memory usage)jm
2005-02-09Added a shortcut for ringing computationjm
2005-02-09A bit less agressive on ringing computation (complexity 0), but simplifiedjm
2005-02-08removed some useless memory accessjm
2005-02-04Removed redundent filtering calls, added complexity 0 (even more shortcuts)jm
2005-02-02Misc fixed-point fixesjm
2005-01-06applied symbian related config and casting diffs from Colin Wardconrad
2004-09-22Fixed scaling problem for fixed-pointjm