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
2007-05-23minor tweak to prototype and removed unused variableSpeex-1.2beta2jm
2007-05-22updated pdf manualjm
2007-05-22resampler added to the VS2003 project file.jm
2007-05-22Manual updatejm
2007-05-21update TODOjm
2007-05-21automatically decide when to update the jitter buffer delay based on the jm
2007-05-19update to MS project filejm
2007-05-17Better endianness detection (helps for MacOS X)jm
2007-05-17misc updates to prepare for 1.2beta2jm
2007-05-17Use the source, Lukejm
2007-05-17Implemented SPEEX_GET_ACTIVITYjm
2007-05-16Added quality table for widebandjm
2007-05-13Finally fixed the multi-channel magic handlingjm
2007-05-12Think I nailed all the "magic" corner cases. Need to check multi-channel jm
2007-05-06include config.h (even though this isn't supposed to be used)jm
2007-05-05Getting (slightly) closer to properly handling the case of filter lengthjm
2007-05-04Can now reduce the filter length twice in a row in a short time.jm
2007-05-04fixed a segfault in the handling of magic samples.jm
2007-05-04added speex_bits_set_bit_buffer (still untested)jm
2007-05-04some tweaks to the VBR quality tablejm
2007-05-04fixed typo. Thanks kjm
2007-05-01using e instead of x as temp variable is a bit cleaner.jm
2007-05-01Final reference for the T-ASL paper.jm
2007-04-30some info on the mode-quality mappingjm
2007-04-30...jm
2007-04-30Manual update -- the good side of waiting for hours at the airport...jm
2007-04-28le_int now inline and returns a signed value. be_int is gone (no use)jm
2007-04-28Cleaned up the endianness conversion, making sure that 16-bit samples getjm
2007-04-26Reduce number of registers used on Blackfin to prevent problemsjm
2007-04-12Coverity found that one! Caused a quality drop for fixed-point widebandjm
2007-04-11Coverity found that minor bug (crash on invalid programmer input).jm
2007-04-10It's 2007 nowjm
2007-04-07Better ARM4 assembly constraints from the Rockbox folks.jm
2007-04-01Making sure there's no exported symbol with a speex_ prefix when compilingjm
2007-04-01Doing less oversampling when downsampling (keep equal precision)jm
2007-04-01Adding error codes.jm
2007-03-29including echo_diagnostic.m in the distributionjm
2007-03-29bits of stuff about the resampler.jm
2007-03-27aec stuffjm
2007-03-27AEC figurejm
2007-03-27Attempting to make Speex harder to misuse (for those who RTFM)jm
2007-03-27Updated TODO, Doxygen, project filejm
2007-03-26fixed a signed/unsigned problem in the margin computation.jm
2007-03-25fixed negative offset handling in echo diagnosticjm
2007-03-20Enabling resampler in the build (now that it's supposed to workjm
2007-03-20Resampler can now compile outside of Speex in fixed-point too.jm
2007-03-20Workaround for crappy compiler makers who still live in 1989.jm
2007-03-19Tweaking to the AGC to handle really low volume input properly.jm
2007-03-18Replaced some warnings by notifications when it's not necessarily causedjm
2007-03-17better doc for return values.jm