1. 39280b8 Re #1655: Moved the definition of USE_GUI to pjsua iOS by Sauw Ming · 11 years ago
  2. 57e2652 Re #1655: pjsua app CLI for iOS by Sauw Ming · 11 years ago
  3. bc9c677 Re #1643: Code restructure+add callback to support symbian gui app by Riza Sulistyo · 11 years ago
  4. 8e4a113 More re #1643: changed svn file type property to native by Benny Prijono · 11 years ago
  5. 2342996 Fixed #1653: [incompatible] pjsua_call_update() API should not release hold by Benny Prijono · 11 years ago
  6. 7da46cd Re #1643: add initial support for CLI by Riza Sulistyo · 12 years ago
  7. 5d47423 Fixed #1642: Media transport may not be cleaned up if call is hung up quickly by Benny Prijono · 12 years ago
  8. 4f6ad78 Re #1630: Fixed incorrect parameter in Python wrapper. by Sauw Ming · 12 years ago
  9. 74f8514 Implementation of Re #1628: Modify SIP transaction to use group lock to avoid deadlock etc. by Benny Prijono · 12 years ago
  10. 414d34c Misc (re #1559): fixed compile errors/warnings on Symbian platform. by Nanang Izzuddin · 12 years ago
  11. 05c3eaf Close #1615: Fixed bug in URI scheme check macro PJSIP_URI_SCHEME_IS_SIP()/SIPS/TEL. by Nanang Izzuddin · 12 years ago
  12. 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
  13. 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
  14. 35367d4 Re #1559: Related to r4312, get the latest account config first before modifying the account by Sauw Ming · 12 years ago
  15. 9db6658 Re #1559: Fixed registration timeout setting used by ipjsua to take effect immediately. by Sauw Ming · 12 years ago
  16. e135917 Fixed #1585: IPv6 support for SIP TCP and TLS transports and PJSUA-LIB v2 by Benny Prijono · 12 years ago
  17. f21421f Re #1559: Add support for OS X version after 10.7.x by Sauw Ming · 12 years ago
  18. c7abc1b Fixed #1412: Account specific NAT settings: STUN, ICE, and TURN by Benny Prijono · 12 years ago
  19. 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
  20. 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
  21. 19b542b Fixed #1541: Crash in third party media sample application after library is restarted by Benny Prijono · 12 years ago
  22. 4617870 Re #1524: Removed SDL/ffmpeg libraries from ipjsua sample app. by Sauw Ming · 12 years ago
  23. d098c46 Re #1524 (misc fixes): added command line options to specify port and TCP mode for sipecho by Benny Prijono · 12 years ago
  24. 48f46a9 Misc (re #1508): Fixed warning of unused var in pjsua_app.c when video is disabled. by Nanang Izzuddin · 12 years ago
  25. 6de7667 Re #1509: backported r4112-4121 by Benny Prijono · 12 years ago
  26. 2a04460 Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler warnings. by Sauw Ming · 12 years ago
  27. e85cbee Re #1446 (misc): Fixed linking error if PJMEDIA_HAS_VIDEO is 0 by Sauw Ming · 12 years ago
  28. 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
  29. 5fa18e6 Re #1474: merged r4054-r4079 by Benny Prijono · 12 years ago
  30. c1a64cb Re #1355: vidgui: new rendering window may cause all rendering processes to stop by Sauw Ming · 12 years ago
  31. b230a22 Re #1441: applied window flags BORDER and RESIZABLE to the local preview when sending AVI. by Nanang Izzuddin · 12 years ago
  32. 1f07888 Re #1446 (misc): Change the default of PJMEDIA_HAS_FFMPEG_VID_CODEC to PJMEDIA_HAS_FFMPEG_CODEC. by Sauw Ming · 12 years ago
  33. 4560ee8 Misc (Re #1446): Add pjsua app video command for modifying video codec size/resolution. by Nanang Izzuddin · 12 years ago
  34. 8f1546d Misc (Re #1446): Add pjsua app video commands for modifying video codec bitrate & framerate. by Nanang Izzuddin · 12 years ago
  35. 5ec95cd More re #1478: AVI cleanup steps in pjsua app. by Nanang Izzuddin · 12 years ago
  36. 22d9b64 Misc (Re #1446): Fixed wrong setting of pjsua_app's options. by Sauw Ming · 12 years ago
  37. 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
  38. 837200a More re #1478: do not connect the microphone when streaming avi by Benny Prijono · 12 years ago
  39. 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
  40. 2e727e8 Fixed #1478: AVI player virtual device. Initial spec: by Benny Prijono · 12 years ago
  41. a629319 Misc (re #1446): Fixed compile warnings on VS2005. by Nanang Izzuddin · 12 years ago
  42. 28d3c56 Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch) by Benny Prijono · 12 years ago
  43. 4997ba6 Fixed wrong use of CC variable in Makefile (re #1463) by Benny Prijono · 12 years ago
  44. 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
  45. 84e0018 Misc (re #1446): Minor fixes arrange_window() in pjsua app: by Nanang Izzuddin · 13 years ago
  46. a8c6206 Re #1441 (vid_streamutil): applied window flags BORDER and RESIZABLE to the incoming video window. by Nanang Izzuddin · 13 years ago
  47. 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
  48. 8e59da0 Re #1441 (vid_streamutil): fixed assertion of uninitialized event manager. by Nanang Izzuddin · 13 years ago
  49. 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
  50. b138603 Re #1393: added checkbox to enable/disable video in vidgui sample app by Benny Prijono · 13 years ago
  51. 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
  52. 5c4aa8e Misc (re #1393): vidgui: added account and NAT support and fixed assertion on incoming call by Benny Prijono · 13 years ago
  53. 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
  54. 3da4ad8 Re #1234: Initial version of keyframe request/response via SIP INFO. by Nanang Izzuddin · 13 years ago
  55. 7347f31 Minor (re #1393): fixed compilation warning in pjsua app if video is disabled by Benny Prijono · 13 years ago
  56. 0fabe1b Closed #1420: Add support for event manager by Sauw Ming · 13 years ago
  57. 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
  58. debd48a Re #1419, implement media count manipulation per call basis: by Nanang Izzuddin · 13 years ago
  59. 2780b7a Misc (re #1393): write log if adding pjsua buddy fails by Benny Prijono · 13 years ago
  60. 0ee072f Fixed #1401: Add support for video device's window flags by Sauw Ming · 13 years ago
  61. 4bc1575 Added video for TCP account (previous fix did not work, re #1400) by Benny Prijono · 13 years ago
  62. 0d6f755 Added missing video initialization to TCP local accounts in pjsua (fixed #1400) by Benny Prijono · 13 years ago
  63. 7718350 Misc (re #1393): crash in vid win command without argument by Benny Prijono · 13 years ago
  64. 034ac41 Re #1400: init video settings for pjsua app accounts. by Nanang Izzuddin · 13 years ago
  65. d3de2a8 Re #1400: enhancements to video operations in pjsua application by Benny Prijono · 13 years ago
  66. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  67. 565c52e Fixed compilation error in pjsua_app introduced by r3819 if video is not enabled (re #1390) by Benny Prijono · 13 years ago
  68. 65b04a6 Reenable ffmpeg H264 (re #1390): by Nanang Izzuddin · 13 years ago
  69. d865de9 Misc (re #1370): pjsua hide preview window when setting preview off by Benny Prijono · 13 years ago
  70. 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
  71. 93d8707 Close #1381: by Nanang Izzuddin · 13 years ago
  72. 0e9082d Fixed link error in pjsua due to r3785 (Misc, re #1370) by Benny Prijono · 13 years ago
  73. 1cad0bb Misc (re #1370): auto arranging of video windows in pjsua by Benny Prijono · 13 years ago
  74. 8468557 Closed #1361: codec API change. Details: by Benny Prijono · 13 years ago
  75. ed0f3f0 Implemented sipecho for testing (fixed #1373) by Benny Prijono · 13 years ago
  76. 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
  77. 73b344d Re #1354: Removed pj_run_app() from vidgui by Sauw Ming · 13 years ago
  78. 3a61e85 Added build instruction to vidgui sample (re #1327) by Benny Prijono · 13 years ago
  79. 4c076ae Fixed #1354: stopping preview may hide parent window. by Sauw Ming · 13 years ago
  80. 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
  81. 4ee8686 Re #1327: by Nanang Izzuddin · 13 years ago
  82. 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
  83. 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
  84. 7fba268 Fixed #1334: Fix the problem of getting stuck when trying to quit SDL. by Sauw Ming · 13 years ago
  85. 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
  86. fad6f69 Fixed #1348: by Nanang Izzuddin · 13 years ago
  87. 5325f57 Re #1327, some fixes on the simple GUI app: by Nanang Izzuddin · 13 years ago
  88. 95abc7a Re #1327 (vidgui): by Benny Prijono · 13 years ago
  89. 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
  90. e212bc1 Re #1263 (Video API): by Benny Prijono · 13 years ago
  91. 4ba7c95 Misc (re #1320): fixed link error in pjmedia_test and aviplay samples if ffmpeg is not enabled by Benny Prijono · 13 years ago
  92. 7e50ff0 More re #1327 (vidgui): added vidgui.pro and removed generated files from svn by Benny Prijono · 13 years ago
  93. 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
  94. f6d2eb6 Re #1324: by Nanang Izzuddin · 13 years ago
  95. 63b3c13 Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting. by Nanang Izzuddin · 13 years ago
  96. d93c68a Re #1326: by Nanang Izzuddin · 13 years ago
  97. 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
  98. 96f8dca Fix #1295: Added thin wrapper for audio and video codec operations. by Nanang Izzuddin · 13 years ago
  99. 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
  100. 5291a2d Re #1282: by Sauw Ming · 13 years ago