aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp/rtp_helper.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-31rtp: Add 5.15kb RTP mode... 15 byte per sample for 5.15kb modeHolger Hans Peter Freyther1-2/+6
2011-08-30mgcp: Work on compress/uncompress on a per endpoint usage...Holger Hans Peter Freyther1-10/+2
2011-08-30mgcp: Fix the test case, add an time adjustment to the streamHolger Hans Peter Freyther1-2/+42
2011-08-30mgcp: Update the sender state, fix the test case to deal with thatHolger Hans Peter Freyther1-0/+3
2011-08-30mgcp: Attempt to guess the size by looking at the AMR tocHolger Hans Peter Freyther1-21/+85
2011-08-30mgcp: Work on sequence numbers and document what we will need to doHolger Hans Peter Freyther1-1/+17
2011-08-30mgcp: Pick a different encoding when we need to handle Marker framesHolger Hans Peter Freyther1-49/+146
Encode a list of packets differently when we are dealing with a marker bit. We now have 7 more bits to store information, we might also want to add a mark to stop using marks.
2011-08-30mgcp: Work on the decompress, compress...Holger Hans Peter Freyther1-1/+71
2011-08-30rtp: Add routine to compress the audio samplesHolger Hans Peter Freyther1-0/+130
No way to undo the compression yet, no integration with the MGCP network code.