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-18New DISABLE_VBR and DISABLE_FLOAT_API switches can together remove every singlejm
2007-11-18fixed-point: stereo entirely convertedjm
2007-11-18fixed-point: one more step in stereo encoding conversion (balance done)jm
2007-11-16oops, removing printfjm
2007-11-16fixed-point: partial conversion of stereo encoding.jm
2007-11-16jitter buffer: comments on new algojm
2007-11-16jitter buffer: make tick() a tiny bit smarter.jm
2007-11-15jitter buffer: Minor API changing. Also doing rounding directly in the delayjm
2007-11-15jitter buffer: Changed the API -- again. Also, some rounding and bug-fixing.jm
2007-11-15jitter buffer cleanupjm
2007-11-15jitter buffer: completely new (time sorting) algorithm enabled now. Stilljm
2007-11-15jitter buffer: Some tuning to new algo (not enabled yet)jm
2007-11-14fixed-point: Patch by Thom Johansen to convert stereo decoding to fixed-point,jm
2007-11-12jitter buffer: WIP on new time sorting algorithmjm
2007-11-11fixed-point: old_lsp initialisation now converted, which means that no floatjm
2007-11-10Lag window now stored as const data instead of computed at init time. Also,jm
2007-11-10removed bufSize from the sb mode definitionjm
2007-11-10Forgot to remove lbr_48k_tables.c from the buildjm
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