Commit Graph

1805 Commits (67ae73721ebcd5ced856424ed4420575e38edba3)

Author SHA1 Message Date
Richard Fuchs 3be3baa209 TT#14008 delay learning of endpoint address after re-invite
5 years ago
Richard Fuchs c1e0aa9dbf TT#121752 fix RTCP RR SSRC substitution when transcoding
5 years ago
Richard Fuchs 492d5a02f0 TT#14008 fix minimum XR packet size check
5 years ago
Richard Fuchs 9cf09f6515 TT#91151 fix erroneous variable re-use
5 years ago
Richard Fuchs 505f20dbb0 TT#14008 fix possible null pointer reference
5 years ago
Richard Fuchs 8b8b7fb15c TT#14008 fix handling of large WS payloads
5 years ago
Richard Fuchs 022190a05d TT#121752 associate SSRC hash to monologue instead of entire call
5 years ago
Richard Fuchs 152e85b6cb TT#14008 fix transcoding logic
5 years ago
Richard Fuchs b7facf4fcd TT#14008 reset SRTP index on endpoint change
5 years ago
Richard Fuchs dca017f9be TT#14800 update last_packet during signalling events
5 years ago
Richard Fuchs 25cb6ff857 TT#14008 handle deprecated g_memdup
5 years ago
Richard Fuchs 1b49b43135 TT#14008 release all references held by timerthread on shutdown
5 years ago
Richard Fuchs 58b566cda6 TT#14008 call the free func only if set
5 years ago
Richard Fuchs 50834df3ca TT#14008 call statistics_free after codecs_cleanup
5 years ago
Richard Fuchs b110072ae4 TT#14008 deprecate av_init_packet
5 years ago
Richard Fuchs b734fc080e TT#14008 fix integer handling (overflow/sign) issues
5 years ago
Richard Fuchs 3a6a95f833 TT#14008 fix CN passthrough
5 years ago
Richard Fuchs 9b296db449 TT#122401 fix timing issues with fluctuating ptime
5 years ago
Richard Fuchs d4fbec39d1 TT#122401 return ptime from decoded packets for DTX
5 years ago
Richard Fuchs 4f6af3746b TT#122401 add early DTX logging context
5 years ago
Richard Fuchs 64670ffb61 TT#122401 add option to bypass AMR SID
5 years ago
Richard Fuchs ec68dfeb31 TT#122401 add configurable CN method
5 years ago
Richard Fuchs dc38a0e88e TT#122401 support multiple DTX method per codec
5 years ago
Richard Fuchs da06ed217b TT#122401 add ptime to DTX trigger
5 years ago
Richard Fuchs 7c3982ea11 TT#122401 rename "lost packet" functions to DTX
5 years ago
Richard Fuchs b1409e58e1 TT#122401 correct ptime handling for negative values
5 years ago
Richard Fuchs 0e2bddb6c8 TT#14008 add `pierce-NAT` flag
5 years ago
Richard Fuchs a009f76456 TT#14008 support media echo and blackhole
5 years ago
Richard Fuchs cc9fb063eb TT#14008 fix possible segfault
5 years ago
Stefan Mititelu 156271ef9f Avoid deadlock of notification thread
5 years ago
Richard Fuchs 1ec517c2f4 TT#14008 restore foreign calls from the appropriate DB
5 years ago
Richard Fuchs 30621846ab TT#14008 keep track of selected Redis DB
5 years ago
Richard Fuchs 4c9b5434bf TT#122401 actually shut down DTX when out of time
5 years ago
Richard Fuchs faee34f1a0 TT#14008 fix rand_hex_string usage
5 years ago
Richard Fuchs be30d2cc33 TT#111150 free cn_payload string if present
5 years ago
Richard Fuchs 1205f22f48 TT#111150 reformat struct initialiser
5 years ago
Tinotenda Chingosho 575435db73 Squashed commit of the following:
5 years ago
Guillem Jover d3390bae32 TT#111150 Enable -Wextra minus some of its warnings producing much noise
5 years ago
Guillem Jover 6fc793845b TT#111150 Use {} instead of ; to mark an empty body
5 years ago
Guillem Jover adbd071c14 TT#111150 Do not use old-style declarations
5 years ago
Richard Fuchs 951f4d62fb TT#111150 remove dead code
5 years ago
Richard Fuchs 2dee5807e8 TT#111150 remove useless comparisons
5 years ago
Richard Fuchs b285665a20 TT#111150 use ssize_t for signed return type
5 years ago
Richard Fuchs 2057d0a367 TT#14008 rate limit log line about missing output context
5 years ago
Clarence 320459873f Fix redis connect failed when there are "@" in redis password.
5 years ago
Guillem Jover 27b2c2cd7c TT#111150 Fix unaligned access for AES GCM IV initialization
5 years ago
Guillem Jover 07695d2abb TT#111150 Use modern <stdint.h> uint<bits>_t types
5 years ago
Richard Fuchs 6527fb513c TT#111150 fix an SSRC reference leak
5 years ago
Richard Fuchs 292ba2e72b TT#111150 convert refcounting functions to macros
5 years ago
Richard Fuchs e70d203802 TT#108551 fix AEAD kernel encryption of small packets
5 years ago
Richard Fuchs d5d0a3a994 TT#111150 convert str.len to size_t
5 years ago
Richard Fuchs dbf79cb762 TT#14008 allow re-invites for calls when load limit is hit
5 years ago
Richard Fuchs 87e5efc7d4 TT#111150 fix mem leaks in test-transcode
5 years ago
Richard Fuchs 80099bd57c TT#111150 fix mem leak in codec tracker
5 years ago
Richard Fuchs aca786b3bf TT#99621 fix RTCP generation after it has been stopped once
5 years ago
Richard Fuchs a2af257216 TT#98901 fix DTX TS reset detection
5 years ago
Richard Fuchs a8d5076065 TT#119502 correctly restore calls from both Redis instances
5 years ago
Richard Fuchs ec42f83353 TT#14008 allow usage with just HTTP/WS
5 years ago
Richard Fuchs a2e05bdc5c TT#120402 always update output SSRC mapping
5 years ago
Richard Fuchs 6cc1e99ee8 TT#14008 fix possible segfault when out of ports
5 years ago
Richard Fuchs 05ef61c0d7 TT#108003 fix errors reported by coverity
5 years ago
Richard Fuchs aabcfaff17 TT#119502 quiet logging for foreign calls
5 years ago
Richard Fuchs 89666c8021 TT#14008 fix ICE if ICE completes before SDP comes in
5 years ago
Richard Fuchs a86d98f8d1 TT#118902 add support for per-call debugging
5 years ago
Richard Fuchs 44809a30c8 TT#111150 refactor xmlrpc_helper to avoid GStringChunk
5 years ago
Richard Fuchs 2f84553913 TT#111150 refactor cookie cache to avoid GStringChunk
5 years ago
Richard Fuchs ade8100d3b TT#111150 fix unaligned memory access
5 years ago
Richard Fuchs d44abe24f6 TT#111150 fix possible unaligned memory access
5 years ago
Richard Fuchs ef5a954e4c TT#111150 fix possible unaligned memory access
5 years ago
Richard Fuchs 49bfad1f5f TT#111150 fix possible null pointer dereference
5 years ago
Richard Fuchs 5802ff2379 TT#54762 add option to enable automatic active/active switchover
5 years ago
Richard Fuchs 3ada2ec0c1 TT#98901 handle DTX restarts and TS resets
5 years ago
Richard Fuchs bfcd2b248d TT#14008 remove obsolete option from pod file
5 years ago
Richard Fuchs e67e395a69 TT#14008 fix typo in pod file
6 years ago
Richard Fuchs ac71e81e54 TT#118350 add SDES=static option
6 years ago
Richard Fuchs bf40d2a841 Merge branch 'master' of https://github.com/smititelu/rtpengine
6 years ago
Richard Fuchs 7dc55e6378 TT#98901 convert from static DTX delay to dynamic buffer queue
6 years ago
Richard Fuchs 42dd21d1ec TT#14008 compensate for negative clock drifts
6 years ago
Richard Fuchs a6c7e9403a TT#14008 fix output of negative fractional numbers
6 years ago
Richard Fuchs f547549f98 Merge branch 'rtt_rtcp_xr' of https://github.com/jchavanton/rtpengine
6 years ago
Julien Chavanton 0483df374f fix rtt from rtcp_rx
6 years ago
Julien Chavanton 49786d049f adding cumulative number of packets lost
6 years ago
Stefan Mititelu 482e2d0d2b Add stats for ipv4/ipv6/mixed media calls
6 years ago
Julien Chavanton 3d5e586c69 mos average fix when missing RTT
6 years ago
Julien Chavanton 4d56c6675a mos calculation adjustment for
6 years ago
Richard Fuchs 2dfe0b348f Merge branch 'invalid_max_mos' of https://github.com/jchavanton/rtpengine
6 years ago
Julien Chavanton bcf70cf6d5 max-mos: is often invalid when RTCP was not
6 years ago
Dup4 0e2a0b9861 fix: mos calc
6 years ago
Richard Fuchs 64de499865 TT#14008 shut down codec handler when resetting
6 years ago
Dennis Yurasov bfe6d59693 SSRC change fix in kernelized stream
6 years ago
Guillem Jover 8508177777 TT#111150 Split CFLAGS between required and optional
6 years ago
Huseyin Dikme 1d1558bcc1 added rtpengine-ctl set and list options for the delete-delay config parameter
6 years ago
Richard Fuchs 8bea6eb64d TT#14008 fix possible segfault
6 years ago
Richard Fuchs 6893a7c96d TT#14008 skip object precreation on second pass
6 years ago
Richard Fuchs 52d9768418 TT#14008 move build tests to a wrapper script
6 years ago
Richard Fuchs 5cf4717f89 TT#115400 explicitly disallow ptime in non-RTP SDPs
6 years ago
Richard Fuchs 1393dbfc9a TT#14008 shut down DTX buffer when resetting codec handler
6 years ago
Richard Fuchs ff034ff307 TT#14008 use encoder's codec_def instead of parent handler's
6 years ago
Richard Fuchs 8029a4d1cd TT#113750 don't auto switch from an already selected fingerprint
6 years ago
Richard Fuchs 3791b8f595 TT#107565 add `replace-session-name` option
6 years ago