summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-15Misc (re #1751): Updated configure script to pass params using "$@" (thanks A...Nanang Izzuddin
2014-07-14Misc (re #1751): Delete config.log and config.status on "make distclean/realc...Nanang Izzuddin
2014-07-14Misc (re #1751): Fixed possible bad assertion caused by race condition betwee...Nanang Izzuddin
2014-07-14Re #1776: Initial implementation of Libyuv wrapper. Supports:Riza Sulistyo
2014-07-11Re #1758: misc: reverted accidentally checked in test.hBenny Prijono
2014-07-11Closed #1758: use OpenH264 lib version 1.0.0 release instead of the latest gi...Benny Prijono
2014-07-09Misc (re #1751): fix crash when receiving unhold message caused by access to ...Riza Sulistyo
2014-07-07Re #1765: Riza Sulistyo
2014-07-03Misc re #1751: changing Android java's String.isEmpty() to String.length()==0...Benny Prijono
2014-07-02Closed #1775: Changing OpenSSL default method from TLSv1 to SSLv23 to enable ...Benny Prijono
2014-07-02Misc re #1751: removed --tls-srv-name from pjsua usage text since that featur...Benny Prijono
2014-07-02Re #1758: updated with the latest OpenH264 to fix compilation error with bsi-...Benny Prijono
2014-07-02Re #1768: move access to MainActivity class from MyApp to avoid undefined sym...Liong Sauw Ming
2014-06-26Fixed #1774: Unfreed transports upon stack shutdown/restartLiong Sauw Ming
2014-06-26Re #1758: updated wrapper with Visual Studio specific settings, also added th...Nanang Izzuddin
2014-06-23Re #1758: Updated with the latest OpenH264 to fix compilation error and codec...Benny Prijono
2014-06-19Fix #1773: Added group lock to SIP transport to avoid race condition between ...Nanang Izzuddin
2014-06-19Close #1772: Fixed error handling in pjsua_create() and pjsua_init().Nanang Izzuddin
2014-06-19Re #1771: Implement run-time configuration to set specific socket option.Riza Sulistyo
2014-06-10Re #1770: Fixed issue with "other params" quotes when proxying WWW-authentica...Riza Sulistyo
2014-06-06Misc (re #1751): fixed error when retrieving SSL error. Thanks Vittorio Giova...Benny Prijono
2014-06-06Misc (re #1751): fixed problem in r4852 which caused sound not to be openedBenny Prijono
2014-06-05Misc (re #1751): added additional checking to invite and dialog instances whe...Benny Prijono
2014-06-04Misc (re #1751): invalidate timer entry for every cancel() scenario to avoid ...Benny Prijono
2014-06-04Fix #1769: Fixed maximum size/resolution calculation of H264 video in decodin...Nanang Izzuddin
2014-05-30Re #1762: Fixed native preview cannot be stopped.Nanang Izzuddin
2014-05-28Re #1751 (misc): Avoid setting sound device if sound devices are the same (th...Liong Sauw Ming
2014-05-23Misc (re #1751): Fixed uninitialized config filename in ui_write_settings() i...Nanang Izzuddin
2014-05-23Misc (re #1751): Fixed AF_INET should be PJ_AF_INET in sock_common.c (thanks ...Nanang Izzuddin
2014-05-23Misc (re #1751): Fixed SIP status phrase of status code 484 to be "Address In...Nanang Izzuddin
2014-05-22Re #1757: Modify display video function in r4813 so it can display video prev...Liong Sauw Ming
2014-05-20Misc (re #1751): Fixed build error when PJ_LOG_MAX_LEVEL is set to 0 (thanks ...Nanang Izzuddin
2014-05-20Re #1758: changing library name from libwels to libopenh264 in recent OpenH26...Benny Prijono
2014-05-19Fixed #1767: Tone generation API in pjsua2 and SWIG wrappersBenny Prijono
2014-05-09Re #1768: fixed potential GC problem when rejecting incoming callBenny Prijono
2014-05-09Re #1768: avoid crash if outgoing call fails during media initialization, bec...Benny Prijono
2014-05-09Re #1768: added APP_PLATFORM to avoid this warning "WARNING: APP_PLATFORM and...Benny Prijono
2014-05-09Re #1768: fixed wrong JNI compilation flags used by pjsua2 Android sample appBenny Prijono
2014-05-09Re #1768: Fixed problems with Java garbage collection on call and buddy objectBenny Prijono
2014-05-08Fixed #1766: Assertion due to stray retransmit timer in UAC transaction compl...Benny Prijono
2014-05-07Re #1762: Support more capture sizes (was only 352x288) and automatically fin...Nanang Izzuddin
2014-05-07Re #1762: Fix native preview not shown issue by starting capture session from...Nanang Izzuddin
2014-05-06Re #1762: Add I420/IYUV output format to capture devices.Nanang Izzuddin
2014-05-05Re #1757: Avoid calling OpenGL ES functions when in the background (which may...Liong Sauw Ming
2014-05-05Re #1762: Add capability enumerations and native preview capabilityLiong Sauw Ming
2014-05-05Misc (re #1751): Fix build error (Ubuntu 14.04) when building Pjsip with Open...Riza Sulistyo
2014-05-02Fixed #1765: Add PFS supportLiong Sauw Ming
2014-04-30Re #1764: Add reference to ticket numberLiong Sauw Ming
2014-04-30Fixed #1764: Use latest early media SDP received on forked early media on 18x...Liong Sauw Ming
2014-04-30Fixed #1763: Add pj_ssl_cipher_id() APILiong Sauw Ming