Commit Graph

21 Commits

Author SHA1 Message Date
Anthony Minessale 96b450817a only find exact ts not a range 2015-06-08 13:17:52 -05:00
Brian 6bb8ee321a FS-7601 improve opus packet loss routines #resolve 2015-06-05 18:11:20 -05:00
Anthony Minessale 28e0dcdc85 remove autocorrect thing from jb 2015-06-04 15:24:23 -05:00
Anthony Minessale d697acb281 tabify
fix emacs tabs mode
2015-05-28 12:47:22 -05:00
sgutierrez 4be6290375 FS-7052 Moving jb queue swap operation out of the debug block.
Fixes a bug where the jitter buffer implementation wasn't discarding
old packets if debug mode was disabled.
2014-12-04 16:10:33 +01:00
Jeff Lenk e3e267f462 vs2010 trivial compiler warnings 2014-10-14 13:20:52 -05:00
Anthony Minessale 2eb117bbe9 minor jb improvement 2014-10-08 13:10:15 -05:00
Anthony Minessale a4f840b947 more jb improvements 2014-10-07 12:48:58 -05:00
Anthony Minessale da43bdeb12 add some calculations to jitter buffer related to judging the optimal size 2014-10-06 14:08:40 -05:00
Anthony Minessale 397ec5ae1d fix jb bug where once its full size it will never shrink due to logic err 2014-10-06 09:50:13 -05:00
Anthony Minessale 6bed5d09a1 change type of int 2014-10-03 10:15:02 -05:00
Jeff Lenk d52cb335db fix trivial vs2010 build errors 2014-10-02 19:47:05 -05:00
Anthony Minessale 92a66fb1e7 improve adaptive jitter buffer ascending check 2014-09-30 22:54:46 +05:00
Anthony Minessale 37d7fb7888 calculate jitter percentage in jitterbuffer to factor into conditions for reducing the size when in adaptave mode 2014-09-10 04:17:01 +05:00
Travis Cross 164fa133dc Refactor to avoid warning about realloc usage
Clang's static analyzer noticed the result of realloc was being
assigned to a pointer of a different type than was used to calculate
the new size.  We can make things simpler and more idiomatic here by
using the correct pointer type and letting C's pointer arithmetic
automatically handle some multiplication.

We also use the distributive property here to simplify the calculation
for memset.
2014-08-22 01:36:59 +00:00
Anthony Minessale 99f15662e2 fix jb endless loop of missing packets 2014-07-03 02:16:32 +05:00
Anthony Minessale b077217d44 FS-6337 2014-06-18 01:19:14 +05:00
Anthony Minessale 2459e710f7 FS-6337 prevent over-frequent jb resets in bad conditions 2014-05-07 22:12:18 +05:00
Michael Jerris d4ba268f29 remove dead assignment 2014-05-01 13:52:12 -04:00
Michael Jerris 4e86b03126 FS-6424: --resolve properly export symbols from stfu 2014-04-03 13:58:13 -04:00
Michael Jerris 1c5e61447b move libs/stfu into the core, as it is not really a lib 2014-03-17 09:44:14 -04:00