summaryrefslogtreecommitdiff
path: root/main/rtp_engine.c
AgeCommit message (Expand)Author
2014-09-06main/rtp_engine: Format NTP timestamps as unsigned intsMatthew Jordan
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-31res_hep_rtcp: Add module that sends RTCP information to a Homer ServerMatthew Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-30Recorded merge of revisions 417677 from http://svn.asterisk.org/svn/asterisk/...Joshua Colp
2014-05-13rtp: Fix case typo in H263+ mime.Walter Doekes
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-15Eliminate some more unnecessary RAII_VAR() uses.Richard Mudgett
2014-04-15chan_sip.c: Fix channel staging assertion failure.Richard Mudgett
2014-02-21rtp_engine: Dynamic payload change in rtp mapping not supportedKevin Harwell
2014-02-21rtp_engine: Output mixup in ${CHANNEL(rtpqos,audio,all)}Kevin Harwell
2014-01-28rtp_engine: improved handling of get_rtp_info failureScott Griepentrog
2013-12-17Several components: fixing Typos in comments and code, "avaliable" instead of...Rusty Newton
2013-11-22ARI: Don't leak implementation detailsKinsey Moore
2013-10-26rtp_engine: fix rtp payloads copy and improve argument namesScott Griepentrog
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-08-23Add pass through support for Opus and VP8; Opus format attribute negotiationMatthew Jordan
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2013-08-01Fix documentation replication issuesKinsey Moore
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-03-07Add a 'secret' probation strictrtp mode to handle delayed changes in RTP sourceMatthew Jordan
2013-02-12Do not allow native RTP bridging if packetization of media streams differs.Mark Michelson
2013-01-09* Found some more places to use ast_channel_lock_both().Richard Mudgett
2013-01-09Fix end condition in ast_rtp_lookup_mime_multiple2.David M. Lee
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-10-04Add support for applying direct media ACLs between differing channel technolo...Joshua Colp
2012-09-20Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.Joshua Colp
2012-09-05Re-fix sending unnegotiated payloads during a P2P RTP bridge.Mark Michelson
2012-08-08Create the payload type if it does not exist when setting information based o...Joshua Colp
2012-08-07Payload and RTP code are must remain separate since in non-Asterisk format ca...Joshua Colp
2012-08-07Fix a bug uncovered by the test suite where the RTP payload number was not ge...Joshua Colp
2012-08-07Reduce memory consumption significantly for users of the RTP engine API by st...Joshua Colp
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-01Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.Joshua Colp
2012-06-29Fix apparent copy and paste error where incorrect "glue" is used.Mark Michelson
2012-06-19Ensure that pvt cause information does not break native bridgingKinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-24chan_sip: fix problem directmediapermit/deny uses the wrong addressJonathan Rose
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-04-20Move debug message in ast_rtp_instance_early_bridge_make_compatible().Richard Mudgett
2012-04-20Use ast_channel_lock_both() where it was inlined before.Richard Mudgett
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-24Allow SRTP policies to be reloadedMatthew Jordan
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-28Add 'L16-256' MIME subtype alias for slin16.Kevin P. Fleming