summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-01Misc (re #1882): Added include header guard to pjnath.h.Nanang Izzuddin
2015-11-26Re #1882 (misc): Fix bug in parser,which may loop infinitely when it doesn't ...Riza Sulistyo
2015-11-19Re #1882 (misc): Configurable audio device name lengthLiong Sauw Ming
2015-11-16Fix #1898: If transport is being shutdown/destroyed and connected event comes...Nanang Izzuddin
2015-11-10Re #1896: Updated default audio device backends: mingw uses WMME, linux/*nix ...Nanang Izzuddin
2015-11-10Re #1897: Implement support to Ffmpeg 2.8.Riza Sulistyo
2015-11-09Close #1896: Update default audio device backend on MacOS to CoreAudio.Nanang Izzuddin
2015-11-06Re #1894: Fixed high socket descriptor check in ioqueue select, it should be ...Nanang Izzuddin
2015-11-06Re #1895: Terminate subscription when receiving non 2xx Notify response witho...Riza Sulistyo
2015-11-06Close #1894: Improve ioqueue performance on multithreadeded environment.Nanang Izzuddin
2015-10-30Re #1882 (misc): related to r5192, fixed inaccurate index checking in pjmedia...Liong Sauw Ming
2015-10-29Re #1882 (misc): Fixed inaccurate index checking assertion when removing SDP ...Liong Sauw Ming
2015-10-23Misc (re #1882): Only check 'hide' URI parameter on SIP/SIPS URIs in printing...Nanang Izzuddin
2015-10-23Misc (re #1882): Added array length check before inserting parsed bandwidth &...Nanang Izzuddin
2015-10-23Misc (re #1882): Updated libresample makefile to also generate shared library...Nanang Izzuddin
2015-10-08Fixed #1873: iOS application getting killed after pjsua fail to release a dis...Liong Sauw Ming
2015-10-07Re #1882 (misc): Fixed possibly incorrect stream statsLiong Sauw Ming
2015-10-06Fixed #1888: Support for WebRtc AECLiong Sauw Ming
2015-10-02Close #1892: Add pjsua/pjsua2 callback on_call_tx_offer()/Call::onCallTxOffer...Nanang Izzuddin
2015-10-01Fix #1891: Also match base address in find local candidate after receiving IC...Nanang Izzuddin
2015-09-29Fix #1889: DNS parser should return error on RR class != IN only when RR type...Nanang Izzuddin
2015-09-28Fix #1887: Feed only one PCM input frame at a time to iOS iLBC encoder.Nanang Izzuddin
2015-09-21Re #1881: Add filters file.Riza Sulistyo
2015-09-17Fixed #1886: Ddestruction of locked mutex in SIP dialogLiong Sauw Ming
2015-09-17Re #1882 (misc): Related to r4852 and r4857, fixed problem in reopening sound...Liong Sauw Ming
2015-09-11Re #1885: Fixed race condition in evsub scenario 2 (Subscription timer callba...Nanang Izzuddin
2015-09-11Re #1885: Fixed race condition in evsub scenario 1 (Subscription timeout vs s...Nanang Izzuddin
2015-09-11Misc (re #1882): Update doxygen of PJSIP_MAX_URL_SIZE as apparently it is cur...Nanang Izzuddin
2015-09-11Re #1881: Minor update on pjlib-util project to use default target platform v...Nanang Izzuddin
2015-09-10Fix #1884: Fixed silence frame length in stream (frame length calculation did...Nanang Izzuddin
2015-09-09Fix #1883: Check transport validity after getting transport manager lock in {...Nanang Izzuddin
2015-08-31Re #1881: Removed WM5 & WM6 target from VS2015 solution, also fixed libmilena...Nanang Izzuddin
2015-08-27Re #1882 (misc): In iOS, set the option to notify other apps upon audio sessi...Liong Sauw Ming
2015-08-25Re #1881: Fixed compile warnings on VS2015 about declaration hides previous d...Nanang Izzuddin
2015-08-25Re #1881:Nanang Izzuddin
2015-08-21Re #1881: Add Visual Studio 2015 support.Riza Sulistyo
2015-08-21Re #1879: Fix bug in resetVideoCodecParam when not using Video build config.Riza Sulistyo
2015-08-21Fixed #1880: Incorrect orientation after switching video capture or when usin...Liong Sauw Ming
2015-08-21Re #1879: Riza Sulistyo
2015-08-12Changed version to 2.4.5-svnRiza Sulistyo
2015-08-12Remove extra space on the revision numberRiza Sulistyo
2015-08-12Changed version to 2.4.5Riza Sulistyo
2015-08-12Updated r5158, as it introduced more warnings on Android about unknown pragma.Nanang Izzuddin
2015-08-11Misc (re #1843): Fixed GCC compile warnings of unused variables in third-part...Nanang Izzuddin
2015-08-10Misc (re #1843): Fixed compile warnings of unused variable.Nanang Izzuddin
2015-08-10Re #1842: Updated automated test scenarios to invoke 'make distclean' first.Nanang Izzuddin
2015-08-10Re #1842: Added automated test scenarios for Android and iOS 64-bitNanang Izzuddin
2015-08-07Misc (re #1843): Fixed compile warnings of "command line option '-frtti' is v...Nanang Izzuddin
2015-08-07Re #1843 (misc): Fixed wrong calculation of timestamp in L16 codec (should be...Liong Sauw Ming
2015-08-07Fixed #1878: Compile time option for TCP/TLS transport to not create a listenerLiong Sauw Ming