summaryrefslogtreecommitdiff
path: root/pjsip-apps
AgeCommit message (Expand)Author
2013-03-04Misc (re #1559): fixed compile errors/warnings on Symbian platform.Nanang Izzuddin
2013-02-26Close #1615: Fixed bug in URI scheme check macro PJSIP_URI_SCHEME_IS_SIP()/SI...Nanang Izzuddin
2013-02-20Misc (re #1562): Minor updates in pjsua app: fixed wrong error message and in...Nanang Izzuddin
2013-02-13Close #1614: Added call redirect option PJSIP_REDIRECT_ACCEPT_REPLACE to acce...Nanang Izzuddin
2013-01-23Re #1559: Related to r4312, get the latest account config first before modify...Liong Sauw Ming
2013-01-03Re #1559: Fixed registration timeout setting used by ipjsua to take effect im...Liong Sauw Ming
2012-09-20Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2Benny Prijono
2012-08-20Re #1559: Add support for OS X version after 10.7.xLiong Sauw Ming
2012-08-07Fixed #1412: Account specific NAT settings: STUN, ICE, and TURNBenny Prijono
2012-07-27Re #1559: fixed uninitialized variable bug in icedemo sample app (thanks Magn...Nanang Izzuddin
2012-07-27Re #1562: fixed typo in pjsua app video option help: the default for "--vrend...Nanang Izzuddin
2012-06-21Fixed #1541: Crash in third party media sample application after library is r...Benny Prijono
2012-06-15Re #1524: Removed SDL/ffmpeg libraries from ipjsua sample app.Liong Sauw Ming
2012-06-01Misc (re #1524): Added sipecho to MSVC project 'Samples' (the samples-vc.mak ...Nanang Izzuddin
2012-05-31Re #1524 (misc fixes): added command line options to specify port and TCP mod...Benny Prijono
2012-05-17Misc (re #1508): Fixed warning of unused var in pjsua_app.c when video is dis...Nanang Izzuddin
2012-05-14Re #1509: backported r4112-4121Benny Prijono
2012-04-26Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler war...Liong Sauw Ming
2012-04-26Re #1446 (misc): Fixed linking error if PJMEDIA_HAS_VIDEO is 0Liong Sauw Ming
2012-04-25Re #1446 (misc): Fix possible crash if video ports are destroyed in the wrong...Liong Sauw Ming
2012-04-24Re #1474: merged r4054-r4079Benny Prijono
2012-04-24Re #1276: Updated baseclasses dependency in VC makefile for samples.Nanang Izzuddin
2012-04-19Re #1276: Integrate BaseClasses with the project and remove unnecessary classesLiong Sauw Ming
2012-04-17Re #1355: vidgui: new rendering window may cause all rendering processes to stopLiong Sauw Ming
2012-04-16Re #1441: applied window flags BORDER and RESIZABLE to the local preview when...Nanang Izzuddin
2012-04-13Re #1446 (misc): Change the default of PJMEDIA_HAS_FFMPEG_VID_CODEC to PJMEDI...Liong Sauw Ming
2012-04-05Misc (Re #1446): Add pjsua app video command for modifying video codec size/r...Nanang Izzuddin
2012-04-05Misc (Re #1446): Add pjsua app video commands for modifying video codec bitra...Nanang Izzuddin
2012-04-05More re #1478: AVI cleanup steps in pjsua app.Nanang Izzuddin
2012-04-05Misc (Re #1446): Fixed wrong setting of pjsua_app's options.Liong Sauw Ming
2012-04-04More re #1478: now really do not connect to microphone when streaming avi (in...Benny Prijono
2012-04-04More re #1478: do not connect the microphone when streaming aviBenny Prijono
2012-04-04Misc (Re #1446): Add support for aviplay to play H264 and MPEG4 decoded AVI v...Liong Sauw Ming
2012-04-04Fixed #1478: AVI player virtual device. Initial spec:Benny Prijono
2012-03-30Misc (re #1446): Fixed compile warnings on VS2005.Nanang Izzuddin
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2012-03-29Fixed wrong use of CC variable in Makefile (re #1463)Benny Prijono
2012-03-22Re #1463 (3rd party media stack support): added the sample app in pjsip-apps/...Benny Prijono
2012-03-09Misc (re #1446): Minor fixes arrange_window() in pjsua app:Nanang Izzuddin
2012-01-06Re #1441 (vid_streamutil): applied window flags BORDER and RESIZABLE to the i...Nanang Izzuddin
2012-01-06Re #1441 (vid_streamutil): only apply the decoding format size (DEF_RENDERER_...Nanang Izzuddin
2012-01-06Re #1441 (vid_streamutil): fixed assertion of uninitialized event manager.Nanang Izzuddin
2011-12-28Misc (re #1393): vidgui: fixed zombie video window after re-INVITE by always ...Nanang Izzuddin
2011-12-27Re #1393: added checkbox to enable/disable video in vidgui sample appBenny Prijono
2011-12-27More re #1419: changed field names from video_count to vid_cnt and audio_cnt ...Benny Prijono
2011-12-26Misc (re #1393): vidgui: added account and NAT support and fixed assertion on...Benny Prijono
2011-12-09Re #1420: Create a pool for the event manager so subscriber doesn't need to s...Liong Sauw Ming
2011-12-07Re #1234: Initial version of keyframe request/response via SIP INFO.Nanang Izzuddin
2011-12-02Minor (re #1393): fixed compilation warning in pjsua app if video is disabledBenny Prijono
2011-12-01Closed #1420: Add support for event managerLiong Sauw Ming