source: pjproject

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5669   6 years riza Close #2049: Try to allocate larger buffer size when converting pjsip_hdr …
(edit) @5668   6 years ming Fix #2048: Add compile time option to disable sleep in sip endpoint's …
(edit) @5667   6 years ming Re #2045 (misc): Fix PLC from being active too early Thanks to Kal Conley …
(edit) @5666   6 years riza Close #2047: Use android ndk binutils when building with --use-ndk-cflags …
(edit) @5665   6 years ming Fixed #2046: ICE: Use STUN FINGERPRINT attribute when sending keepalives
(edit) @5664   6 years ming Re #2045 (misc): Fixed assertion in pcaputil sample app if using SRTP. …
(edit) @5663   6 years ming Changed version to 2.7-svn
(edit) @5662   6 years ming Tagged 2.7
(edit) @5661   6 years ming Changed version to 2.7
(edit) @5660   6 years riza Re #1994(misc): Remove uneeded commented code related to the fix on r5659.
(edit) @5659   6 years riza Re #1994(misc): Fix warning on VS2015 when enabling video, opus, webrtc …
(edit) @5658   6 years nanang Close #2044: Compile time setting for QoS using IP_TOS/IPV6_TCLASS on …
(edit) @5657   6 years ming Re #1994 (misc): Add check in our sample alt_pjsua_aud when stopping …
(edit) @5656   6 years ming Re #1993: With the update of bundled libSRTP to 2.1, external SRTP needs …
(edit) @5655   6 years riza Close #2043: Fixed pjnath-test crash due to access to an invalid callback.
(edit) @5654   6 years riza Re #1994(misc): Fixed various warnings on VS2015.
(edit) @5653   6 years ming Re #1994 (misc): Fixed various warnings when using gcc/clang
(edit) @5652   6 years ming Re #2022: Enable encode_decode_test() for Video Toolbox in pjmedia video …
(edit) @5651   7 years nanang Fix #2042: Fixed SRTP error in sending video RTP after call hold and …
(edit) @5650   7 years nanang Misc (re #1994): Fixed compile error in pjsua2_demo.cpp due to …
(edit) @5649   7 years riza Re #2041: Implement API to handle IP address change.
(edit) @5648   7 years riza Re #1994(misc): Avoid calling SSL_shutdown() if handshake wasn't completed …
(edit) @5647   7 years riza Re #1994(misc): Fixed unguarded 'if' which might lead to double locking. …
(edit) @5646   7 years ming Re #1994 (misc): Fixed various warnings thrown by GCC 6.3. Thanks to …
(edit) @5645   7 years riza Close #2040: Implement CodecParam? class as a wrapper for …
(edit) @5644   7 years nanang Fix #2039: Updated pj_sockaddr_in_set_str_addr() to use pj_getaddrinfo() …
(edit) @5643   7 years riza Re #2035: Don't include srtp.h on pjmedia config.h, which raise error when …
(edit) @5642   7 years ming Re #1994 (misc): Prevent possible overflow in video bps calculation
(edit) @5641   7 years ming Fixed #2037: Add on_rx_offer2() callback for SIP invite Thanks to Andrey …
(edit) @5640   7 years riza Re #2035: Should check enough space for (MAX_TRAILER_LEN+4) before …
(edit) @5639   7 years riza Fix #2035: Make sure transport SRTP buf size is sufficient before calling …
(edit) @5638   7 years riza Close #2034: Add support to Python3 using PJSUA2 API.
(edit) @5637   7 years ming Re #2032: Fixed assertion if using ICE without STUN server.
(edit) @5636   7 years ming Fixed #2032: NAT64 support for IPv4 interoperability
(edit) @5635   7 years nanang Misc (re #1994): Fixed compile warnings on MSVC 2005 & 2015.
(edit) @5634   7 years nanang Fix #2033: ICE must use regular nomination when communicating with lite …
(edit) @5633   7 years nanang Re #2004: Update libyuv version from libyuv git master repo dated 27 July …
(edit) @5632   7 years ming Fixed #2031: Add compile-time config for L16 codec
(edit) @5631   7 years ming Fixed #2030: Improve error handling in OpenSSL socket
(edit) @5630   7 years riza Re #2029: Support for G.729 backend implementation from bcg729.
(edit) @5629   7 years nanang Fix #2028: Cannot send UPDATE when call is ringing.
(edit) @5628   7 years ming Re #1994 (misc): Fixed warning during runtime on iOS 11: UI API called on …
(edit) @5627   7 years nanang Close #2027: Fixed assertion in pj_gethostip() when system hostname is …
(edit) @5626   7 years ming Re #1994 (misc): Suppresses implicit conversion warning (on iOS)
(edit) @5625   7 years ming Re #2022: Fixed build error on older Mac SDKs if Foundation.h is not …
(edit) @5624   7 years nanang Misc (re #1994): Rearrange H264 default backend priority to avoid multiple …
(edit) @5623   7 years nanang Close #1999: Support OpenSSL 1.1.0 with backward compatibility setting …
(edit) @5622   7 years nanang Re #1993: Updated configure script to enable AES-GCM with OpenSSL 1.1.0 …
(edit) @5621   7 years nanang Re #2018: Added API pjmedia_transport_srtp_dtls_start_nego() to start …
(edit) @5620   7 years riza Fix #1968: Failure in configure-android when specifying --use-ndk-cflags …
(edit) @5619   7 years riza Fix #2026: Add option to for the SDP version to not increment when there's …
(edit) @5618   7 years nanang Re #1993: Updated sample apps streamutil.c/vid_streamutil.c as the new …
(edit) @5617   7 years nanang Re #1993: Slight improvement on simple SRTP key generator (when …
(edit) @5616   7 years riza Fix #1991: Support ALSA audio device volume setting.
(edit) @5615   7 years nanang Re #1993: Minor: cleaned up few more unused files.
(edit) @5614   7 years nanang Close #1993: Updated bundled libSRTP version to 2.1.0.
(edit) @5613   7 years ming Fixed #2025: crash in pjsua_destroy if there's pending outgoing TCP/TLS …
(edit) @5612   7 years ming Fixed #2024: Crash due to uncancelled timer if there's an error in …
(edit) @5611   7 years nanang Misc (re #1994): Updated Android pjsua2 sample app: - print call …
(edit) @5610   7 years nanang Misc (re #1994): Fixed pjsip_inv_verify_request3() to set …
(edit) @5609   7 years ming Re #2022: Add VideoToolbox? framework to ipjsua XCode project. - Add libyuv …
(edit) @5608   7 years riza Fix #2023: Crash on pjsip_dlg_create_uac() when specifying URI with …
(edit) @5607   7 years ming Re #1994 (misc): Fixed uninitialized return status in function …
(edit) @5606   7 years ming Re #2022: Fixed build configuration to make sure that it's not included in …
(edit) @5605   7 years ming Re #1994 (misc): Fixed missing disabling pragma pack after structure …
(edit) @5604   7 years nanang Close #2009: Fixed issue no 2: - Synchronizing PJMEDIA transport ICE and …
(edit) @5603   7 years ming Fixed #2022: Video Toolbox H264 encoder and decoder for Mac and iOS
(edit) @5602   7 years ming Re #2018: fixed build failure due to undefined function …
(edit) @5601   7 years nanang Fix #2021: Crash in getting call info with long Contact header.
(edit) @5600   7 years riza Re #1994(misc): Method pj_hash_calc_tolower() might return a different …
(edit) @5599   7 years riza Fixed #2019: Conflict with 'isblank' when using g++ 5.4.0. Thanks to Ken …
(edit) @5598   7 years nanang Re #2018: Fixed compile error due to a silly mistake.
(edit) @5597   7 years nanang Re #2018: Initial version of DTLS-SRTP implementation.
(edit) @5596   7 years ming Re #2008: Fixed error "Socket is already connected" when trying to connect …
(edit) @5595   7 years ming Re #1994 (misc): In video port, print the actual format of the video …
(edit) @5594   7 years ming Fixed #2017: Incorrect parsing of zero length multipart body parts
(edit) @5593   7 years ming Fixed #2016: Buffer overrun in PJSIP transaction layer
(edit) @5592   7 years ming Re #2012: (minor) remove warning: '/*' within block comment
(edit) @5591   7 years ming Re #1994 (misc): Remove unnecessary include file of engine.h in OpenSSL …
(edit) @5590   7 years ming Fixed #2015: Add multicast option in streamutil sample app
(edit) @5589   7 years ming Re #1994 (misc): Fixes bugs in base64 * move access to input parameter …
(edit) @5588   7 years riza Re #1994 (misc): Related to r5500, when receiving an SDP answer for SRTP, …
(edit) @5587   7 years riza Re #2013: Don't raise assert on re-INVITE without media.
(edit) @5586   7 years riza Fix #2013: Prevent crash when timer refresh with SRTP is interrupted by a …
(edit) @5585   7 years riza Re #2012: Add additional comments.
(edit) @5584   7 years riza Fix #2012: Prevent memory leak when rejecting a call from …
(edit) @5583   7 years nanang Re #2009: Avoid premature destroy in TURN session by incrementing group …
(edit) @5582   7 years ming Re #1994 (misc): Use compile-time setting PJSIP_MAX_URL_SIZE for local and …
(edit) @5581   7 years ming Fixed #2011: Fixed crash when accessing video device info in pjsua2
(edit) @5580   7 years riza Re #1994 (misc): Fix build error on pjsua_cli_uwp_comp pjsua_cli_wp8 for …
(edit) @5579   7 years nanang Fixed #2010: Updated PJSUA to store the user part of an account ID in …
(edit) @5578   7 years nanang Fixed #2008: Updated TURN socket to use pj_activesock_sendto() for UDP …
(edit) @5577   7 years nanang Misc (re #1994): Potential linking error due to bad dependency library …
(edit) @5576   7 years riza Fix #2007: Fix Possible crash when using session timer due to the early …
(edit) @5575   7 years riza Re #1994 (misc): Remove assert if SIP auth receives 401 for request with …
(edit) @5574   7 years riza Fix #2006: Fix android build failed using NDK r14 caused by by the removal …
(edit) @5573   7 years ming Fixed #2002: Deadlock between PJSUA LOCK, transaction group lock, and UA …
(edit) @5572   7 years ming Fixed #2001: Deadlock between dialog lock and transaction group lock
(edit) @5571   7 years ming Fixed #2005: Crash when hanging up call if video capture device fails to …
(edit) @5570   7 years ming Re #1882 (misc): Add check in xml_print_node() to prevent writing past the …
Note: See TracRevisionLog for help on using the revision log.