1. 0269c8e Fixed #1399: Assertion failure if unable to resolve TURN server by Benny Prijono · 13 years ago
  2. 2761067 Fixed #1389: Failed to authenticate to TURN client due to REALM attribute padding by Benny Prijono · 13 years ago
  3. 9fc7f1f Re #1300: fixed bug when looking for non-telephone-events codec in the incoming INVITE causing it to rejects with 488 by Benny Prijono · 13 years ago
  4. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  5. 3f0ff80 Fixed #1394: Concurrency problem when stopping clock thread by Benny Prijono · 13 years ago
  6. abdb5ed Misc (re #1393): fixed wrong libavutil version detection by Benny Prijono · 13 years ago
  7. 9606a52 Misc (re #1393): Put log warning in ffmpeg codecs when a codec is enabled but cannot be found in ffmpeg library. by Nanang Izzuddin · 13 years ago
  8. 16653df Re #1300: Implemented symmetric payload type in generating SDP answer in SDP negotiator. by Nanang Izzuddin · 13 years ago
  9. 697456e Misc (re #1393): increase default H.263 bandwidth by Benny Prijono · 13 years ago
  10. 025263d Fixed #1392: Immediately decode incoming frames to avoid loosing key frames when the jbuf is full and improve latency by Benny Prijono · 13 years ago
  11. 3c41698 Re #1390: Fixed ffmpeg codecs to update size & fps in AVCodecContext after applying SDP fmtp to codec param. by Nanang Izzuddin · 13 years ago
  12. 6a0a49a Added libz in aconfigure as this is needed by newer ffmpeg (re #1390) by Benny Prijono · 13 years ago
  13. 565c52e Fixed compilation error in pjsua_app introduced by r3819 if video is not enabled (re #1390) by Benny Prijono · 13 years ago
  14. a165e93 Compile error with older ffmpeg due to H.264 modification (re #1390) by Benny Prijono · 13 years ago
  15. f6140b3 Re #1390: Fixed possible compile error in ffmpeg_util.c, the new ffmpeg format PIX_FMT_GBR24P is only available in libavutil 51.20.1 onward. by Nanang Izzuddin · 13 years ago
  16. 65b04a6 Reenable ffmpeg H264 (re #1390): by Nanang Izzuddin · 13 years ago
  17. e197489 Changed version to 2.0-alpha2-svn by Benny Prijono · 13 years ago
  18. e1c94ca Changed version to 2.0-alpha2 by Benny Prijono · 13 years ago
  19. aa46ce0 Set default H.263 bandwidth to 128Kbps instead of 1Mbps (re #1370) by Benny Prijono · 13 years ago
  20. cec804e Closed #1382: Handle flipped image in dshow by Sauw Ming · 13 years ago
  21. 764f873 Misc (re #1370): limit the number of error messages caused by error in send_rtp() by Benny Prijono · 13 years ago
  22. b6714d6 Misc (re #1370): disable H263 codec for RTP communication (was enabled to test whether it can use H263-1998 packetization). by Nanang Izzuddin · 13 years ago
  23. d865de9 Misc (re #1370): pjsua hide preview window when setting preview off by Benny Prijono · 13 years ago
  24. 6503023 Misc (re #1370): fixed change video capture device for a call implementation by Benny Prijono · 13 years ago
  25. 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
  26. 8350e7e Re #1370: Fixed dshow enumeration device capability. by Sauw Ming · 13 years ago
  27. 3a55bb9 Re #1266: by Sauw Ming · 13 years ago
  28. 93d8707 Close #1381: by Nanang Izzuddin · 13 years ago
  29. 298bf2e Re #1370: fixed a bug which accidentally overwrites the function parameter. by Sauw Ming · 13 years ago
  30. eb66398 Misc (re #1370): calling pjmedia_vid_port_start() more than once had caused freezing capture video if preview is enabled before making video calls by Benny Prijono · 13 years ago
  31. 444a3d6 Misc (re #1370): vid_dev_stream should not call start() if it is already been started by Benny Prijono · 13 years ago
  32. 5394880 Misc (re #1370): removed dead code in session.c by Benny Prijono · 13 years ago
  33. a5964e7 Misc (re #1370): minor fix compile warning on VS2005 about comparison between int & unsigned int. by Nanang Izzuddin · 13 years ago
  34. 0e9082d Fixed link error in pjsua due to r3785 (Misc, re #1370) by Benny Prijono · 13 years ago
  35. 86e9162 Fixed missing updating of call_med's cap_dev after fast switching (re #1362) by Benny Prijono · 13 years ago
  36. 10ff56e More re #1362: actually try to use the device switching capability in pjsua-lib, in pjsua_call_set_vid_strm(PJSUA_CALL_VID_STRM_CHANGE_CAP_DEV) operation by Benny Prijono · 13 years ago
  37. 83a9eaf Added pjsua_call_vid_stream_is_running() and pjmedia_vid_stream_is_running() API (closes #1379) by Benny Prijono · 13 years ago
  38. 1cad0bb Misc (re #1370): auto arranging of video windows in pjsua by Benny Prijono · 13 years ago
  39. 22cce53 Misc (re #1370): minor fix in pjsua_vid_preview_get_win() documentation which said it will return NULL instead of PJSUA_INVALID_ID if the window is not created for the device by Benny Prijono · 13 years ago
  40. 0d6cce0 Misc (re #1370): open v4l2 in blocking mode to get rid of Resource temporarily unavailable error by Benny Prijono · 13 years ago
  41. 42a275b Re #1358 (minor updates in event.c): by Nanang Izzuddin · 13 years ago
  42. 85bf31c Added PJMEDIA_VID_DEV_CAP_SWITCH capability to allow fast switching to another device while the video device stream is running. Currently not implemented on any devices.(This closes #1362) by Benny Prijono · 13 years ago
  43. 903154f Re #1266: Modified pjsua_media_channel_deinit() to resume deinit in the callback (instead of returning PJ_EBUSY) and make sure the right transport is used before calling dlg_respond() by Sauw Ming · 13 years ago
  44. c12a19d Fix #1358: by Nanang Izzuddin · 13 years ago
  45. ec76535 Closed #1266: by Sauw Ming · 13 years ago
  46. 8468557 Closed #1361: codec API change. Details: by Benny Prijono · 13 years ago
  47. 848742f Re #1266: Fixed failed automated tests for ICE by Sauw Ming · 13 years ago
  48. e9b279b Close #1360: implementated video orientation (currently only for video devices). by Nanang Izzuddin · 13 years ago
  49. 3a77157 Misc video (re #1370): fixed function definition specifier of pjmedia_vid_tee_remove_dst_port(). by Nanang Izzuddin · 13 years ago
  50. ca35618 Closes #1377: fixed video stream cleanup to reset back cap_win_id & rdr_win_id value to PJSUA_INVALID_ID after capture/render device released from the call stream. by Nanang Izzuddin · 13 years ago
  51. 99cc8ff Re #1266: Fixed crash when accepting incoming call. by Sauw Ming · 13 years ago
  52. 96cabac Re #1266: Fixed build error in non-Windows platform. by Sauw Ming · 13 years ago
  53. 73ecfe8 Re #1266: Asynchronous media transport creation by Sauw Ming · 13 years ago
  54. 39203b8 Related to preview (re #1340): handle problems with starting or stopping preview during a call by Benny Prijono · 13 years ago
  55. 1e86d5a Misc video (re #1370): ignore return value of sws_scale() as it returned zero on Linux in some conversion, although the resulting picture looks okay by Benny Prijono · 13 years ago
  56. aa15fbb Implemented native video preview support. This closes #1340 by Benny Prijono · 13 years ago
  57. ed0f3f0 Implemented sipecho for testing (fixed #1373) by Benny Prijono · 13 years ago
  58. b90fd38 Modified the libraries to use the new log indentation feature re #1372 by Benny Prijono · 13 years ago
  59. 9cc7850 Implemented re #1372: New log features: indentation and thread switching indication by Benny Prijono · 13 years ago
  60. 0cf69d1 Re #1370: Use GCD instead of NSThread for iOS video device. by Sauw Ming · 13 years ago
  61. 71b10fd Changed version to 2.0-alpha-svn by Benny Prijono · 13 years ago
  62. b9d2d75 Changed version to 2.0-alpha! by Benny Prijono · 13 years ago
  63. 6565b58 Fixed #1357: temporarily disabled event in pjsua due to crashing by Benny Prijono · 13 years ago
  64. 8c46f44 Fixed #1353: memory leak in qt_dev by Sauw Ming · 13 years ago
  65. 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
  66. 67f2c54 Disabled H.264 codec [re #1320/Misc] by Benny Prijono · 13 years ago
  67. 73b344d Re #1354: Removed pj_run_app() from vidgui by Sauw Ming · 13 years ago
  68. a0dbe05 Fixed crash when call is disconnected while video is not fully running (e.g. ICE negotiation failed). [Re #1263] by Benny Prijono · 13 years ago
  69. 32a3a80 Re #1320 (misc): shut off v4l2 stderr logging by Benny Prijono · 13 years ago
  70. 4c1c89a Fixed compilation error on conf_switch.c if PJMEDIA_CONF_USE_SWITCH_BOARD is enabled (re #1320, thanks Bo Shi for the report) by Benny Prijono · 13 years ago
  71. 3a61e85 Added build instruction to vidgui sample (re #1327) by Benny Prijono · 13 years ago
  72. 4c076ae Fixed #1354: stopping preview may hide parent window. by Sauw Ming · 13 years ago
  73. 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
  74. 4ee8686 Re #1327: by Nanang Izzuddin · 13 years ago
  75. 15ad7f2 Fixed #1352: by Nanang Izzuddin · 13 years ago
  76. 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
  77. 1f9fe34 Re #1349: Fixed a potential problem when stopping the video port. We should stop the clock first then stop the stream. by Sauw Ming · 13 years ago
  78. 6073bd1 Fixed #1349: by Sauw Ming · 13 years ago
  79. 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
  80. 7fba268 Fixed #1334: Fix the problem of getting stuck when trying to quit SDL. by Sauw Ming · 13 years ago
  81. 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
  82. 1d8ceb1 Re #1334: by Sauw Ming · 13 years ago
  83. 26b7d44 Re #1346 (python test fixes): Disabled (temporarily) {{{scripts-call/150_srtp_2_3.py}}} as this scenario requires SRTP optional-with-duplicated-media (ticket #1267). by Nanang Izzuddin · 13 years ago
  84. bb6f57f Re #1346 (python test fixes): Updated test scenario that requires pjsua to generate multiple media offer using --extra-audio instead of using --use-srtp=3 (optional-with-duplicated-media). by Nanang Izzuddin · 13 years ago
  85. fad6f69 Fixed #1348: by Nanang Izzuddin · 13 years ago
  86. d8c33d8 Re #1347: Fixed case 1, 2, and 3 above: by Nanang Izzuddin · 13 years ago
  87. 33380c5 Re #1346 (python test fixes): Updated test scenario involving negotiation SRTP-mandatory vs SRTP-disabled or vice-versa, call rejection is using 488 now (was using 406). by Nanang Izzuddin · 13 years ago
  88. a1ae1bd Re #1346 (python test fixes): Updated test scenario involving sending REGISTER to pjsua, now pjsua has simple registrar so registration will be accepted (was rejected). by Nanang Izzuddin · 13 years ago
  89. aa967ad Re #1346 (python test fixes): adjust test scenario to follow the new behavior of pjsua in selecting active media from multiple media with same types, i.e: it will select the first media (previously/1.x it will will select the last). by Nanang Izzuddin · 13 years ago
  90. 1f18daa Re #1346 (python test fixes): Updated string pattern constants as some pjsua log messages has been changed in 2.0. by Nanang Izzuddin · 13 years ago
  91. 4b3f7cd Fix #1345: Fixed samples-per-frame calculation formula bug in PJMEDIA_SPF(). by Nanang Izzuddin · 13 years ago
  92. 9c012a5 Re #1320: Fixed SDP negotiator in generating connection info for SDP media answer when the media is deactivated (was always adding connection line for the media, even if SDP session already has one). by Nanang Izzuddin · 13 years ago
  93. c2997e7 Dummy checkin for testing the automated testing scripts.. by Benny Prijono · 13 years ago
  94. 00d8e84 Re #1344 (automated test): make sure run_continuous.py returns correct exit code by Benny Prijono · 13 years ago
  95. 3045309 Re #1320 (misc/automated testing): enhanced run_continuous.py with: 1) custom group name suffix option 2) one time check option instead of loop 3) force option. Note that this was copied from #1264 by Benny Prijono · 13 years ago
  96. 24c39a3 Re #1324: Add checking of iOS SDK frameworks in the configure script by Sauw Ming · 13 years ago
  97. 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
  98. 5325f57 Re #1327, some fixes on the simple GUI app: by Nanang Izzuddin · 13 years ago
  99. c40fc12 Re #1285: Updates for SDL 1.3 only: by Nanang Izzuddin · 13 years ago
  100. 95abc7a Re #1327 (vidgui): by Benny Prijono · 13 years ago