aboutsummaryrefslogtreecommitdiffstats
path: root/src/trau/osmo_ortp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-08LC15: revert RTP socket connect sequencenrw/litecell15-mergeMinh-Quang Nguyen1-4/+5
2016-06-06Extend RTP frame sending APIMax1-0/+18
2016-04-29Set connected mode after setting remote addressMax1-4/+5
2016-04-29Fix RTCP port allocationMax1-1/+2
2016-04-29Do not send RTP to port 0Max1-2/+12
2015-09-21ortp: Guard the jitter stats with a version checkHolger Hans Peter Freyther1-1/+4
2015-09-21ortp: Export statistics for the bts or similarv0.3.2Holger Hans Peter Freyther1-0/+26
2014-06-24rtp: Randomize the initial timestamp for RFC complianceHolger Hans Peter Freyther1-0/+1
2014-06-24rtp: Randomize the initial sequence number for RFC complianceHolger Hans Peter Freyther1-0/+4
2013-10-06ortp: Fix the version check for ORTP by not using the cached resultHolger Hans Peter Freyther1-1/+1
2013-10-06enable support of libortp >= 0.21, which has an API breakageHarald Welte1-1/+5
2013-02-19ortp: Don't write error callbacks to stderr, but use osmocom loggingHarald Welte1-4/+24
2013-02-14RTP: Allow disabling jitter buffer by setting a buffer size of 0v0.1.5Andreas Eversberg1-1/+4
2013-02-09Permit libortp to use the connect() syscall, enabling later getsockname()Harald Welte1-0/+5
2012-02-04osmo-ortp: Prefix oRTP messages with osmo-ortpHolger Hans Peter Freyther1-4/+4
2011-10-22osmo_ortp: include ortp/port.h for the memory management functionsHarald Welte1-0/+1
2011-09-08add osmo_rtp_socket_set_param() and osmo_rtp_socket_log_stats()Harald Welte1-0/+42
2011-09-07libosmo-trau: doxygen documentationHarald Welte1-8/+54
2011-09-07osmo_ortp: introduce POLL mode for rtp socketsHarald Welte1-3/+42
2011-09-03add 'libosmotrau' for TRAU/RTP related codeHarald Welte1-0/+383