summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-20Re #1954 (misc): Fix build error on pjmedia-test when defining ↵Riza Sulistyo
PJMEDIA_CONF_USE_SWITCH_BOARD. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5438 74dad513-b988-da41-8d7b-12977e46ad98
2016-09-15Misc (re #1945): Updated resolver behaviour to not mark nameserver as bad ↵Nanang Izzuddin
after responding with PJ_DNS_RCODE_SERVFAIL. Thanks George Joseph for the feedback and the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5437 74dad513-b988-da41-8d7b-12977e46ad98
2016-09-14Re #1952: Apply the fix to video stream info as wellLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5436 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-30Re #1959: Add reference counter to pjsip_inv_session to avoid race condition.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5435 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-30Fixed #1958: Update RTP sequence number during keep-aliveLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5434 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-29Re #1954: Add support for VS2005.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5433 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-26Re #1954: Add support for VS2015.Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5432 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-26Re #1954: Fixed compilation flags for building on arm64 iOS.Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5431 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-25Re #1956: Support for setting audio input source capability in Android JNI ↵Liong Sauw Ming
audio device * modify the sample code * add symbols for pjsua2 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5430 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-25Re #1954: Fixed compilation flags for Android armeabi buildLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5429 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-25Re #1954: Add WebRTC to third party componentLiong Sauw Ming
* Add build config for GNU build systems git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5428 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-25Fixed #1957: ICE stagnation when connectivity check failsLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5427 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-23Fixed #1956: Support for setting audio input source capability in Android ↵Liong Sauw Ming
JNI audio device git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5426 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-23Fixed #1955: Fixed assertions in DNS SRV resolution with IPv6 TCP/TLS target.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5425 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-22Re #1945 (misc): Fixed typo in libyuv MakefileLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5424 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-19Misc (re #1945): fixed STUN server resolution should be retried, as ↵Nanang Izzuddin
PJSUA_STUN_RETRY_ON_FAILURE is set, in media transport creation after the one in startup failed (thanks Marcus Froeschl for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5423 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-18Misc (re #1945): Added opus.h/c to VS2005 & VS2015 project pjmedia-codec ↵Nanang Izzuddin
(thanks Arkadiusz Wronski for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5422 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-18Misc (re #1945): Added PJ_HAS_IPV6 in pj_dump_config(), thanks Alexei ↵Nanang Izzuddin
Gradinari for the suggestion, also updated the year in copyright line. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5421 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-17Fixed #1953: Skip IPv6 socket in resolver on system without IPv6 support.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5420 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-15Fix #1952: Skip address type matching in pjmedia_stream_info_from_sdp() when ↵Nanang Izzuddin
both sides use ICE, the ICE transport will do the matching when it generates ICE checklist. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5419 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-15Re #1943: Raise linking error if libsrtp doesn't support the crypto.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5418 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-12Fixed #1951: Add callback to configure SRTP setting and key in pjsua/pjsua2Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5417 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-11Re #1943: Improve the clarity of configure log message.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5416 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-09Fixed #1943: (Windows) Add SRTP OpenSSL sources in Visual Studio libsrtp ↵Liong Sauw Ming
project file. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5415 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-08Re #1943: Fixed incorrect configure script.Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5414 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-08Re #1950: Check for ndk-build on configure-android.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5413 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-08Re #1943: AES-GCM crypto support for SRTPLiong Sauw Ming
Special thanks to Alexander Traud for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5412 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-05Re #1910: Send the additional keyframe only after the initial one.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5411 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-05Re #1910: Implement option to regularly send video keyframe in the beginning ↵Riza Sulistyo
of video call session. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5410 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-05Fixed #1950: Failure in configure-android when specifying --use-ndk-cflags ↵Liong Sauw Ming
with Android NDK r11 or later * Create our own dummy (empty) Android sample app * Unspecify the toolchain version and use default instead git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5409 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-05Re #1945 (misc): Fixed incorrect SRTP crypto suite name and doc.Liong Sauw Ming
Thanks to Alexander Traud for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5408 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-04Fixed #1949: Support video window manipulation for native previewLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5407 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-03Fixed #1948: Modify async dispatch to synchronous on Mac and iOS video ↵Liong Sauw Ming
device implementation Thanks to Marc Etcheverry for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5406 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-03Fixed #1947: Support for OpenH264 v1.6.0 codecLiong Sauw Ming
Thanks to Marc Etcheverry for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5405 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-02Re #1945 (misc): Fixed missing doxygen group doc for SIP transport TCP.Liong Sauw Ming
Thanks to Alexander Traud for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5404 74dad513-b988-da41-8d7b-12977e46ad98
2016-08-02Re #1945 (misc): Set IPv6 sockets to be IPv6 onlyLiong Sauw Ming
Auto-detect in configure script if this option is supported, and if yes, Set IPv6 sockets to be IPv6 only. Thanks to Alexander Traud for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5403 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-28Re #1945 (misc): Add pjsua2 sample app using javafx.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5402 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-28Fix #1946: Avoid deinitialization of uninitialized client auth session.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5401 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-28Misc (re #1945): Updated checks in pjsip_tx_data_dec_ref(). Thanks Alexei ↵Nanang Izzuddin
Gradinari for the feedback and the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5400 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-27Misc (re #1945): Updated ffmpeg video device to query supported format from ↵Nanang Izzuddin
the device/ffmpeg instead of hardcoded to RGB24. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5399 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-26Misc (re #1945): Fixed assertion when outgoing call without SDP is answered ↵Nanang Izzuddin
with 200 also without SDP (on NDEBUG mode, assertion shouldn't occur and call is disconnected immediately). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5398 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-26Misc (re #1945): Updated array limit checks and docs in ↵Nanang Izzuddin
pjsip_evsub_register_pkg() and pjsip_endpt_add_capability(). Thanks Alexei Gradinari for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5397 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-21Changed version to 2.5.5-svnLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5396 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-21Changed version to 2.5.5Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5394 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-20Re #1928 (misc): Remove trailing comma that might cause --disable-libyuv to notRiza Sulistyo
work. Thanks to Kyle Kurz for the report. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5393 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-20Re #1944: Allow native window to be set for video output window on SDLRiza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5392 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-20Misc (re #1928): Fixed build error in Android SWIG wrapper after ↵Nanang Izzuddin
modification r5389 (using --sysroot instead of -I in CFLAGS). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5391 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-20Misc (re #1928): Added MSVC2005 project 'swig_java_pjsua2.vcproj' for ↵Nanang Izzuddin
building Java binding of pjsua2 via SWIG. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5390 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-19Misc (re #1928): Updated configure-android to add sysroot setting in CFLAGS ↵Nanang Izzuddin
and LDFLAGS. This update will also remove linking warning 'cannot find entry symbol _start'. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5389 74dad513-b988-da41-8d7b-12977e46ad98
2016-07-18Misc (re #1928): Fixed possible stuck issue in pjnath-test caused by ↵Nanang Izzuddin
blocking recvfrom() upon concurrent socket events. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5388 74dad513-b988-da41-8d7b-12977e46ad98