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-11-10Removed the custom (non-standard) 4.8 kbps mode because it has been brokenjm
2007-11-09Minor quality tweak to 3.95 kbps mode.jm
2007-11-08Moved the remaining of misc.h into arch.hjm
2007-11-08fixed-point: converted the forced_pitch_gain path, which still had a fewjm
2007-11-08sb_celp: field bufSize was no longer used, so it's now removedjm
2007-11-08minor cleanup/commentsjm
2007-11-06ring buffer: stop doing arithmetic on void*.jm
2007-11-06Forgot to include config.hjm
2007-11-06Preprocessor patch by Mikael Magnusson to fix SPEEX_PREPROCESS_SET_PROB_START.jm
2007-11-04jitter buffer: Cleaned up the remaining of the Speex-specific buffer and fixedjm
2007-11-02Simplified the histogram/statistics code.jm
2007-11-02jitter buffer: histogram shifting function (not used yet)jm
2007-11-02jitter buffer: fixing the forced interpolation casejm
2007-11-02jitter buffer: cleanupjm
2007-11-02jitter buffer: First attempt at using the application's bufer status andjm
2007-10-31jitter_buffer: added jitter_buffer_get_another()jm
2007-10-31jitter buffer now uses JitterBufferPacket internally. Also added a user_datajm
2007-10-31jitter buffer: minor fix with tick()jm
2007-10-31jitter buffer: implemented zero-copy (untested)jm
2007-10-31jitter buffer: implemented delay steps, tick() no longer required, addedjm
2007-10-30Patch by Thom Johansen: change memory of qmf_synth to 16-bit.jm
2007-10-30oops, fixed the fixed-point buildjm
2007-10-30SPEEX_PREPROCESS_GET_AGC_LOUDNESS patch by Mihai Baleajm
2007-10-29Include os_support.h in pseudofloat.hjm
2007-10-25Had the random functions swapped (fixed vs float). Fixed now.jm
2007-10-25moved ring buffer to libspeexdspjm
2007-10-23oops, forgot to advange the pointers in the ring bufferjm
2007-10-21oopsjm
2007-10-21Re-arranged the wideband mode so that programs using narrowband only andjm
2007-10-21Fixed Makefiles again -- damn kdevelop!jm
2007-10-21fixed makefiles (damn kdevelop)jm
2007-10-21Almost done with the ring buffer implementation (but still untested, so assumedjm
2007-10-20Very simple ring buffer implementation (not tested yet)jm
2007-10-20Put all the OS-dependent calls in os_support.hjm
2007-10-20removed files make useless by the library splitjm
2007-10-20inlining these static functionsjm
2007-10-16doc updatejm
2007-10-16resampler is a bit more stable than it sounded...jm
2007-10-16Some comments on implementations details and link to the original Julius O.jm
2007-10-14remamed to libspeexdspjm
2007-10-14splitting libspeex in twjm
2007-10-10Fix for fixed-point preprocessor bug reported by Peter Rowlingjm
2007-10-09testecho program now uses fopen() instead of open() to be more portable.jm
2007-10-09Minor documentation fixes from Alexander Chemerisjm
2007-10-04typo in comment -- thanks Alexander Chemerisjm
2007-08-20Fixed a DTX bug by changing the order of the test in case we have a null mode.jm
2007-08-11Fixed a resampler regression cause by signed/unsigned errors. Also startedjm
2007-07-29Patch by Alexander Chemeris removing useless codejm
2007-07-29Patch by Alexander Chemeris to fix the speex_jitter_get prototype (short to s...jm
2007-07-29Patch by Alexander Chemeris to make testenc* open with rb and wbjm