summaryrefslogtreecommitdiff
path: root/main/rtp_engine.c
AgeCommit message (Expand)Author
2017-09-01rtp_engine: Prevent possible double free with DTLS configSean Bright
2017-07-24core: Add VP9 passthrough support.Joshua Colp
2017-04-19rtp_engine/res_rtp_asterisk: Fix RTP struct reentrancy crashes.Richard Mudgett
2017-03-22rtp_engine: allocate RTP dynamic payloads per sessionKevin Harwell
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-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
2015-03-23Fix 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-31rtp_engine: keep payload types in correct rangeScott Griepentrog
2014-12-09Direct Media calls within private network sometimes get one way audioKevin Harwell
2014-12-01rtp_engine: Add support for transporting signed linear at 12kHz, 24kHz, 32kHz...Joshua Colp
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