summaryrefslogtreecommitdiff
path: root/main/rtp_engine.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-18rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage.Richard Mudgett
2017-12-14res_rtp_asterisk.c: Disable packet flood detection for video streams.Richard Mudgett
2017-11-06RTP Engine: Deal with errors returned from AST_VECTOR_REPLACE.Corey Farrell
2017-09-01rtp_engine: Prevent possible double free with DTLS configSean Bright
2017-07-24core: Add VP9 passthrough support.Joshua Colp
2017-04-29rtp_engine.c: Fix deadlock potential copying RTP payload maps.Richard Mudgett
2017-04-19rtp_engine/res_rtp_asterisk: Fix RTP struct reentrancy crashes.Richard Mudgett
2017-02-10core: Cleanup some channel snapshot staging anomalies.Richard Mudgett
2016-11-22res_rtp_asterisk: RTT miscalculation in RTCPgestoip2
2016-11-02rtp_engine: Allow more than 32 dynamic payload types.Alexander Traud
2016-08-13manager: Add <see-also> links between related eventsMatt Jordan
2016-08-02Remove SILK payload mappings from Asterisk core.Mark Michelson
2016-07-27rtp_engine: Failed assertion and wrong name given for codecKevin Harwell
2016-07-14Update support for SILK format.Mark Michelson
2016-03-29res_rtp_asterisk: Use separate SRTP session for RTCP with DTLSJacek Konieczny
2015-12-18Merge "json: Audit ast_json_* usage for thread safety." into 13Joshua Colp
2015-12-17rtp_engine: Ignore empty filenames in DTLS configuration.Joshua Colp
2015-12-16json: Audit ast_json_* usage for thread safety.Joshua Colp
2015-12-08res_pjsip: Add existence and readablity checks for tls related filesGeorge Joseph
2015-11-11rtp_engine: Init a format-attribute module to its RFC defaults.Alexander Traud
2015-07-30rtp_engine.c: Fix performance issue with several channel drivers that use RTP.Richard Mudgett
2015-07-30rtp_engine.c: Must protect mime_types_len with mime_types_lock.Richard Mudgett
2015-07-30rtp_engine.h: No sense allowing payload types larger than RFC allows.Richard Mudgett
2015-07-30rtp_engine.c: Minor tweaks.Richard Mudgett
2015-07-24pjsip: Add rtp_timeout and rtp_timeout_hold endpoint options.Joshua Colp
2015-07-20res_pjsip: Add rtp_keepalive endpoint option.Mark Michelson
2015-07-02rtp_engine: Skip useless self-assignment in ast_rtp_engine_unload_format.Walter Doekes
2015-05-04vector: Traversal, retrieval, insert and locking enhancementsGeorge Joseph
2015-04-29main/rtp_engine: Fix DTLS double-free introduced by 0b6410c4f8Matt Jordan
2015-04-28res_rtp_asterisk: Resolve 2 discrete memory leaks in DTLSSteve Davies
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-22Fix compilations errors on 64-bit OpenBSD systemsMatthew Jordan
2015-01-26Various fixes for OS XDavid M. Lee
2015-01-21main/rtp_engine: Format NTP timestamps as unsigned longsMatthew Jordan
2015-01-07Fix dev-mode build on recent gccKinsey Moore
2014-12-09Direct Media calls within private network sometimes get one way audioKevin Harwell
2014-11-13main/rtp_engine: Fix crash when processing more than one RTCP report info blockMatthew Jordan
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