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
about 12 hours
ago. based on code collected
about 23 hours
ago.
Mar 04, 2025 — Mar 04, 2026
Showing page 22 of 169
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rework pproc_manager to have one model pipeline that is then copied over to every stream and that copy modified in response to attaching particular module, such as catch_dtmf or dtls_gw. Convert pproc_manager to use static methods and do proper locking.
Maksym Sobolyev
More...
about 3 years ago
Cache apt-get packages to increase speed and improve reliability.
Maksym Sobolyev
More...
about 3 years ago
Don't use _Atomic(double) - this only works with latest clangs.
Maksym Sobolyev
More...
about 3 years ago
Re-gen.
Maksym Sobolyev
More...
about 3 years ago
Rename "packet_observer" into "packet_processor" and "po_manager" into "pproc_manager" as well as associated data structures.
Maksym Sobolyev
More...
about 3 years ago
Use atomic ops instead of mutexes.
Maksym Sobolyev
More...
about 3 years ago
GC unused member.
Maksym Sobolyev
More...
about 3 years ago
Call set_stuid() method on new socket in the rtpp_stream_update_skt() in the same way we do in the rtpp_stream_set_skt(). Without this, packets received on the socket won't be read.
Maksym Sobolyev
More...
about 3 years ago
Handle '+' and '%20' equivalently while decoding URL-encoded parameters to improve compatibility with URL encoders that prefer the former, such as clients using golang's url.QueryEscape().
Maksym Sobolyev
More...
over 3 years ago
libc6-dev:i386 -> libc6-dev-i386.
Maksym Sobolyev
More...
over 3 years ago
Bump crash stack depth to 20 frames.
Maksym Sobolyev
More...
over 3 years ago
Add missing rtpp_pthread.[ch].
Maksym Sobolyev
More...
over 3 years ago
Use T_printf() to get rid of compiler warnings.
Maksym Sobolyev
More...
over 3 years ago
Mark printf-like methods accordingly. Add helper macro to convert from the stdint.h types into fprintable values.
Maksym Sobolyev
More...
over 3 years ago
GC unused -I.
Maksym Sobolyev
More...
over 3 years ago
Allow module to provide extended response beyond simple numerical value.
Maksym Sobolyev
More...
over 3 years ago
Re-gen.
Maksym Sobolyev
More...
over 3 years ago
Pass both forward direction stream pointer and reverse direction into module's handle_command().
Maksym Sobolyev
More...
over 3 years ago
When rtp.h is not included provide a reduced version of the struct rtp_packet which only exposes refcounter.
Maksym Sobolyev
More...
over 3 years ago
Provide typeof() macro that works with both clang and gcc.
Maksym Sobolyev
More...
over 3 years ago
Soften autoconf requirements to 2.69.
Maksym Sobolyev
More...
over 3 years ago
Remove obsolete tests as reported by the autoupdate.
Maksym Sobolyev
More...
over 3 years ago
Add DTLS encrypt/decrypt module, with crypto parts based loosely off the basesip's and SRTP decryption done by the libsrtp2.
Maksym Sobolyev
More...
over 3 years ago
Re-gen.
Maksym Sobolyev
More...
over 3 years ago
One more place where -Wno-frame-address is needed.
Maksym Sobolyev
More...
over 3 years ago
Adjust timeout to match slightly more correct TTL processing logic in the a9e574cb32543cecba300b0f5e030a39ccc35c54.
Maksym Sobolyev
More...
over 3 years ago
Re-gen.
Maksym Sobolyev
More...
over 3 years ago
Pass in -Wno-frame-address to silence warning(s).
Maksym Sobolyev
More...
over 3 years ago
Pass in both incoming and outgoing stream when "observing" a packet. This allows handled to take appropriate action when necessary (i.e. encryption or transcoding) for packets going in either direction.
Maksym Sobolyev
More...
over 3 years ago
Rework rtpp_pcount to use atomic operations instead of mutexes, in this case we are only interested in atomicity in this case.
Maksym Sobolyev
More...
over 3 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
…
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