summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-03Tagged 2.3v2.3Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/tags/2.3@4914 74dad513-b988-da41-8d7b-12977e46ad98
2014-09-03Changed version to 2.3Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4913 74dad513-b988-da41-8d7b-12977e46ad98
2014-09-02Misc (#1751): Change default sound device on Android to use Android JNI (due ↵Nanang Izzuddin
to stuck issue with OpenSL ES). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4912 74dad513-b988-da41-8d7b-12977e46ad98
2014-09-02Fix #1781: Don't update dialog route set from UPDATE response.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4911 74dad513-b988-da41-8d7b-12977e46ad98
2014-09-01Misc (re #1751): fixed printing value issue when using %02X format. (Thanks ↵Riza Sulistyo
Itay Bianco for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4910 74dad513-b988-da41-8d7b-12977e46ad98
2014-09-01Re #1762: When capturing, image stride is not always equal to the image ↵Riza Sulistyo
width. I.e on Ipad air, at 352*288 the image stride is 384. Additional discard process is needed to correct the image rendered. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4909 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-26Re #1757: Set OpenGL as default renderer on iOS (initialized before UIView ↵Nanang Izzuddin
renderer). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4908 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-26Re #1757: Add iOS video renderer OpenGL macro settings to config.h.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4907 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-26Re #1768: Add forced GC to libDestroy() in SWIG Java.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4906 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-26Misc (re #1751): Avoid confusion caused by double variable declaration. ↵Riza Sulistyo
(Thanks Itay Bianco for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4905 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-25Re #1758: update default OpenH264 video size for iPhone device to 352x288 ↵Nanang Izzuddin
(on 4S, 720x480 seems to be too heavy for the CPU). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4904 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-25Misc (re #1751): Fixed wrong pointer check in starting video render device.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4903 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-25Re #1762: Change alloc method for preview layer that may cause crash when ↵Riza Sulistyo
releasing the object on iOS 7 (arm64). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4902 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-22Misc (re #1751): Suppress compile warnings of OpenSSL deprecation on MacOSX.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4901 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-21Re #1735: Fixed missing check of "sips" scheme in request line in ↵Nanang Izzuddin
pjsip_inv_verify_request3(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4900 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-21Close #1735: Implemented secure dialog check of "sips" scheme in ↵Nanang Izzuddin
Contact/Record-Route header in incoming INVITE/UPDATE requests & responses. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4899 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-21Misc (re #1751): fixed occasional failure in pjsip-test & pjnath-test caused ↵Nanang Izzuddin
by resource leak. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4898 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-21Misc (re #1751): Fixed miscellaneous MSVC warnings.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4897 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-20Misc (re #1751): fixed sound issue on Android L(using ↵Riza Sulistyo
PJMEDIA_AUDIO_DEV_HAS_ANDROID_JNI), caused by the difference in JNI array handling. (Thanks Miguel Penades for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4896 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-20Fixed #1780: Bug: STUN string attribute has zero lengthBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4895 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-20Misc re #1751: disable one pjlib-test entry on socket address parsingBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4894 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-19Misc, Re #1751: fixed pjsip-test failuresBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4893 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-19Re #1751 (misc): Fixed compilation error due to the lack of the SSLv2 methods.Liong Sauw Ming
The fix will autodetect this and define OPENSSL_NO_SSL2 if necessary. Related to #1321. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4892 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-19Re #1762: Related to r4838, check whether the device supports the capture ↵Liong Sauw Ming
size before deciding to use it git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4891 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-19Re #1751: fixed miscellaneous gcc warningsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4890 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-18More re #1677:Benny Prijono
- renamed the option to contact_use_src_port - added the missing pjsua2 API implementation git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4889 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-18Closed #1677: Contact uses source port in initial registration.Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4888 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-13Close #1779: Add APIs for external/native thread registration to pjsua2: ↵Nanang Izzuddin
Endpoint::libRegisterThread() & Endpoint::libIsThreadRegistered(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4887 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-13Misc (re #1751): Bad typo on passthrough codec (thanks Peter Koletzki for ↵Nanang Izzuddin
the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4886 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-12Misc (re #1751): Remove reference to PJSUA2 Call instance from PJSUA library ↵Nanang Izzuddin
in PJSUA2 Call destructor regardless the PJSUA state to avoid crash caused by accessing dangling pointer of the Call instance (thanks Thomas Steinacher for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4885 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-12Misc (re #1751): Uninitialized variable 'body.tsxState.type' in PJSUA2 in ↵Nanang Izzuddin
SipEvent::fromPj() (thanks Thomas Steinacher for the report and the fix). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4884 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-28Re #1751 (misc): Fixed incorrect usage of dev_size (should be dev_count) in ↵Liong Sauw Ming
coreaudio device git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4883 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-25Misc #1751: added logging when TLS domain verification fails due to invalid ↵Benny Prijono
use of wildcard. Thanks Alexander Traud for the patch git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4882 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-22Re #1757, re #1758: fix configure script. Now OpenGL renderer is enabled by ↵Benny Prijono
default by the configure script. And added missing dependency to -lstdc++ for the openh274 library git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4881 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-18Misc (re #1751): Fixed missing initialization in pjsua2 TlsConfig::toPj() ↵Nanang Izzuddin
and TransportConfig::toPj() may cause transport creation failure (thanks Sneha Bansal for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4880 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-16Fix #1777: Problem in audio device list refresh after unregistering an audio ↵Nanang Izzuddin
device factory. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4879 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-15Misc (re #1751): Updated configure script to pass params using "$@" (thanks ↵Nanang Izzuddin
Alexander Traud for the feedback). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4878 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-14Misc (re #1751): Delete config.log and config.status on "make ↵Nanang Izzuddin
distclean/realclean". git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4877 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-14Misc (re #1751): Fixed possible bad assertion caused by race condition ↵Nanang Izzuddin
between regc_tsx_callback() and pjsip_regc_send() (thanks John Ryan for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4876 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-14Re #1776: Initial implementation of Libyuv wrapper. Supports:Riza Sulistyo
- library detection via autoconf - scaling and conversion function (from/to I420 or BGRA) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4875 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-11Re #1758: misc: reverted accidentally checked in test.hBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4874 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-11Closed #1758: use OpenH264 lib version 1.0.0 release instead of the latest ↵Benny Prijono
git version which is still changing git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4873 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-09Misc (re #1751): fix crash when receiving unhold message caused by access to ↵Riza Sulistyo
invalid data as a result of pool reset (Thanks to Itay Bianco for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4872 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-07Re #1765: Riza Sulistyo
- Fixed unnecessary white-space error - Limiting log message to servers - Adding SSL_OP_SINGLE_ECDH_USE optionally - OpenSSL could be built without elliptic curve support, or too old git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4871 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-03Misc re #1751: changing Android java's String.isEmpty() to ↵Benny Prijono
String.length()==0 for better portability since the former is only available on API level 9 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4870 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Closed #1775: Changing OpenSSL default method from TLSv1 to SSLv23 to enable ↵Benny Prijono
enable AES-GCM cipher suites in default (thanks Alexander Traud for the patch). Also fixed a bug in SIP TLS transport (sip_transport_tls.c). According to [https://trac.pjsip.org/repos/browser/pjproject/trunk/pjsip/include/pjsip/sip_transport_tls.h#L94 sip_transport_tls.h:94], when PJSIP_SSL_UNSPECIFIED_METHOD is set as method, PJSIP_SSL_DEFAULT_METHOD will be used. But the implementation uses PJ_SSL_SOCK_PROTO_DEFAULT instead of PJSIP_SSL_DEFAULT_METHOD. Currently this is fine because both resolve to TLSv1, but the patch will break it. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4869 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Misc re #1751: removed --tls-srv-name from pjsua usage text since that ↵Benny Prijono
feature has been removed long time ago by #1448 (thanks Alexander Traud for the patch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4868 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Re #1758: updated with the latest OpenH264 to fix compilation error with ↵Benny Prijono
bsi->eOutuptFrameType and missing int32_t type on Windows git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4867 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Re #1768: move access to MainActivity class from MyApp to avoid undefined ↵Liong Sauw Ming
symbol error when not compiling for Android app git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4866 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-26Fixed #1774: Unfreed transports upon stack shutdown/restartLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4865 74dad513-b988-da41-8d7b-12977e46ad98