aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Add ast_assert(), which can be used to handle fatal errors. It is only compiledrussell1-4/+2
2008-04-22I thought I was going to be able to leave 1.4 alone, but that was not the case.russell1-4/+15
2008-04-14Don't change the SSRC when a new source comes into play, this might happen qu...file1-1/+0
2008-04-01Disable Packet2Packet bridging when we need to feed DTMF frames into the core...file1-3/+3
2008-03-19Make sure that the mark bit does not incorrectly cause video frame timestamps...file1-2/+2
2008-03-18Put a maximum limit on the number of payloads accepted, and also make sure a ...file1-0/+3
2008-03-07Properly initialize rtp->schedidtilghman1-0/+1
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-2/+4
2008-03-05Fix a bug that I just noticed in the RTP code. The calculation for setting therussell1-1/+1
2008-03-04In addition to setting the marker bit let's change our ssrc so they know for ...file1-0/+1
2008-03-04When a new source of audio comes in (such as music on hold) make sure the mar...file1-0/+14
2008-02-18When a SIP channel is being auto-destroyed, it's possible for it to still betilghman1-0/+8
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-18/+6
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file1-2/+2
2008-01-16Add two more SDP names for ulaw and alaw.file1-0/+2
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell1-2/+2
2008-01-11If the incoming RTP stream changes codec force the bridge to break if the oth...file1-0/+10
2007-12-10Add G729A as another possible payload name for G729. Some devices use this in...file1-0/+1
2007-12-07At the end of a call, when we're reporting, RTCP may already be partially tor...tilghman1-8/+22
2007-12-03Do not create a smoother for G723.1 frames, they need to be left alone to the...file1-1/+1
2007-11-27If we get a codec offer using a well-known payload type, but using it for ano...oej1-3/+16
2007-10-15Bring both DTMF begin and end frames up through to the core for DTMF feature ...file1-4/+4
2007-10-15If Monitor or a spy was added to a P2P or native bridged channel bring the ch...file1-2/+4
2007-10-08Only update codec information if the channel has a technology private structure.file1-2/+2
2007-10-08Update codec information as well as address when doing hold reinvites.file1-0/+5
2007-10-05Update the remembered RTP peer information when putting an endpoint on hold o...file1-0/+5
2007-10-03When an RFC 2833 event is sent that we don't recognize, ignore it, don't queu...tilghman1-0/+4
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-9/+9
2007-08-27(closes issue #10562)file1-1/+1
2007-08-22(closes issue #10526)file1-1/+1
2007-08-15(closes issue #10440)file1-1/+1
2007-08-06(closes issue #10355)file1-1/+1
2007-07-25set the sequence number in a frame for all frame typesrizzo1-1/+1
2007-07-17cast arguments to ast_log so that it builds without warnings for merussell1-1/+1
2007-07-17Ensure that the pointer to STUN data does not go to unaccessible memory. (ASA...file1-2/+2
2007-06-27Only output debug information related to RTCP timestamps when RTCP debugrussell1-1/+1
2007-06-26Don't dereference a pointer that may be NULL here.qwell1-0/+3
2007-06-21Do not Packet2Packet bridge if packetization settings do not allow it. (issue...file1-0/+13
2007-06-20Put the speex packetization values back in but disable it when setting up the...file1-1/+1
2007-06-19Merged revisions 69992 via svnmerge from file1-12/+17
2007-06-12Merged revisions 68921 via svnmerge from file1-0/+5
2007-06-06Merged revisions 67649 via svnmerge from file1-1/+6
2007-06-04Add a missing \n. (pointed out by jcmoore on IRC)russell1-1/+1
2007-05-29Handle cases where a frame may have no data. (issue #9519 reported by dmb)file1-2/+3
2007-05-24Make 1.4 build on my machine, too..russell1-1/+1
2007-05-24don't use uninitialized variableskpfleming1-1/+1
2007-05-24I like it when the RTP stack compiles myself...file1-1/+1
2007-05-24Fix the calculation of the RTT for RTCP. The previous code would result inrussell1-19/+37
2007-04-20Avoid invalid seqno cycling detection.qwell1-1/+1
2007-04-20Remove a stray debug message introduced by a recent commit.russell1-3/+1