summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-03-15Close #1847: Upgraded libsrtp version to 1.5.4 and added support for AES-CM-2...Nanang Izzuddin
2016-03-14Re #1907: Updated VS2005 build settings, added the new files audio/videodev.h/c.Nanang Izzuddin
2016-03-14Misc (re #1882): Fixed crash due to insufficient buffer in printing video dev...Nanang Izzuddin
2016-03-14Misc (re #1882): Fixed CLI-telnet log level check in log printing, i.e: log l...Nanang Izzuddin
2016-03-11Re #1907: Fixed build error: undeclared variables PJMEDIA_VID_DEV_MAX_DRIVERS...Liong Sauw Ming
2016-03-10Fixed #1907: Remove pjmedia* circular dependencyLiong Sauw Ming
2016-03-04Misc (Re #1882): encdec print the bitrateBenny Prijono
2016-03-03Fixed #1905: assertion in call redirectionLiong Sauw Ming
2016-03-03Misc (Re #1882): Fixed crash in sample app encdec.c due to insufficient buffe...Nanang Izzuddin
2016-03-03Re #1882 (misc): Fixed Rseq to start from 1 (instead of from 0).Liong Sauw Ming
2016-02-29Re #1882 (misc): Various IPv6 fixes:Liong Sauw Ming
2016-02-29Re #1882 (misc): Fixed a bug in Android sound device backends which prevent t...Liong Sauw Ming
2016-02-25Misc (re #1882): Updated ioqueue epoll related vars in build config, e.g: upd...Nanang Izzuddin
2016-02-25Fix #1311: Updated pjsip_tpmgr_acquire_transport2() to look up from transport...Nanang Izzuddin
2016-02-23Misc (#1882): Fixed compile error on VS2005 due to double semicolons.Nanang Izzuddin
2016-02-22Misc (re #1882): Updated log level (from 1 or 2 to 3) for some error messages...Nanang Izzuddin
2016-02-19Misc (Re #1882): When finding a dialog, use normal check for the dialog id in...Riza Sulistyo
2016-02-18Misc (Re #1882): Add compile time option (PJMEDIA_HAS_DTMF_FLASH) to enable/d...Riza Sulistyo
2016-02-05Fixed #1902:Nanang Izzuddin
2016-02-04Misc (re #1882): Added exception catch in Call destructor.Nanang Izzuddin
2016-02-04Fixed #1904: Support for Opus codecLiong Sauw Ming
2016-01-27Misc (Re #1882): Add raw certificate information to pj_ssl_cert_info data. Th...Riza Sulistyo
2016-01-27Misc (Re #1882): When server sends blank realm on the Authentication challang...Riza Sulistyo
2016-01-15Misc (re #1882): Suppress EAGAIN recv() error log in pjmedia stream.c & vid_s...Nanang Izzuddin
2016-01-05Re #1903: Fix crash when cleaning STUN response cache.Riza Sulistyo
2016-01-05Re #1882 (misc): Crash when answering call with reason field is set. Thanks t...Riza Sulistyo
2015-12-31Re #1882 (misc): Add checks as ssocket_cli and state_cli can be NULLLiong Sauw Ming
2015-12-31Re #1882 (misc): close socket on error after calling pj_sock_getsockname() as...Liong Sauw Ming
2015-12-31Re #1882 (misc): Add assertion checks in pj_strncpy() and pj_strncpy_with_nul...Liong Sauw Ming
2015-12-31Re #1882 (misc): should check nscount (instead of anscount) when iterating ns...Liong Sauw Ming
2015-12-31Re #1882 (misc): Use cred->cnonce instead of cnonce when calling pjsip_auth_c...Liong Sauw Ming
2015-12-31Re #1882 (misc): Fixed incorrect loop when destroying streams in case of non-...Liong Sauw Ming
2015-12-31Re #1882 (misc): re r5222, fixed string truncation length checking (the strin...Liong Sauw Ming
2015-12-30Re #1882 (misc): Add checking before calling pj_strncpy(), to make it more ro...Liong Sauw Ming
2015-12-30Re #1882 (misc): Moved checking of header count earlier when parsing generic ...Liong Sauw Ming
2015-12-30Re #1882 (misc): Fixed string truncation length checking in srtp (note that t...Liong Sauw Ming
2015-12-30Re #1882 (misc): Fixed potential out-of-bound array access in ice_session.Liong Sauw Ming
2015-12-30Re #1882 (misc): Fixed incorrect sizeof argument when using pj_bzero() and pj...Liong Sauw Ming
2015-12-30Re #1882 (misc): Add checking of crypto name in transport srtp.Liong Sauw Ming
2015-12-30Re #1882 (misc): Fixed missing comma in timer names string array. Thanks to D...Liong Sauw Ming
2015-12-24Misc (re #1882): Fixed bug STUN still being used in media transport UDP & ICE...Nanang Izzuddin
2015-12-23Misc (re #1882): Fixed wrong specifier used in ssl_sock_ossl.c (should be 'PJ...Nanang Izzuddin
2015-12-16Re #1882 (misc): Check for duplicate entry when building list of ICE host can...Riza Sulistyo