6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 12, 2025 — Jul 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
extractaudio: add support for AES-192/256-CM and AES-GCM SRTP suites More... 3 days ago
ice: support adding peer-reflexive remote candidates in STUN lite More... about 1 month ago
Fix build with latest ubuntu-24.04: More... 2 months ago
Re-gen. More... 2 months ago
Implement two command-line paramenters and two new per-stream session options allowing to mitigate RTP flood effects reported by Sandro Gauci. Those are: More... 2 months ago
Squashed 'external/RTQueue/' changes from 42f1121d..686eb5d4 More... 3 months ago
Merge commit 'de366cd5b1feaa2b73468f86caa5bdc1a40a6b22' into wip_packetport More... 3 months ago
Make workflows cancellable. More... 3 months ago
Add -DNDEBUG for non-debug version. More... 3 months ago
Re-gen. More... 3 months ago
Add rtpp_packetport_flush() to cause packetport to flush outbound queue. More... 3 months ago
Move packetport-related functions into a separate header. More... 3 months ago
Re-gen. More... 3 months ago
Optimize get_sender() method to use weak reference to obtain the sender reference and push down lock in the rtpp_stream_rx() by converting mode into atomic and noticing that the _rtpp_stream_recv_pkt() does not need to have any locks held. More... 3 months ago
Bump all uses: to the latest. More... 3 months ago
Relax atomics a bit. More... 3 months ago
Rename internal structures and methods to not use rtpp_wref, which is now its own TU. More... 4 months ago
Bump all uses: to the latest. More... 4 months ago
Cache session and stream in the rtpp_socket object so we can skip hash table lookup on the second and subsequent packets. More... 4 months ago
Add tryincref() method to support weak reference objects. This method bypasses normal asserts disabling refcounter once it reaches 0 and is only intended to be used in the cases when some external mechanism is in place to prevent rtpp_refcnt from reaching free(). More... 4 months ago
Add rtpp_wref weak-reference helper and race test More... 4 months ago
Add rtpp_queue_get_items_by(). Rework single-packet method to use buld methods under the hood. More... 4 months ago
Re-gen. More... 4 months ago
Eliminate automake / gmake warnings. More... 4 months ago
Eliminate compiler warning. More... 4 months ago
Make is_lib a static weak symbol, so the code can be optimized out by the LTO. Also add a similar rtpp_use_smodules global to govern using static modules. More... 4 months ago
When used as a libary allow remote target to be provided in a special format RTQ:0x<pointer> <port tag>, in this case 0x<pointer> to be rtpp_packetport reference allocated with rtpp_packetport_ctor. More... 4 months ago
Expose rtpp_packetport and related methods. More... 4 months ago
Add rtpp_packetport, a wip to enable external applications to plug into rtpproxy's packet hangling pipeline via shared memory packet ring(s). More... 4 months ago
Add 'external/RTQueue/' from commit '42f1121d97dd1ef0d8431d01ebeb97a24f7ab0e3' More... 4 months ago