summaryrefslogtreecommitdiff
path: root/main/rtp_engine.c
AgeCommit message (Expand)Author
2018-02-21AST-2018-001: rtp / channel: Don't allow an unnegotiated format to be passed up.Joshua Colp
2018-02-17rtp_engine: Load format name / mime type in uppercase again.Alexander Traud
2018-01-04rtp_engine: Add missing unlock.Corey Farrell
2018-01-03loader: Create ast_module_running_ref.Corey Farrell
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-11-06dtls: Add support for ephemeral DTLS certificates.Sean Bright
2017-09-01rtp_engine: Prevent possible double free with DTLS configSean Bright
2017-07-26Merge "bridge_softmix / res_rtp_asterisk: Fix packet loss and renegotiation i...Joshua Colp
2017-07-24core: Add VP9 passthrough support.Joshua Colp
2017-07-19bridge_softmix / res_rtp_asterisk: Fix packet loss and renegotiation issues.Joshua Colp
2017-07-13res_rtp_asterisk / res_pjsip: Add support for BUNDLE.Joshua Colp
2017-04-27SDP API: Add SSRC-level attributesMark Michelson
2017-04-26Merge "res_pjsip_sdp_rtp: No rtpmap for static RTP payload IDs in SDP."Jenkins2
2017-04-19rtp_engine/res_rtp_asterisk: Fix RTP struct reentrancy crashes.Richard Mudgett
2017-04-13res_pjsip_sdp_rtp: No rtpmap for static RTP payload IDs in SDP.Alexander Traud
2017-03-22rtp_engine: allocate RTP dynamic payloads per sessionKevin Harwell
2017-03-14RFC sdp: Initial SDP creationGeorge Joseph
2017-02-10core: Cleanup some channel snapshot staging anomalies.Richard Mudgett
2016-11-23res_rtp_asterisk: RTT miscalculation in RTCPgestoip2
2016-11-02rtp_engine: Allow more than 32 dynamic payload types.Alexander Traud
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-09-15rtp: Only accept the first payload for a format in SDP.Joshua Colp
2016-08-15manager: Add <see-also> links between related eventsMatt Jordan
2016-07-29Remove 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."Joshua 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-08-20rtp_engine.c: Get current or create a needed rx payload type mapping.Richard Mudgett
2015-08-19rtp_engine.c: Extract rtp_codecs_payload_replace_rx().Richard Mudgett
2015-08-19rtp_engine.c: Initial split of payload types into rx and tx mappings.Richard Mudgett
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-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell