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
2008-08-05Sorting out #include "" from #include <> and using relative paths for includingJean-Marc Valin
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-21jitter buffer: put back the argument to the init function. Also, fixed anjm
2007-11-16jitter buffer: comments on new algojm
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: Some tuning to new algo (not enabled yet)jm
2007-11-04jitter buffer: Cleaned up the remaining of the Speex-specific buffer and fixedjm
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: implemented delay steps, tick() no longer required, addedjm
2007-05-27Fixed a bunch of typos (thanks to Alexander Chemeris).jm
2007-03-26fixed a signed/unsigned problem in the margin computation.jm
2007-03-08JITTER_BUFFER_GET_AVAILABLE_COUNT (patch by pwk)jm
2007-03-07Making jitter buffer harder to misuse -- and closer to the original version ofjm
2007-03-06Trying out a different way to adjust the buffer...jm
2006-11-27new jitter_buffer_ctl() call to set the buffer margin and added some commentsjm
2006-11-13Updated doxygen documentation. Now everything's part of a module.jm
2006-11-13A bunch of Doxygen commentsjm
2006-08-28Changed part of the API to use spx_int32_t instead of int (works better on jm
2006-05-03reverted to original SpeexJitter APIjm
2006-04-14minor type cleanupjm
2006-04-12OK, jitter_buffer_get() now returns the offset, which is more useful by itself.jm
2006-04-12yet another change to the jitter buffer API (passing packet data as struct)jm
2006-03-24Jitter buffer is more robust.jm
2006-03-23another major reorganisation, generalisation in the jitter buffer.jm
2006-03-22Implemented the old (speex-dependent) jitter buffer using the new (general)jm
2006-03-22cleaning upjm
2006-03-21Reworking the jitter buffer. Still very incomplete.jm
2005-10-01typojm
2005-09-06Fixing warnings (patch by Alfred E. Heggestad)jm
2005-08-31Improved Doxygen commentsjm
2005-03-30Removed another bunch of warnings (when using some of the -W options)jm
2004-07-15cleanup in EC and hitter buffer. removed some automake optionsjm
2004-07-14Moved all the includes from /usr/include to /usr/include/speexjm