summaryrefslogtreecommitdiff
path: root/rtp.c
AgeCommit message (Expand)Author
2006-06-21Only delete scheduled item if it existsOlle Johansson
2006-06-09- RTP debug message formattingOlle Johansson
2006-06-09Move payloadtype back home to rtp.c Olle Johansson
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.Olle Johansson
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongsKevin P. Fleming
2006-06-08Avoid using the name "early media" for media that is not earlyOlle Johansson
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsOlle Johansson
2006-06-05clean up various formatting issuesRussell Bryant
2006-06-05Move definition of RTP structure to rtp.h (preparing for future changes)Olle Johansson
2006-06-05Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)Olle Johansson
2006-06-04- 5 is the highest used debug level, so let's stay thereOlle Johansson
2006-06-04- Doxygen fixOlle Johansson
2006-05-31Merged revisions 31161 via svnmerge from Kevin P. Fleming
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-16mark RTP sessions that are not carrying DTMFKevin P. Fleming
2006-05-16clean up some compiler warnings (no reason to use signed integers for buffer ...Kevin P. Fleming
2006-05-16- Format fixesOlle Johansson
2006-05-11cast sockaddr_in to sockaddr because we need that.Luigi Rizzo
2006-05-11Go ahead and merge STUN mods for RTP in preparation for some STUN Mark Spencer
2006-05-11Set "MARK" whenever SSRC changes (bug #6934)Mark Spencer
2006-05-10Fix buglet on debugMark Spencer
2006-05-09Make SIP early media work more efficiently without so many reinvitesMark Spencer
2006-05-02- fix typo in rtp.c, devicestate.hOlle Johansson
2006-04-27Change channel locking to API, nifty janitor project. (issue #7039 reported b...Joshua Colp
2006-04-15- use '=' to copy struct sockaddr_inLuigi Rizzo
2006-04-14- use '?' instead of if statements for assignment;Luigi Rizzo
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-31make an error message more descriptive (issue #6855)Russell Bryant
2006-03-18convert malloc+memset to ast_callocRussell Bryant
2006-03-15Merged revisions 13095 via svnmerge from Tilghman Lesher
2006-03-13Merged revisions 12792 via svnmerge from Tilghman Lesher
2006-02-14Bug 4377 - Initial round of loader changesTilghman Lesher
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-24Whitespace change, extra <tab> added from my tab storage.Olle Johansson
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...Kevin P. Fleming
2006-01-07Add support for H.264 with SIP and recordingMark Spencer
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-03fix breakage from rev 7730 (failure to unlock list in get_proto)Kevin P. Fleming
2006-01-03Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update dox...Olle Johansson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of Mark Spencer
2005-11-30do not allow an rtp message with zero type (issue #5749)Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-11Fix wrap around for rtp (bug #5595)Mark Spencer
2005-11-08issue #5595Kevin P. Fleming
2005-11-01allow DTMF timeout to be configurable (issue #5160)Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)Mark Spencer