Jakub Karolczyk
|
ebcb099a01
|
[core] Coverity 1325269 Dereference before null check
|
2023-09-08 17:54:33 +01:00 |
Dragos Oancea
|
b6ccc27e6f
|
[core] JB audio: check for jb type and silence some debug. (#1191)
|
2023-09-05 23:19:59 +03:00 |
Andrey Volk
|
0f445e1ddd
|
[core, mod_opus] more elastic jitterbuffer with Opus codec
* [core, mod_opus] more elastic jitterbuffer with Opus codec
* [Core] JB: Fix crash on null channel
* [Core] JB: Fix target_seq race in check_jb_size()
* Code cleanup
---------
Co-authored-by: Julien Chavanton <jchavanton@gmail.com>
|
2023-07-21 20:03:00 +03:00 |
Andrey Volk
|
34f1d974f5
|
Revert "[core, mod_opus] more elastic jitterbuffer with Opus codec (#2069)"
This reverts commit 67840823c1 .
|
2023-07-12 18:18:17 +03:00 |
Julien Chavanton
|
67840823c1
|
[core, mod_opus] more elastic jitterbuffer with Opus codec (#2069)
|
2023-06-23 16:45:31 +03:00 |
Chris Rienzo
|
51904df21a
|
[core] Fix jitter buffer- it is not truncating frames properly. It is also overflowing the node packet body and is copying the packet body twice. Remove magic numbers and replace with constant.
|
2021-11-16 16:21:11 +02:00 |
Dragos Oancea
|
b1ba546139
|
FS-11788: JB: packet count on vbw too
|
2019-07-25 23:56:16 +00:00 |
Dragos Oancea
|
f3d21a2d72
|
FS-11788: JB: fix packets per video frame count and allow count on vbw
|
2019-07-25 21:43:27 +00:00 |
Dragos Oancea
|
317e197b0b
|
FS-11959: add switch_jb_get_packets_per_frame() - gets the number of packets per video frame
|
2019-07-25 18:00:27 +00:00 |
Mike Jerris
|
abdf796069
|
Merge pull request #1764 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11955 to master
* commit '1f4dbe50e6c29ed8b04b0af428bc49352f37664e':
FS-11955: JB: add stats for received packets that have been NACKed previously (video)
|
2019-07-25 12:50:19 -05:00 |
Dragos Oancea
|
1f4dbe50e6
|
FS-11955: JB: add stats for received packets that have been NACKed previously (video)
|
2019-07-25 14:28:38 +00:00 |
Dragos Oancea
|
f982b2b931
|
FS-11954: JB: change complete frames marker
|
2019-07-25 13:01:52 +00:00 |
Dragos Oancea
|
54c5895009
|
FS-11951: JB: rare crash in reading the chan var (it maybe called without a session in some unit tests)
|
2019-07-24 13:16:35 +00:00 |
Dragos Oancea
|
f2e7e69be3
|
FS-11750: JB fix: avoid infinite loop when chan var rtp_nack_buffer_size is small (initial max_packet_len)
|
2019-07-19 02:06:26 +04:00 |
Anthony Minessale
|
878565e4b3
|
FS-11446: [freeswitch-core] Improve video JB scaling and fix misreported rtp stats #resolve
|
2019-07-16 20:54:17 +04:00 |
Andrey Volk
|
8d7c70f91a
|
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_jitterbuffer.c
|
2019-07-15 23:42:09 +04:00 |
Dragos Oancea
|
cfcb8b5d2f
|
FS-11750: don't shrink NACK table (vbw) so drastically (don't drop a frame with every added packet when complete_frames > max_frame_len)
|
2019-06-06 17:01:36 +00:00 |
Dragos Oancea
|
a8d7c72084
|
FS-11666: RTCP: fix RENACK_TIME check (throttle when NACKing the same seq)
|
2019-06-06 16:49:13 +00:00 |
Seven Du
|
82350aced5
|
FS-11164 fix unused function regression from 578d914b9
|
2018-08-24 07:56:40 +08:00 |
Anthony Minessale
|
578d914b96
|
FS-11164: [freeswitch-core] Improve audio JB in bad conditions
|
2018-07-24 07:21:53 +00:00 |
Anthony Minessale
|
fef3711e31
|
FS-11164: [freeswitch-core] Improve audio JB in bad conditions #resolve
|
2018-07-24 07:21:53 +00:00 |
Anthony Minessale
|
74f8ec7772
|
FS-11127: [freeswitch-core] Improvements to Video JB and audio jb sync #resolve
|
2018-07-24 07:21:51 +00:00 |
Anthony Minessale
|
19e8621682
|
FS-10417: [freeswitch-core] Reduce flicker in screen sharing -- minor tweak
|
2017-06-26 12:56:42 -05:00 |
Anthony Minessale
|
7c19615890
|
FS-10417: [freeswitch-core] Reduce flicker in screen sharing #resolve
|
2017-06-21 19:26:18 -05:00 |
Anthony Minessale
|
db7b27317a
|
FS-10259: [freeswitch-core,mod_commands,mod_conference] Allow uuid_video_bitrate to supersede bitrate control from the conference #resolve
|
2017-04-21 16:15:53 -05:00 |
Anthony Minessale
|
f4ad4ed6c4
|
FS-10126: [freeswitch-core] General Video Improvements #resolve
|
2017-03-15 15:24:01 -05:00 |
Anthony Minessale
|
e79157efbd
|
revert
|
2017-03-03 14:33:39 -06:00 |
Anthony Minessale
|
1458cfec1c
|
FS-10083: [freeswitch-core] Video audit
|
2017-03-03 14:23:28 -06:00 |
Anthony Minessale
|
686c0a5e10
|
FS-10083: [freeswitch-core] Video audit
|
2017-03-03 14:18:16 -06:00 |
Anthony Minessale
|
a9e2346f86
|
FS-10083: [freeswitch-core] Video audit #resolve
|
2017-03-02 18:18:18 -06:00 |
Sergey Safarov
|
df1ab07ca4
|
FS-9924: Removed extra space in source files
|
2017-02-09 23:59:49 -05:00 |
Anthony Minessale
|
0166ba281a
|
FS-9624 slight change from last commit
|
2016-10-11 10:56:15 -05:00 |
Anthony Minessale
|
7d7200f03c
|
FS-9624 #resolve [Jitter buffer doesn't flush properly on RTT sessions]
|
2016-10-07 20:32:11 -05:00 |
Anthony Minessale
|
c409499cd9
|
FS-9576 #resolve [Add Realtime Text]
|
2016-09-27 16:40:43 -05:00 |
Michael Jerris
|
9030e13589
|
FS-9401: [core,mod_amqp] fix leak in usage of hash itterator
|
2016-08-03 18:41:18 -05:00 |
Anthony Minessale
|
ec2734c10c
|
FS-9334 revert
|
2016-07-21 03:22:37 -05:00 |
Anthony Minessale
|
0379c2a60f
|
FS-9334 #resolve [Jitterbuffer mods]
|
2016-07-07 22:50:20 -05:00 |
Anthony Minessale
|
8c6b2657bf
|
FS-9328 #resolve [switch_jb_peek_frame uses wrong len]
|
2016-07-06 13:19:46 -05:00 |
Anthony Minessale
|
852dd01c87
|
FS-8734 #resolve [Video JitterBuffer Cleanup]
|
2016-01-14 17:38:09 -06:00 |
Seven Du
|
563bd9ca5d
|
FS-8713 avoid write exceeding buffer
|
2016-01-07 17:11:52 +08:00 |
Seven Du
|
5de4622734
|
Revert "FS-8713 #resolve avoid read exceeding buffer"
This reverts commit 1746d2ebc0 .
|
2016-01-07 17:00:48 +08:00 |
Seven Du
|
1746d2ebc0
|
FS-8713 #resolve avoid read exceeding buffer
|
2016-01-07 14:11:48 +08:00 |
Anthony Minessale
|
6c7ed71a36
|
update
|
2015-11-09 15:35:52 -06:00 |
Anthony Minessale
|
8f93fd5590
|
FS-8381 #resolve [Reset JB if period loss is too high]
|
2015-10-22 13:26:53 -05:00 |
Anthony Minessale
|
3a24b972c0
|
FS-8315 #resolve [rtp_media_timeout not working]
|
2015-10-07 11:21:51 -05:00 |
Anthony Minessale
|
b61ebc759b
|
FS-8179
|
2015-10-02 12:51:57 -05:00 |
Anthony Minessale
|
39029080c2
|
FS-8179 missing semicolon
|
2015-10-01 19:29:45 -05:00 |
Anthony Minessale
|
ead42d56b5
|
FS-8179 #resolve [mod_opus: improvement on new JB buffer debugging (debug lookahead FEC)]
|
2015-10-01 19:12:03 -05:00 |
Anthony Minessale
|
5bcff7777c
|
FS-8130 add jb_video_low_bitrate for a bit rate to ask for when the jb is taxed
|
2015-09-22 16:35:06 -05:00 |
Anthony Minessale
|
13add97426
|
FS-8130 refactor pass
|
2015-09-21 15:32:38 -05:00 |