openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
rtpproxy
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Feb 21, 2025 — Feb 21, 2026
Showing page 20 of 169
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Grab and release ref to the sessinfo.
Maksym Sobolyev
More...
about 3 years ago
Make shutdown reliable with regards to the memdeb checks by purging all sessions after destroying command handling subsystem. This ensires no references are dangling and destruction of the rest of subsystems is not impeded.
Maksym Sobolyev
More...
about 3 years ago
Decref sessions_ht unpon exit so that we hopefully deallocate all sessions and exit clearly.
Maksym Sobolyev
More...
about 3 years ago
Invert logic of the rtpp_pproc_mgr_lookup() - return 0 on not found and 1 otherwise.
Maksym Sobolyev
More...
about 3 years ago
Refactor rtpp_pproc_mgr_lookup() to return a copy of the struct packet_processor_if, not a reference to structure in the internal table, which may change from different thread. Also, grab reference counter when provided.
Maksym Sobolyev
More...
about 3 years ago
Provide ULAW2ALAW() and ALAW2ULAW() macros for a quick conversion between G.711u and G.711a.
Maksym Sobolyev
More...
about 3 years ago
apt-spy2 was supposed to help with making builds more reliable, instead it became new single-point-of-failure causing jobs to fails in bulk. :(
Maksym Sobolyev
More...
about 3 years ago
Pass --country=US to apt-spy2.
Maksym Sobolyev
More...
about 3 years ago
Enable error on exit, enable tracing.
Maksym Sobolyev
More...
about 3 years ago
Fix comparison.
Maksym Sobolyev
More...
about 3 years ago
Put back ':' after doing name resolution so that we produce a correct error message if bind() fails.
Maksym Sobolyev
More...
about 3 years ago
Defer call to reg_pktin() until the analyze stage, so that decrypt stage has ability to filter out non-RTP packets (e.g. DTLS).
Maksym Sobolyev
More...
about 3 years ago
Add reg_drop convinience method so that packet processors won't need to go far to have ability to report those that have been dropped elsewhere (i.e. worker thread).
Maksym Sobolyev
More...
about 3 years ago
Disable "target_pfreq = x" debug output now that we use event-based polling loop without any specific frequency set.
Maksym Sobolyev
More...
about 3 years ago
Dump socket name if we cannot bind.
Maksym Sobolyev
More...
about 3 years ago
Use built-in destructor.
Maksym Sobolyev
More...
about 3 years ago
Use revtempl to improve reliability of the forwarding testing framework, so it's robust against loosing few packets here or there,
Maksym Sobolyev
More...
about 3 years ago
Add initial revision of the tool that I wanted to have but I could not find any decent implementation of. It basically does "reverse-templating", by running templating engine on provided chunk of input data and executes code from the template replacing output accordingly, say given a template like:
Maksym Sobolyev
More...
about 3 years ago
Re-gen.
Maksym Sobolyev
More...
about 3 years ago
Staticize rtpp_ringbuf's methods.
Maksym Sobolyev
More...
about 3 years ago
Staticize rtpp_pipe's methods.
Maksym Sobolyev
More...
about 3 years ago
Re-gen.
Maksym Sobolyev
More...
about 3 years ago
Re-gen.
Maksym Sobolyev
More...
about 3 years ago
rtp_packet.c references some code from the rtp.c, so link it into rtpp_objck.
Maksym Sobolyev
More...
about 3 years ago
Re-gen.
Maksym Sobolyev
More...
about 3 years ago
Make rtpp_wi use refcounters. This has some visible performance impact in the synthetic allocate/deallocate tests, however that has no measureable impact on actual usage.
Maksym Sobolyev
More...
about 3 years ago
Add use_stdfree() method to instruct pre-allocated refcounter e.g. one returned by the rtpp_r[z]malloc() to use standard free().
Maksym Sobolyev
More...
about 3 years ago
Provide rtpp_rmalloc() API, which allocates refcounted memory without zeroing it out explicitly.
Maksym Sobolyev
More...
about 3 years ago
Re-gen.
Maksym Sobolyev
More...
about 3 years ago
Staticize rtpp_ttl methods.
Maksym Sobolyev
More...
about 3 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
168
169
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree