1. bb3ae74 Misc (re #1562): Minor updates in pjsua app: fixed wrong error message and increased buffer for input menu. by Nanang Izzuddin · 12 years ago
  2. 0c662ea Close #1614: Added call redirect option PJSIP_REDIRECT_ACCEPT_REPLACE to accept call redirection with replaced 'To' header. by Nanang Izzuddin · 12 years ago
  3. 35367d4 Re #1559: Related to r4312, get the latest account config first before modifying the account by Sauw Ming · 12 years ago
  4. 9db6658 Re #1559: Fixed registration timeout setting used by ipjsua to take effect immediately. by Sauw Ming · 12 years ago
  5. e135917 Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2 by Benny Prijono · 12 years ago
  6. f21421f Re #1559: Add support for OS X version after 10.7.x by Sauw Ming · 12 years ago
  7. c7abc1b Fixed #1412: Account specific NAT settings: STUN, ICE, and TURN by Benny Prijono · 12 years ago
  8. 57d68d7 Re #1559: fixed uninitialized variable bug in icedemo sample app (thanks Magnus Kempe for the report and the fix!). by Nanang Izzuddin · 12 years ago
  9. 8c605b0 Re #1562: fixed typo in pjsua app video option help: the default for "--vrender-dev" should be "-2". by Nanang Izzuddin · 12 years ago
  10. 19b542b Fixed #1541: Crash in third party media sample application after library is restarted by Benny Prijono · 12 years ago
  11. 4617870 Re #1524: Removed SDL/ffmpeg libraries from ipjsua sample app. by Sauw Ming · 12 years ago
  12. 94c7ba5 Misc (re #1524): Added sipecho to MSVC project 'Samples' (the samples-vc.mak is fine) by Nanang Izzuddin · 12 years ago
  13. d098c46 Re #1524 (misc fixes): added command line options to specify port and TCP mode for sipecho by Benny Prijono · 12 years ago
  14. 48f46a9 Misc (re #1508): Fixed warning of unused var in pjsua_app.c when video is disabled. by Nanang Izzuddin · 12 years ago
  15. 6de7667 Re #1509: backported r4112-4121 by Benny Prijono · 12 years ago
  16. 2a04460 Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler warnings. by Sauw Ming · 12 years ago
  17. e85cbee Re #1446 (misc): Fixed linking error if PJMEDIA_HAS_VIDEO is 0 by Sauw Ming · 12 years ago
  18. 2c488d9 Re #1446 (misc): Fix possible crash if video ports are destroyed in the wrong order (i.e. client port must be destroyed last). by Sauw Ming · 12 years ago
  19. 5fa18e6 Re #1474: merged r4054-r4079 by Benny Prijono · 12 years ago
  20. 21b2450 Re #1276: Updated baseclasses dependency in VC makefile for samples. by Nanang Izzuddin · 12 years ago
  21. 75b42f9 Re #1276: Integrate BaseClasses with the project and remove unnecessary classes by Sauw Ming · 12 years ago
  22. c1a64cb Re #1355: vidgui: new rendering window may cause all rendering processes to stop by Sauw Ming · 12 years ago
  23. b230a22 Re #1441: applied window flags BORDER and RESIZABLE to the local preview when sending AVI. by Nanang Izzuddin · 12 years ago
  24. 1f07888 Re #1446 (misc): Change the default of PJMEDIA_HAS_FFMPEG_VID_CODEC to PJMEDIA_HAS_FFMPEG_CODEC. by Sauw Ming · 12 years ago
  25. 4560ee8 Misc (Re #1446): Add pjsua app video command for modifying video codec size/resolution. by Nanang Izzuddin · 12 years ago
  26. 8f1546d Misc (Re #1446): Add pjsua app video commands for modifying video codec bitrate & framerate. by Nanang Izzuddin · 12 years ago
  27. 5ec95cd More re #1478: AVI cleanup steps in pjsua app. by Nanang Izzuddin · 12 years ago
  28. 22d9b64 Misc (Re #1446): Fixed wrong setting of pjsua_app's options. by Sauw Ming · 12 years ago
  29. 83ee8f5 More re #1478: now really do not connect to microphone when streaming avi (instead of disconnecting the whole audio) by Benny Prijono · 12 years ago
  30. 837200a More re #1478: do not connect the microphone when streaming avi by Benny Prijono · 12 years ago
  31. 878bc14 Misc (Re #1446): Add support for aviplay to play H264 and MPEG4 decoded AVI videos. This includes support for XVID and DIVX MPEG4. by Sauw Ming · 12 years ago
  32. 2e727e8 Fixed #1478: AVI player virtual device. Initial spec: by Benny Prijono · 12 years ago
  33. a629319 Misc (re #1446): Fixed compile warnings on VS2005. by Nanang Izzuddin · 12 years ago
  34. 28d3c56 Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch) by Benny Prijono · 12 years ago
  35. 4997ba6 Fixed wrong use of CC variable in Makefile (re #1463) by Benny Prijono · 12 years ago
  36. 464182e Re #1463 (3rd party media stack support): added the sample app in pjsip-apps/src/3rdparty_media_sample by Benny Prijono · 13 years ago
  37. 84e0018 Misc (re #1446): Minor fixes arrange_window() in pjsua app: by Nanang Izzuddin · 13 years ago
  38. a8c6206 Re #1441 (vid_streamutil): applied window flags BORDER and RESIZABLE to the incoming video window. by Nanang Izzuddin · 13 years ago
  39. 9a294e7 Re #1441 (vid_streamutil): only apply the decoding format size (DEF_RENDERER_WIDTH/HEIGHT macro setting) if it is larger than the default. by Nanang Izzuddin · 13 years ago
  40. 8e59da0 Re #1441 (vid_streamutil): fixed assertion of uninitialized event manager. by Nanang Izzuddin · 13 years ago
  41. 5bfb169 Misc (re #1393): vidgui: fixed zombie video window after re-INVITE by always destroying any incoming video window first before processing media update. by Nanang Izzuddin · 13 years ago
  42. b138603 Re #1393: added checkbox to enable/disable video in vidgui sample app by Benny Prijono · 13 years ago
  43. ae86e6a More re #1419: changed field names from video_count to vid_cnt and audio_cnt to aud_cnt for better consistency by Benny Prijono · 13 years ago
  44. 5c4aa8e Misc (re #1393): vidgui: added account and NAT support and fixed assertion on incoming call by Benny Prijono · 13 years ago
  45. 7a9b756 Re #1420: Create a pool for the event manager so subscriber doesn't need to supply its own pool. by Sauw Ming · 13 years ago
  46. 3da4ad8 Re #1234: Initial version of keyframe request/response via SIP INFO. by Nanang Izzuddin · 13 years ago
  47. 7347f31 Minor (re #1393): fixed compilation warning in pjsua app if video is disabled by Benny Prijono · 13 years ago
  48. 0fabe1b Closed #1420: Add support for event manager by Sauw Ming · 13 years ago
  49. 3d7385c Misc (re #1393): fix linking error "app_config_init_video() not found" when video is disabled, also some compile warnings (unused variables). by Nanang Izzuddin · 13 years ago
  50. debd48a Re #1419, implement media count manipulation per call basis: by Nanang Izzuddin · 13 years ago
  51. 2780b7a Misc (re #1393): write log if adding pjsua buddy fails by Benny Prijono · 13 years ago
  52. 0ee072f Fixed #1401: Add support for video device's window flags by Sauw Ming · 13 years ago
  53. 4bc1575 Added video for TCP account (previous fix did not work, re #1400) by Benny Prijono · 13 years ago
  54. 0d6f755 Added missing video initialization to TCP local accounts in pjsua (fixed #1400) by Benny Prijono · 13 years ago
  55. 7718350 Misc (re #1393): crash in vid win command without argument by Benny Prijono · 13 years ago
  56. 034ac41 Re #1400: init video settings for pjsua app accounts. by Nanang Izzuddin · 13 years ago
  57. d3de2a8 Re #1400: enhancements to video operations in pjsua application by Benny Prijono · 13 years ago
  58. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  59. 565c52e Fixed compilation error in pjsua_app introduced by r3819 if video is not enabled (re #1390) by Benny Prijono · 13 years ago
  60. 65b04a6 Reenable ffmpeg H264 (re #1390): by Nanang Izzuddin · 13 years ago
  61. d865de9 Misc (re #1370): pjsua hide preview window when setting preview off by Benny Prijono · 13 years ago
  62. 3c1ed0c Misc (re #1370): rename command "vid call set-cap" to "vid call cap", and added command "vid win arrange" to auto-arrange windows by Benny Prijono · 13 years ago
  63. 93d8707 Close #1381: by Nanang Izzuddin · 13 years ago
  64. 0e9082d Fixed link error in pjsua due to r3785 (Misc, re #1370) by Benny Prijono · 13 years ago
  65. 1cad0bb Misc (re #1370): auto arranging of video windows in pjsua by Benny Prijono · 13 years ago
  66. 8468557 Closed #1361: codec API change. Details: by Benny Prijono · 13 years ago
  67. ed0f3f0 Implemented sipecho for testing (fixed #1373) by Benny Prijono · 13 years ago
  68. 775918f Misc (re #1320): fixed wrong check order in pjsua app vid_handle_menu(), input string "vid " crashed the app. by Nanang Izzuddin · 13 years ago
  69. 73b344d Re #1354: Removed pj_run_app() from vidgui by Sauw Ming · 13 years ago
  70. 3a61e85 Added build instruction to vidgui sample (re #1327) by Benny Prijono · 13 years ago
  71. 4c076ae Fixed #1354: stopping preview may hide parent window. by Sauw Ming · 13 years ago
  72. 56c2b82 Re #1327 (vidgui): Minor fix on windows VidWin::attach(), applying window style WS_CHILD to unattached/unparented SDL window causes strange behavior: after parented to a QWidget, it doesn't follow the parent/QWidget movement but its coordinate is relative to the parent/QWidget. by Nanang Izzuddin · 13 years ago
  73. 4ee8686 Re #1327: by Nanang Izzuddin · 13 years ago
  74. 2047bd7 Re #1351: option to initially hide video preview window to avoid floating window. Also added pjsua_vid_preview_param_default() by Benny Prijono · 13 years ago
  75. 1e853cf Re #1327 (vidgui): Fix stuck/hang when quiting vidgui without stopping video preview. Somehow the SDL will stuck (wait forever) in destroying its render window when the render window parent (VidWin) hasn't been destroyed. by Nanang Izzuddin · 13 years ago
  76. 7fba268 Fixed #1334: Fix the problem of getting stuck when trying to quit SDL. by Sauw Ming · 13 years ago
  77. 04e2b41 Re #1327 (vidgui): added --silent option when invoking make otherwise it will capture gibberish when running make to regenerate the files by Benny Prijono · 13 years ago
  78. fad6f69 Fixed #1348: by Nanang Izzuddin · 13 years ago
  79. d12e814 Re #1320: Fixed linking problem of sample apps on Windows platform, undefined symbols used by dshow video dev. by Nanang Izzuddin · 13 years ago
  80. 5325f57 Re #1327, some fixes on the simple GUI app: by Nanang Izzuddin · 13 years ago
  81. 95abc7a Re #1327 (vidgui): by Benny Prijono · 13 years ago
  82. 382976d Re #1327 (vidgui): fixed crash on Linux because SDL_Init() needs to be called prior to creating QApplication by Benny Prijono · 13 years ago
  83. e212bc1 Re #1263 (Video API): by Benny Prijono · 13 years ago
  84. 4ba7c95 Misc (re #1320): fixed link error in pjmedia_test and aviplay samples if ffmpeg is not enabled by Benny Prijono · 13 years ago
  85. 7e50ff0 More re #1327 (vidgui): added vidgui.pro and removed generated files from svn by Benny Prijono · 13 years ago
  86. d4ec281 Re #1327: Very early version of simple video GUI, built on Qt, should run on win/lin/mac. by Nanang Izzuddin · 13 years ago
  87. f6d2eb6 Re #1324: by Nanang Izzuddin · 13 years ago
  88. 63b3c13 Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting. by Nanang Izzuddin · 13 years ago
  89. d93c68a Re #1326: by Nanang Izzuddin · 13 years ago
  90. fe68f1d Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-alpha-svn". by Nanang Izzuddin · 13 years ago
  91. 96f8dca Fix #1295: Added thin wrapper for audio and video codec operations. by Nanang Izzuddin · 13 years ago
  92. 35fc1eb Fixed #1294: New pjmedia_codec_register_audio_codecs() API to register all known codecs, and also added implementation to deregister all codecs when the media endpoint is destroyed by Benny Prijono · 13 years ago
  93. 5291a2d Re #1282: by Sauw Ming · 13 years ago
  94. 9808561 Re #1263: by Nanang Izzuddin · 13 years ago
  95. ee0ba18 Re #1265 (GUI events): initial implementation, for renderer only first. Also re #1320 (misc): moved function prototypes from pjsua_xx.c to pjsua_internal.h by Benny Prijono · 13 years ago
  96. 01095d8 Re #1278: NSApplication and NSAutoreleasePool management for Mac OS X by Sauw Ming · 13 years ago
  97. fcf5db3 Fixed #1325: signature fix pjmedia objects by Benny Prijono · 13 years ago
  98. f363802 Re #1263: by Nanang Izzuddin · 13 years ago
  99. c16590a Re #1263: minor fixes: by Nanang Izzuddin · 13 years ago
  100. 7ad53c3 Re #1263: by Nanang Izzuddin · 13 years ago