aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/rtp.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-12add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr1-6/+3
2015-03-22rtp: Declare struct msgb to fix compiler warningHolger Hans Peter Freyther1-0/+3
2015-03-22rtp: Add "data" to access the data behind the headerHolger Hans Peter Freyther1-0/+1
2015-03-22endian: Use the new endian macros for portabilityHolger Hans Peter Freyther1-2/+4
2012-08-06rtp: add osmo_rtp_snprintfPablo Neira Ayuso1-0/+2
2012-07-12rtp: add new parameter to osmo_rtp_get_payload to obtain payload lengthPablo Neira Ayuso1-1/+1
2012-07-09rtp: add RTP_PT_RTCP (72-76 for RTCP)Pablo Neira Ayuso1-0/+2
2012-07-09rtp: add missing RTP_PT_AMR for AMR-WB (type 98) and RTP_PT_GSM_HALF (96)Pablo Neira Ayuso1-0/+4
2012-07-07rtp: split osmo_rtp_parse in two functionsPablo Neira Ayuso1-1/+3
2012-07-03rtp: remove unused rtp_handle parameter from osmo_rtp_parsePablo Neira Ayuso1-1/+1
2012-07-03rtp: move RTP header definitions to include rtp.hPablo Neira Ayuso1-0/+45
2012-02-23add RTP supportPablo Neira Ayuso1-0/+27