1. 24582ed Re #1535: Added check if module "mod-stateful-util" has been unregistered. by Nanang Izzuddin · 12 years ago
  2. 665eff0 Re #1536: Revert r4167 by Sauw Ming · 12 years ago
  3. d1f0b3c Fixed #1536: Modify video port creation parameter to be set with actual creation prm on output by Sauw Ming · 12 years ago
  4. 4617870 Re #1524: Removed SDL/ffmpeg libraries from ipjsua sample app. by Sauw Ming · 12 years ago
  5. 514e893 Fixed #1535: Pending outgoing TCP transmission may cause crash if the library is shutdown by Benny Prijono · 12 years ago
  6. 87f725e Close #1534: done. by Nanang Izzuddin · 12 years ago
  7. 8ddeaa8 Fixed #1533: Deadlock in processing media transport asynchronous creation completion (thank you Itay Bianco for the report) by Benny Prijono · 12 years ago
  8. 262dae6 Re #1532: put back the 'redundant' loop at the beginning. by Nanang Izzuddin · 12 years ago
  9. fb7bfb9 Close #1532: optimization in conference bridge get_frame(). by Nanang Izzuddin · 12 years ago
  10. 1fdd4ca Fix #1531: fixed memory and handle leak issue in clock thread. by Nanang Izzuddin · 12 years ago
  11. 2f91da0 Re #1529: Modify configure script to search for SDL2 first. by Sauw Ming · 12 years ago
  12. 93a1ae9 Fix #1528: by Nanang Izzuddin · 12 years ago
  13. 08b20fe Close #1529: by Nanang Izzuddin · 12 years ago
  14. 96f829e Fixed #1530: Sending ACK is reported with wrong pjsip_event info by Benny Prijono · 12 years ago
  15. 6414d51 Re #1527: fixed bug in pjsua-lib, where registration operation may cause wrong timer entry (with _timer_id=0) to be cancelled accidentally. This could happen when turning registration ON after it was off. Thanks Itay Bianco for the report by Benny Prijono · 12 years ago
  16. 30154d3 Re #1527: added debugging facility to the timer heap. By enabling PJ_TIMER_DEBUG, application can use pj_timer_heap_dump() or pjsip_endpt_dump() to dump the timer entries along with the source location where it is scheduled from. The macro will also enable dumping the timer heap entries when the SIP endpoint is being destroyed by Benny Prijono · 12 years ago
  17. 94c7ba5 Misc (re #1524): Added sipecho to MSVC project 'Samples' (the samples-vc.mak is fine) by Nanang Izzuddin · 12 years ago
  18. ca29880 Re #1521: minor fixes to BB10 dev. by Sauw Ming · 12 years ago
  19. 152532f Fixed #1521: Add initial support for BlackBerry 10 (BB10) platform. by Sauw Ming · 12 years ago
  20. 4e4ec7e Fixed #1525: Modify configure script to disable autodetection when cross-compiling. by Sauw Ming · 12 years ago
  21. d098c46 Re #1524 (misc fixes): added command line options to specify port and TCP mode for sipecho by Benny Prijono · 12 years ago
  22. c5da35f Re #1523: Initial version of SIPp python test module. by Nanang Izzuddin · 12 years ago
  23. 2cc31c9 Fix #1522: by Nanang Izzuddin · 12 years ago
  24. 5f87983 Fixed #1515: Sound device is not closed when the call fails to connect (thanks Régis Montoya for the report) by Benny Prijono · 12 years ago
  25. 9a60f7b Changed version to 2.0-svn by Benny Prijono · 12 years ago
  26. 6b9bfb1 Changed version to 2.0 by Benny Prijono · 12 years ago
  27. 9577520 Re #1508 (Misc): put comment in srtp_optional_dup_offer field to say that the option has been deprecated and will be ignored by Benny Prijono · 12 years ago
  28. 227f730 Re #1509: backported r4130-4136 by Benny Prijono · 12 years ago
  29. 2d966c1 Re #1514: fixed the incoming call scenario, and changed disconnection code from Precondition Failure to Temporarily Unavailable by Benny Prijono · 12 years ago
  30. 03853fe Fixed second problem in re #1514: NULL state is reported instead of DISCONNECTED state if call is disconnected due to transport (ICE) initialization error by Benny Prijono · 12 years ago
  31. 5fefe8e Fixed first problem in #1514: assertion when media transport initialization fail by Benny Prijono · 12 years ago
  32. fe9bf30 Fixed #1512: added Option to continue ICE operation even when STUN resolution fails by Benny Prijono · 12 years ago
  33. a485e97 Fix #1511: destroy the media transport of the removed media. by Nanang Izzuddin · 12 years ago
  34. 6898bfd Close #1500: by Nanang Izzuddin · 12 years ago
  35. 0663885 Re #1509: backported r4122-r4129. by Nanang Izzuddin · 12 years ago
  36. 48f46a9 Misc (re #1508): Fixed warning of unused var in pjsua_app.c when video is disabled. by Nanang Izzuddin · 12 years ago
  37. ac23f00 Close #1506: Added PJSUA callback for SDP creation. by Nanang Izzuddin · 12 years ago
  38. 5776067 Re #1508 (misc): Fixed incorrect typecast of pjmedia_vid_stream by Sauw Ming · 12 years ago
  39. 6de7667 Re #1509: backported r4112-4121 by Benny Prijono · 12 years ago
  40. c8f451b Re #1508 (misc): Fixed compilation error if PJMEDIA_STREAM_ENABLE_KA is enabled. by Sauw Ming · 12 years ago
  41. 3c54077 Fixed #1504: Crash when trying to answer calls but call has been disconnected by Sauw Ming · 12 years ago
  42. b80b9ee Fix #1501: Added max incoming framerate state in video stream to check for increasing framerate (before triggering PJMEDIA_EVENT_FMT_CHANGED event). by Nanang Izzuddin · 12 years ago
  43. cf6b2b7 Changed version to 2.0-rc-svn by Benny Prijono · 12 years ago
  44. 8ec44af Changed version to 2.0-rc by Benny Prijono · 12 years ago
  45. b15e7ca Re #1474: merged r4100-4107 by Benny Prijono · 12 years ago
  46. d2360f8 Misc (re #1446): fixed potentially non-portable 64bit integer literal introduced by r4099 by Benny Prijono · 12 years ago
  47. 0155479 Fix #1497: reset call->inv to NULL whenever call is terminated prematurely (before completely attached to pjsua). by Nanang Izzuddin · 12 years ago
  48. 0d2e9e9 Fix #1496: destroying call media transports in pjsua_media_subsys_destroy() should be done using pjsua_media_channel_deinit(). by Nanang Izzuddin · 12 years ago
  49. ab34e6b Re #1474: merged r4095:4099 by Nanang Izzuddin · 12 years ago
  50. bf56817 Misc (re #1446): Fixed compile errors on Symbian S60 5th Ed SDK: unrecognized a struct defined inside another struct and 64 bit integer constants suffix. by Nanang Izzuddin · 12 years ago
  51. c94bd20 Re #1474: merged r4093:4095 by Benny Prijono · 12 years ago
  52. 78dbf53 Re #1474: merged r4081-r4093 by Benny Prijono · 12 years ago
  53. ac58bc0 Re #1474: this is supposed to be part of r4082 above, which is the merging of r4054 to r4079. Somehow it was left uncommitted! by Benny Prijono · 12 years ago
  54. af8f4fa Misc (re #1446): Updated ffmpeg compatibility issues, e.g: av_set_int() return code not match to av_opt_set_int(), update libavcodec version to at least 53.61 for av_opt_set*() usage. by Nanang Izzuddin · 12 years ago
  55. 972a42c Misc (re #1446): Updated Symbian projects with new files introduced in 2.0. by Nanang Izzuddin · 12 years ago
  56. 2a04460 Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler warnings. by Sauw Ming · 12 years ago
  57. e85cbee Re #1446 (misc): Fixed linking error if PJMEDIA_HAS_VIDEO is 0 by Sauw Ming · 12 years ago
  58. 19dbb90 Misc (re #1446): dump_media_session() wasn't called if there was no active audio. by Nanang Izzuddin · 12 years ago
  59. 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
  60. fd7be1a Misc (re #1446): more support newer libavcodec version (major: 54) which deprecated AVCodec::encode and avcodec_encode_video(). by Nanang Izzuddin · 12 years ago
  61. 5fa18e6 Re #1474: merged r4054-r4079 by Benny Prijono · 12 years ago
  62. 5f166fd Misc (re #1446): support newer libavcodec version (major: 54) which deprecated few APIs by Benny Prijono · 12 years ago
  63. 21b2450 Re #1276: Updated baseclasses dependency in VC makefile for samples. by Nanang Izzuddin · 12 years ago
  64. 2f3cc8e Misc (re #1446): fixed warning re unused job_thread() function in Mac OS build by Benny Prijono · 12 years ago
  65. 20c157e Misc (re #1446) fixed compilation warning by Benny Prijono · 12 years ago
  66. f92386d Misc (re #1446): compilation warning when calling swscale by Benny Prijono · 12 years ago
  67. a244378 Re #1276: Fixed missing setting in baseclasses project also added svn:ignore prop to baseclasses output dir. by Nanang Izzuddin · 12 years ago
  68. 6e2b2f0 Re #1276: Removed unused file baseclasses.vcproj by Nanang Izzuddin · 12 years ago
  69. c46d115 Re #1276: by Nanang Izzuddin · 12 years ago
  70. 1d56872 Fix #1423: by Nanang Izzuddin · 12 years ago
  71. 8e0a5fc Related to re #1469: enable H.263 and H.264 by default if ffmpeg is available by Benny Prijono · 12 years ago
  72. eeebfab Re #1469: Changed aconfigure to use pkg-config to detect ffmpeg dependencies. On systems where pkg-config is not available (such as Mac OS X), use the supplemented pkgconfig.py Python script. If Python is not available, users then need to configure CFLAGS and LDFLAGS manually prior to running configure by Benny Prijono · 12 years ago
  73. db7e060 Fixed #1493: Fixed bug in terminating the invite session when accepting incoming call. by Sauw Ming · 12 years ago
  74. 75b42f9 Re #1276: Integrate BaseClasses with the project and remove unnecessary classes by Sauw Ming · 12 years ago
  75. 93ba7fe Fixed #1276: Add baseclasses sample in third_party directory required by dshow_dev by Sauw Ming · 12 years ago
  76. c1a64cb Re #1355: vidgui: new rendering window may cause all rendering processes to stop by Sauw Ming · 12 years ago
  77. 1593c87 Re #1476: for simple blocking, the bandwidth typically needs to be set to larger value than the avg_bitrage, otherwise the simple_blocking will slow down the transmission too much, causing video and audio unsync. This patch force the bandwidth to at least three times avg_bps by Benny Prijono · 12 years ago
  78. d7d94c4 Related to re #1478: minor fix for wrong AVI header field name (msec instead of usec) by Benny Prijono · 12 years ago
  79. db86127 Related to re #1478: add timestamp value to audio and video frames in the AVI player, and fix the avg/max bps calculation for the port info of audio stream by Benny Prijono · 12 years ago
  80. 9f44201 Misc (re #1446): redirect ffmpeg logging with custom log callback. by Nanang Izzuddin · 12 years ago
  81. b230a22 Re #1441: applied window flags BORDER and RESIZABLE to the local preview when sending AVI. by Nanang Izzuddin · 12 years ago
  82. 1effeaa Re #1474: merged r4042-r4053 by Benny Prijono · 12 years ago
  83. 11c501a Re #1446 (misc): Revert r4035 which resizes renderer if format does not change. by Sauw Ming · 12 years ago
  84. 32befd7 Re #1446 (misc): Fixed unset sip error code if pjsip_inv_verify_request3() failed. by Sauw Ming · 12 years ago
  85. 1f07888 Re #1446 (misc): Change the default of PJMEDIA_HAS_FFMPEG_VID_CODEC to PJMEDIA_HAS_FFMPEG_CODEC. by Sauw Ming · 12 years ago
  86. 3049d7e Re #1446 (misc): Modified Makefile for ffmpeg_vid_codecs (see r4049) by Sauw Ming · 12 years ago
  87. 74283db Re #1446 (misc): Modified ffmpeg_codecs to ffmpeg_vid_codecs by Sauw Ming · 12 years ago
  88. f34c6bd Misc (re #1446): added AVI tags 'FMP4' & 'DX50' for MPEG4 variants in AVI player. by Nanang Izzuddin · 12 years ago
  89. 451f05f Re #1478: Moved codec creation from dev_stream to dev_info by Sauw Ming · 12 years ago
  90. 1fcae49 Misc (Re #1446): Remove XVID format usage in ffmpeg_util.c, PJMEDIA_FORMAT_XVID definition was removed in r4017 (thanks Bob van der Linden for the fix). by Nanang Izzuddin · 12 years ago
  91. 73f3585 Re #1476: Initial version of send rate control in video stream, added simple blocking method (block application thread to make send delay when delay is needed). by Nanang Izzuddin · 12 years ago
  92. c838f28 Re #1474: merged r4041 by Nanang Izzuddin · 12 years ago
  93. cd2bfba Re #1474: merged r4039 by Nanang Izzuddin · 12 years ago
  94. 3abc757 Re #1474: merged r4031-r4037 by Benny Prijono · 12 years ago
  95. 3af76f4 Re #1446 (misc): Create SDL window in the requested position if PJMEDIA_VID_DEV_CAP_OUTPUT_POSITION is specified (fixed unused vars in the prev revision). by Sauw Ming · 12 years ago
  96. 555600a Re #1446 (misc): Modify SDL dev to: by Sauw Ming · 12 years ago
  97. 5a3f9f5 Re #1478: Add support to play encoded AVI file (H264 or MPEG4). by Sauw Ming · 12 years ago
  98. ad5e814 Re #1474: merged r4030 by Nanang Izzuddin · 12 years ago
  99. ee13fb4 Re #1472: Fixed wrong calculation in clock rate adjustment by Sauw Ming · 12 years ago
  100. 03f7c10 Misc (Re #1446): limit pjsua_vid_codec_get/set_param() search domain to only codecs with RTP packetizations. by Nanang Izzuddin · 12 years ago