source: pjproject

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5924   5 years riza Re #2147 (misc): Include unicode_win32.c on the build configuration for …
(edit) @5923   5 years nanang Re #2168: - Added a new PJSUA callback on_media_event(). - Added audio …
(edit) @5922   5 years riza Close #2170: When using pjsua2 API, Re-INVITE with no SDP will be …
(edit) @5921   5 years riza Close #2169: Update invite options when receiving INVITE provisional …
(edit) @5920   5 years nanang Close #2168: Added media event for audio device error.
(edit) @5919   5 years ming Fixed #2166: Possible buffer overread if RTCP packet length is invalid
(edit) @5918   5 years ming Fixed #2165: Support video only call in pjsua
(edit) @5917   5 years ming Fixed #2164: Subscription may get terminated when NOTIFY is challenged
(edit) @5916   5 years ming Re #2147 (misc): Fixed incorrect typecast in Speex resampler. Thanks to …
(edit) @5915   5 years nanang Misc (re #2147): Removed 'experimental' word for Speex resampling.
(edit) @5914   5 years nanang Misc (re #2147): Invalid media direction (dir=NONE) when receiving first …
(edit) @5913   5 years nanang Fix #2163: - Frame rate calculation is now done using temporary variable, …
(edit) @5912   5 years ming Re #2159: Replace std::mutex with PJSIP's own pj_mutex_t, since std::mutex …
(edit) @5911   5 years riza Close #2162: If transport restart fail, don't proceed with updating …
(edit) @5910   5 years nanang Misc (re #2147): pjmedia_transport_media_stop() should not be called …
(edit) @5909   5 years riza Close #2161: Avoid deadlock triggered by incoming message when transport …
(edit) @5908   5 years ming Re #2147 (misc): Add pjmedia_transport_media_stop() to streamutil sample …
(edit) @5907   5 years ming Fixed #2160: stuck issue in ioqueue when detaching UDP media transport - …
(edit) @5906   5 years ming Re #2147 (misc): Put back the printing of contact_rewrite_method, which is …
(edit) @5905   5 years ming Re #2147 (misc): Fixed assertion in streamutil sample for not creating …
(edit) @5904   5 years ming Fixed #2159: Add synchronization for Endpoint::libRegisterThread()
(edit) @5903   5 years ming Re #2157: Clear the callback rtp_cb2() when detaching transport
(edit) @5902   5 years ming Re #2147 (misc): Removed null video device declaration, which has no …
(edit) @5901   5 years nanang Misc (re #2147): Assertion in pj_sockaddr_cp() when …
(edit) @5900   5 years ming Re #2147 (misc): Fixed account modification lock codec setting
(edit) @5899   5 years nanang Close #2158: - Added OnCallTransferRequestParam?.newCall to allow …
(edit) @5898   5 years ming Re #2157: Minor change: prioritize rtp_cb2() and add more robustness
(edit) @5897   5 years ming Fixed #2157: Update media transport adapter sample
(edit) @5896   5 years nanang Fix #2156: Fixed object slicing issue in AudioDevInfo/VideoDevInfo? by …
(edit) @5895   5 years ming Re #2147 (misc): Change Android libpjsua2.so target directory according to …
(edit) @5894   5 years riza Re #2147 (misc): Call pj_bzero() to frame_out to avoid undefined value for …
(edit) @5893   6 years ming Re #2155: Fixed incorrect parameter passed to pjsua_call_cleanup_flag()
(edit) @5892   6 years ming Fixed #2155: Cleanup call setting flag before sending reinvite on IP …
(edit) @5891   6 years ming Re #2147 (misc): Fixed build error of undefined reference to …
(edit) @5890   6 years ming Re #2147 (misc): Add assertion in pjmedia_port_info_init() to prevent …
(edit) @5889   6 years nanang Re #2150: Added native SSL error code in SIP TLS accept failure callback.
(edit) @5888   6 years riza Re #2150: Add local address to pjsip_tls_on_accept_fail_param.
(edit) @5887   6 years nanang Close #2152: Updated video stream to delay video frame decoding, the …
(edit) @5886   6 years riza Close #2151: Call tp_drop_data_cb() when there is PJSIP_EMISSINGHDR or …
(edit) @5885   6 years riza Close #2150: Add new callback to notify when accept operation fails on TLS …
(edit) @5884   6 years ming Fixed #2149: Add option to disable transport connection reuse via the …
(edit) @5883   6 years ming Fixed #2148: Add parsing support for the OAuth 2.0 authentication …
(edit) @5882   6 years ming Re #2147 (misc): Fix incorrect call state info on incoming call in PJSUA2 …
(edit) @5881   6 years riza Changed version to 2.8-svn
(edit) @5880   6 years riza Tagged 2.8
(edit) @5879   6 years riza Changed version to 2.8
(edit) @5878   6 years riza Close #2145: Don't rearrange media when sending re-INVITE with …
(edit) @5877   6 years riza Re #2049 (misc): Add local RTP/RTCP address information to …
(edit) @5876   6 years ming Re #2100: Fixed the incorrect string comparisons
(edit) @5875   6 years ming Re #2100: Fix the optimization part of r5872, which didn't work since we …
(edit) @5874   6 years ming Re #2059 (misc): re r5873, add more comment in the code.
(edit) @5873   6 years ming Re #2059 (misc): Add log for error info when Darwin capture session fails …
(edit) @5872   6 years ming Re #2100: Fixed duplication of crypto names and keys to use pj_strdup(). …
(edit) @5871   6 years nanang Fix #2144: Updated PJSUA media update to work on call->media directly …
(edit) @5870   6 years riza Re #2141: Fix variable declaration misplacement.
(edit) @5869   6 years riza Close #2141: Add TCP initial receive timeout for server connection.
(edit) @5868   6 years ming Re #2103: A couple of improvements: - Now initialize both video port's …
(edit) @5867   6 years ming Re #2103: Darwin's capture device is passive, thus the video port's clock …
(edit) @5866   6 years ming Re #2103: Move the black screen initialization of the renderer to …
(edit) @5865   6 years ming Fixed #2140: Timestamp clock issue when device is asleep in iOS
(edit) @5864   6 years ming Fixed #2139: Fix potentially incorrect buffer allocation for video port …
(edit) @5863   6 years nanang Misc (re #2059): Fixed crash in pjsua2 sample app (perhaps due to access …
(edit) @5862   6 years nanang Close #2103: Initiate video port frame buffer with black for I420 & YV12 …
(edit) @5861   6 years nanang Fix #2138: - Updated ICE STUN & host candidates generation to be more …
(edit) @5860   6 years nanang Re #2096: Fixed some compile warnings.
(edit) @5859   6 years nanang Re #2135: - Enabled DTLS in automated tests on desktop platforms. - …
(edit) @5858   6 years nanang Re #2135: Disabled a couple of tests in tsx_destroy_test() that rely on …
(edit) @5857   6 years nanang Re #2096: Fixed bug of r5855, SRTP encode_sdp() should not reset …
(edit) @5856   6 years nanang Misc (re #2059): False error/exception returned by IP change …
(edit) @5855   6 years nanang Re #2096: Answer with one SRTP keying only when offered both (thanks …
(edit) @5854   6 years riza Re #2070: Missed silly mistake on log formatting.
(edit) @5853   6 years ming Re #2096: re r5852, fixed assertion in pj_sockaddr_cp() because the …
(edit) @5852   6 years ming Re #2096: DTLS updates - Fix assertion when DTLS tries to attach …
(edit) @5851   6 years riza Fixed #2137: Race condition in 183 re-transmission can result in a …
(edit) @5850   6 years ming Fixed #2136: Increase default ICE password length as mandated by the RFC
(edit) @5849   6 years ming Re #2091: Fixed crash in pj_ioqueue_poll() when iterating keys with closed …
(edit) @5848   6 years nanang Re #2135: Updated 'pjsip-test' to adapt to the recent library changes.
(edit) @5847   6 years nanang Re #2096: - Updated DTLS-SRTP to ignore stray packet after DTLS nego has …
(edit) @5846   6 years ming Re #2059 (misc): List ALSA audio device even if it fails to open If an …
(edit) @5845   6 years nanang Re #2096: - Added new error code for sending RTP/RTCP failure when …
(edit) @5844   6 years nanang Close #2135: Update some failing scripts to skip TCP transport in pjsua …
(edit) @5843   6 years ming Re #2126: Create thread when creating the event manager, which is required …
(edit) @5842   6 years ming Re #2126: re 5841: move the event manager creation and destruction in …
(edit) @5841   6 years ming Re #2126: re: r5825, create pjmedia_event_mgr when initializing audio …
(edit) @5840   6 years ming Re #2133: Add log when skipping the IPv4 STUN resolution
(edit) @5839   6 years ming Fixed #2133: Skip IPv4 STUN resolution if account is using NAT64
(edit) @5838   6 years nanang Close #2132: Updated pjsua_acc_find_for_incoming() to use weighted score …
(edit) @5837   6 years ming Re #2126: Fixed missing conversion of rtcpFbConfig from and to pjsua …
(edit) @5836   6 years riza Re #484: Fix compile warning of unused method.
(edit) @5835   6 years nanang Re #2129: Fixed compile warning on iOS of 'unused function …
(edit) @5834   6 years riza Close #2036: Support DTMF via SIP INFO.
(edit) @5833   6 years riza Close #2070: Print IPv6 addresses with brackets.
(edit) @5832   6 years riza Re #2126: Add rtcp_fb.h and rtcp_fb.c to pjmedia project file for VS2015.
(edit) @5831   6 years ming Fixed #2131: Incorrect Opus fmtp settings
(edit) @5830   6 years nanang Fixed #2130: Fixed issue of re-INVITE not sent for non-registering …
(edit) @5829   6 years nanang Fix #2129: Updated pj_grp_lock_dump() to avoid infinite recursion.
(edit) @5828   6 years ming Fixed #2128: Add feature to allow responding incoming INVITE/re-INVITE …
(edit) @5827   6 years nanang Re #2126: Added rtcp_fb.c to Makefile and fixed compile warnings on gcc.
(edit) @5826   6 years nanang Close #2127: Replaced DNS resolver mutex with group lock.
(edit) @5825   6 years nanang Re #2126: Implemented incoming RTCP-FB handling, i.e: parse and notify …
Note: See TracRevisionLog for help on using the revision log.