summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-24Misc (re #1917): Added capability of receiving incoming call in pjsua2_demo.cpp.Nanang Izzuddin
2016-05-20Re #1917(misc): Fix tpipv6.h not found when enabling IPv6 on Visual Studio.Riza Sulistyo
2016-05-20Re #1922: Replace IPv4 specific APIs as per Apple's recommendationsLiong Sauw Ming
2016-05-19Re #1917 (misc): Replace obsolete command (since autoconf 2) on aconfigure.ac.Riza Sulistyo
2016-05-19Re #1917 (misc): Change how PJMEDIA_VIDEO_DEV_SDL_HAS_OPENGL is declared in c...Riza Sulistyo
2016-05-19Fixed #1921: Add support to handle IPv6 transports in pjsua_transport API and...Liong Sauw Ming
2016-05-19Re #1918: Fixed continous looping when trying to resolve STUN server due to l...Riza Sulistyo
2016-05-18Re #1920: Avoid linking error when video is not enabled.Riza Sulistyo
2016-05-18Re #1920: Update how keyframe is detected on FFMpeg codec, since Riza Sulistyo
2016-05-17Re #1920: Check for libavformat instead of libavcodec when settingRiza Sulistyo
2016-05-17Re #1920: Fix typo on configuration script when trying to detect FFMpegRiza Sulistyo
2016-05-17Re #1920: Since FFmpeg version 0.7 (June 2011), the struct AVFormatParameters,Riza Sulistyo
2016-05-17Re #1920: In the development branch of FFmpeg 0.8 (in July 2010), a new libraryRiza Sulistyo
2016-05-17Re #1917(misc): When enabling libsamplerate, the current source code expects toRiza Sulistyo
2016-05-17Re #1917(misc): Update README.txt including the one on third_party folder.Riza Sulistyo
2016-05-13Fixed #1918: Add API to update STUN servers and option to retry STUN for medi...Liong Sauw Ming
2016-05-13Re #1917 (misc): Fixed memory leak in pj_stun_sock_start() if pj_getaddrinfo(...Liong Sauw Ming
2016-05-13Re #1917 (misc): Fixed pj_getaddrinfo()'s CFHost version (such as on iOS) whi...Liong Sauw Ming
2016-05-11Changed version to 2.5-svnNanang Izzuddin
2016-05-11Changed version to 2.5Nanang Izzuddin
2016-05-11Re #1882 (misc): re r5290, wrong value of Enable Bitcode setting, should be NO Liong Sauw Ming
2016-05-11Re #1882 (misc): Set Enable bitcode to No in ipjsua sample app for iOSLiong Sauw Ming
2016-05-11Re #1906: Fixed build error 'lib !PortAudio not found' in project Samples on ...Nanang Izzuddin
2016-05-10Fixed #1914: onCreateMediaTransport() callback might not be called on PJSUA2.Riza Sulistyo
2016-05-10Misc (re #1882): Fixed build warning on Android: narrowing conversion of long...Nanang Izzuddin
2016-05-10Re #1897: Updated ffmpeg_vid_codecs.c to support older ffmpeg.Nanang Izzuddin
2016-05-10Misc (re #1882): Fixed buffer size not sufficient when setting cipher list.Riza Sulistyo
2016-05-10Close #1915: Added API pjsip_udp_transport_start2() that can create both IPv4...Nanang Izzuddin
2016-05-09Fixed #1914: Ignore STUN error after pjstun_get_mapped_addr2().Riza Sulistyo
2016-05-09Fixed #1913: Add callback for address change notification from STUN keep aliveLiong Sauw Ming
2016-05-03Misc (re #1882): Update Python setup.py to get 'make' from environment variab...Nanang Izzuddin
2016-04-20Re #1882 (misc): Removed stripping of '[]' from pvalue header parameters.Liong Sauw Ming
2016-04-20Re #1882 (misc): Removed extraneous (and possibly inaccurate) log when subscr...Liong Sauw Ming
2016-04-19Re #1882 (misc): Add implementation to call Endpoint::onSelectAccount() callbackLiong Sauw Ming
2016-04-13Fixed #1912: Build Error on Alpine linux (musl libc).Riza Sulistyo
2016-04-12Re #1882 (misc): Error raised from aconfigure on CentOS6(autoconf 2.63) relat...Riza Sulistyo
2016-04-11Re #1882 (misc): Incorrect use of pjsip_VIA_PARAM_SPEC on sip_parser.c. Thank...Riza Sulistyo
2016-04-06Fixed #1911: Callback onCallSdpCreated() (pjsua2) doesn't modify the SDPLiong Sauw Ming
2016-04-04Re #1908: Implement new API to open speaker only in pjsua/pjsua2.Riza Sulistyo
2016-04-01Re #1909: Fixed crash related to r5264.Riza Sulistyo
2016-03-24Re #1897: Updated ffmpeg_util.h/.c to support older ffmpeg.Nanang Izzuddin
2016-03-23Re #1609: Minor fix in configure scripts in ALSA detection message.Nanang Izzuddin
2016-03-23Re #1906: Fixed configure script error due to missing PortAudio makefile.Nanang Izzuddin
2016-03-23Close #1906: Removed PortAudio from PJSIP source package.Nanang Izzuddin
2016-03-18Re #1907: Updated VS2015 build settings, added the new files audio/videodev.h/c.Riza Sulistyo
2016-03-18Re #1847: Fixed VS2015 project file and filters.Riza Sulistyo
2016-03-17Re #1882 (misc): Fixed crash caused by typo when initializing pjsua_msg_dataLiong Sauw Ming
2016-03-17Fixed #1909: GUID implementation for Android.Liong Sauw Ming
2016-03-16Re #1882 (misc): Fixed library open error on Android when using SDK version 2...Liong Sauw Ming
2016-03-16Re #1847: Fixed build error in Android due to the presence of another identic...Liong Sauw Ming