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-12-03oops, forgot to add the new Makefile to configure.acjm
2007-12-03Rest of the update to the windows project filesjm
2007-12-03Updated the Windows project filesjm
2007-11-30Added a missing filt to VS2008 project filejm
2007-11-29jitter buffer: wrong use of memcpy changed to memmovejm
2007-11-29oops, forgot to add those filesjm
2007-11-28VS2008 project files by Aaron Rosenbergjm
2007-11-28Doc update (jitter buffer and other random stuff)jm
2007-11-28PUSHS no longer used (removed)jm
2007-11-26manual: jitter buffer updatejm
2007-11-26Resampler: patch by Sebastian Droge that implements speex_resampler_get_input...jm
2007-11-26TODO for 1.2jm
2007-11-25resampler: fixed a couple segfaults when passing NULL as the inputjm
2007-11-25Documentation on DISABLE_VBR and DISABLE_FLOAT_APIjm
2007-11-25added speex_header_free() for poor Windows lusers with weird libc behaviourjm
2007-11-25jitter buffer: screwed up last change. length field also needs to be copied injm
2007-11-25jitter buffer: check for buffer overflow only when zero-copy is offjm
2007-11-24Removed redundant inclusion in arch.hjm
2007-11-23resampler: passing NULL as input should help drain the resampler.jm
2007-11-23Removed some warningsjm
2007-11-23Patch by Thom Johansen: define and use SPEEX_MEMSET, SPEEX_MEMMOVE andjm
2007-11-22jitter buffer will by default auto-adjust the delay.jm
2007-11-22start_offset argument no longer required (original behaviour) and minorjm
2007-11-22removing useless stuffjm
2007-11-21jitter buffer: put back the argument to the init function. Also, fixed anjm
2007-11-20Fixed an overflow in dead code.jm
2007-11-19Reverted API change on the AGC because it would bite too manyjm
2007-11-19fixed-point: Got rid of the three last float bits in thejm
2007-11-18OS X correction from libogg; removed some needless white spaceivo
2007-11-18--disable-float-api and --disable-vbrjm
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-16autoconf update related to win32 project updatejm
2007-11-16Oops, forgot to add some of the new win32 project files.jm
2007-11-16Update to Windows project files by Alexander Chemeris.jm
2007-11-16Minor Windows fix by Alexander Chemerisjm
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