aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-18Clean upp formatting, add some doxygen stuff while we're in cleaning mode... ...oej1-18/+18
2007-04-18Issue #9554 - Improve RTCP (Dave Troy)oej1-7/+5
2007-03-29Merged revisions 59357 via svnmerge from russell1-4/+8
2007-03-26The AUDIORTPQOS and VIDEORTPQOS variables are not fully functional in somerussell1-2/+14
2007-03-12Allow RFC2833 compensation to compensate for even stupider implementations by...file1-20/+22
2007-03-08Make early SDP seeding even smarter! We have to check codecs in the make_comp...file1-6/+12
2007-03-07Ensure we have (or should have) at least one matching codec before attempting...file1-1/+12
2007-03-05Preserve marker bit when P2P bridging. (issue #9198 reported by edgreenberg)file1-1/+1
2007-02-07We can not reliably do P2P bridging with DTMF passing back with compensation ...file1-0/+8
2007-02-07When parsing the NTP timestamp in a sender report message, you are supposed torussell1-1/+1
2007-02-02Correct a copy/pasted error message line for RTCP.file1-1/+1
2007-02-01When going on hold have the side that was put on hold reinvite back to Asteri...file1-1/+14
2007-02-01Add more frame types to forward in the RTP bridge loops.file1-5/+15
2007-01-31Merged revisions 53039 via svnmerge from russell1-9/+9
2007-01-29Fix a problem with packet-to-packet bridging and DTMF mode translation. P2Prussell1-1/+9
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-10/+26
2007-01-18Pass data as well for hold/unhold/vidupdate frames. (issue #8840 reported by ...file1-2/+2
2007-01-17Return the correct result when directly writing out a packet so that the core...file1-2/+2
2007-01-17Fix issue with dtmf continuation packets when the dtmf digit is 0...qwell1-2/+5
2007-01-11Add support to see whether NAT was detected (yay symmetric RTP) and also add ...file1-0/+5
2007-01-08Disable the more intense packet2packet bridging until the bugs can be worked ...file1-0/+10
2006-12-30If the Packet2Packet bridge is being broken because of a masquerade then atte...file1-0/+4
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-7/+7
2006-12-26Add an API call that initializes an RTP structure. We need this because chan_...file1-6/+18
2006-12-15Turn payload_lock into bridge_lock and make it encompass all RTP structure co...file1-41/+55
2006-12-14Payload values on the RTP structure can change AFTER a bridge has started. Th...file1-11/+61
2006-12-14Remove direct RTCP bridging. I've come to the conclusion that we should handl...file1-70/+1
2006-12-11Merge in my latest RTP changes. Break out RTP and RTCP callback functions so ...file1-35/+51
2006-12-02- Disable RTP hold timers while T.38 fax transmission happensoej1-0/+52
2006-11-30Do not do a partial bridge for Google Talk since we need to handle STUN. (iss...file1-2/+8
2006-11-29Merged revisions 48106 via svnmerge from file1-0/+2
2006-11-22Video will never reach Packet2Packet bridging and can do more harm then good.file1-22/+2
2006-11-21If we have the non standard G726-32 setting turned on we want to return G726-...file1-1/+1
2006-11-20Only remove/destroy the RTCP I/O item if it exists.file1-2/+3
2006-11-15If NAT detection is turned on or already detected then say NAT is active when...file1-2/+5