1. f0aabd3 Close #1568: by Nanang Izzuddin · 12 years ago
  2. 3b078ed Fix #1580: Add SDP connection line in disabled or rejected media when there is none (in media/session level). by Nanang Izzuddin · 12 years ago
  3. 164edc0 Fixed #1578: Possible deadlock when call is adding new media with ICE and STUN enabled: by Benny Prijono · 12 years ago
  4. 9ca1c8c Re #1562: Added compile-time setting to enable/disable "c=" line in SDP session level. The default is disabled. by Nanang Izzuddin · 12 years ago
  5. b2b5f16 Close #1567: Added option to use STUN2 format for resolving mapped address in pjsua_config. by Nanang Izzuddin · 12 years ago
  6. c7abc1b Fixed #1412: Account specific NAT settings: STUN, ICE, and TURN by Benny Prijono · 12 years ago
  7. 3bb260a Fix #1547: by Nanang Izzuddin · 12 years ago
  8. 8534076 Re #1548: Crash due to racing condition in timer when call is disconnected quickly (thanks Joshua Colp for the report!) by Benny Prijono · 12 years ago
  9. b47391e Re #1524: Added call to pjmedia_transport_simulate_lost() for async media transport creation by Sauw Ming · 12 years ago
  10. 8ddeaa8 Fixed #1533: Deadlock in processing media transport asynchronous creation completion (thank you Itay Bianco for the report) by Benny Prijono · 12 years ago
  11. 2d966c1 Re #1514: fixed the incoming call scenario, and changed disconnection code from Precondition Failure to Temporarily Unavailable by Benny Prijono · 12 years ago
  12. 5fefe8e Fixed first problem in #1514: assertion when media transport initialization fail by Benny Prijono · 12 years ago
  13. a485e97 Fix #1511: destroy the media transport of the removed media. by Nanang Izzuddin · 12 years ago
  14. ac23f00 Close #1506: Added PJSUA callback for SDP creation. by Nanang Izzuddin · 12 years ago
  15. 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
  16. 2a04460 Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler warnings. by Sauw Ming · 12 years ago
  17. 1d56872 Fix #1423: by Nanang Izzuddin · 12 years ago
  18. 1dc6d21 Misc (re #1446): fixed log message in pjsua_media_channel_update() for pjsua_vid_channel_update() failure. by Nanang Izzuddin · 12 years ago
  19. 28d3c56 Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch) by Benny Prijono · 12 years ago
  20. 1312e75 Re: #1463 (Third party media support). Tnitial work and it works, tested on Linux. Details: by Benny Prijono · 13 years ago
  21. c1a8073 Re #1467: fix sound device (opened/closed) status check in check_snd_dev_idle(), especially when sound device is managed by app (no_snd = PJ_TRUE). Note that pjsua_media_subsys_destroy() always close the sound device first, so check_snd_dev_idle() in pjsua_destroy() sequence should have been just a no-operation. by Nanang Izzuddin · 13 years ago
  22. 2f29635 Re #1244: Added bandwidth info in SDP ("b=" lines) based on codec bitrate settings. Two SDP bandwidth types/modifiers are used: AS in session level & TIAS in media level. by Nanang Izzuddin · 13 years ago
  23. 2a89923 Fixes #1442: Unable to make call if disabled media is included by Sauw Ming · 13 years ago
  24. 1c56542 Fix #1433: synchronuous ICE initialization calls PJSUA_UNLOCK() only when the PJSUA lock is actually held by this thread. by Nanang Izzuddin · 13 years ago
  25. 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
  26. 0ec6cfb Re #1393 (misc): renamed label on_error to on_return and fixed warning re constness by Benny Prijono · 13 years ago
  27. 0c2aab7 Fix #1425: by Nanang Izzuddin · 13 years ago
  28. 5be47c7 Misc (re #1393): fix compile error in pjsua_media.c (undefined member 'bitrate' in struct 'pjmedia_format') when using passthrough codec. by Nanang Izzuddin · 13 years ago
  29. 3da4ad8 Re #1234: Initial version of keyframe request/response via SIP INFO. by Nanang Izzuddin · 13 years ago
  30. 0fabe1b Closed #1420: Add support for event manager by Sauw Ming · 13 years ago
  31. 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
  32. debd48a Re #1419, implement media count manipulation per call basis: by Nanang Izzuddin · 13 years ago
  33. cfa312c Close #1403: Fixed pjsua-lib in generating re-offer when the current session contains (disabled) unknown media types. by Nanang Izzuddin · 13 years ago
  34. 7eff5ef Fixed #1402: crash when adding new media by Benny Prijono · 13 years ago
  35. db5d89d Fixed call_med->rtp_addr is not initialized causing UPDATE to be sent after every ICE negotiation (misc re #1392) by Benny Prijono · 13 years ago
  36. c8e1294 Fixed #1398: TURN initialization failure scenario by Sauw Ming · 13 years ago
  37. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  38. 3a55bb9 Re #1266: by Sauw Ming · 13 years ago
  39. 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
  40. c12a19d Fix #1358: by Nanang Izzuddin · 13 years ago
  41. ec76535 Closed #1266: by Sauw Ming · 13 years ago
  42. 848742f Re #1266: Fixed failed automated tests for ICE by Sauw Ming · 13 years ago
  43. 99cc8ff Re #1266: Fixed crash when accepting incoming call. by Sauw Ming · 13 years ago
  44. 73ecfe8 Re #1266: Asynchronous media transport creation by Sauw Ming · 13 years ago
  45. b90fd38 Modified the libraries to use the new log indentation feature re #1372 by Benny Prijono · 13 years ago
  46. d8c33d8 Re #1347: Fixed case 1, 2, and 3 above: by Nanang Izzuddin · 13 years ago
  47. 7df1934 Misc (re #1320): fixed compilation error if SRTP is disabled. Thanks Bo Shi for the report by Benny Prijono · 13 years ago
  48. 63b3c13 Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting. by Nanang Izzuddin · 13 years ago
  49. 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
  50. 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
  51. 250ffa1 Misc (re #1320): moved function prototype stop_video_stream() from pjsua_vid.c to pjsua_internal.h by Nanang Izzuddin · 13 years ago
  52. 1fe04ee Fixed #1265: video events for PJSUA-LIB by Benny Prijono · 13 years ago
  53. 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
  54. b4d4dad Re #1263: by Nanang Izzuddin · 13 years ago
  55. 2d64772 Fixed #1299: New callback to notify that sound device needs to be opened or closed by Benny Prijono · 13 years ago
  56. 62053a6 Re #1263: by Nanang Izzuddin · 13 years ago
  57. 9f468d1 Initial commit re #1263 (PJSUA-LIB Video API): by Benny Prijono · 13 years ago
  58. e90ece8 Closed #1275: Change pjmedia_vid_subsys_xx() to pjmedia_vid_dev_subsys_xx() by Sauw Ming · 13 years ago
  59. b6c239c Fix #1237, #1238, #1241: by Nanang Izzuddin · 13 years ago
  60. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  61. 91ba2a2 Re #1201: Added SDP c= line in session level copied from the c=line of the first media, for compatibility purpose. by Nanang Izzuddin · 13 years ago
  62. bd6613f Re #1185: fixed ICE media transport to work with video in pjsua-lib by Benny Prijono · 13 years ago
  63. 09c0d67 Re #1201: fixed sending 488 when receiving double hold by Benny Prijono · 13 years ago
  64. a641429 Re #1201: by Nanang Izzuddin · 13 years ago
  65. 56b2ce4 Re #1186: by Nanang Izzuddin · 13 years ago
  66. 00ae45a libswscale rearrangement (re #1219/ffmpeg codecs): instantiate libswscale converter from the converter manager instead of having to instantiate it manually in all apps by Benny Prijono · 14 years ago
  67. 07fe8d3 Re #1201: Fixed bad definition of pjsua_vid_set/get_setting() (caused compilation error on GCC). by Nanang Izzuddin · 14 years ago
  68. 50fae73 Re #1201: Added pjsua API for video devices and codecs management. by Nanang Izzuddin · 14 years ago
  69. bf26db1 Re #1201: by Nanang Izzuddin · 14 years ago
  70. 0bc99a9 Modifications in PJSUA-LIB to support multiple media streams (multiple audio and/or video) and dynamic creation of media transports. This closed #1185 and closed #1201. by Benny Prijono · 14 years ago
  71. 98766c7 Fixed #1204: Support for refreshing audio device list. by Sauw Ming · 14 years ago
  72. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  73. 0324ba5 Fixed #1170 (Assertion when receiving updated SDP offer with all media lines removed): by Benny Prijono · 14 years ago
  74. 3150d8b Fix #1165: by Nanang Izzuddin · 14 years ago
  75. 1e952a8 Fix #1143: by Nanang Izzuddin · 14 years ago
  76. 5e39a2b Closed #1129: by Nanang Izzuddin · 14 years ago
  77. 2dbf507 Fixed #1079 (Media transport should be kept alive during double-hold scenario). Details: by Benny Prijono · 14 years ago
  78. a8f9e62 Fixes #1047 (Don't send UPDATE if remote doesn't support it (thanks Bogdan Krakowski for the report)) and fixes #1097 (Support sending UPDATE without SDP). Details: by Benny Prijono · 14 years ago
  79. 4d6ff4d Fixed #1077: In ICE stream transport (ice_strans.c), automaticaly retry allocation once if TURN allocation fails. If this allocation retry also fails, notify the TURN user via on_ice_complete() callback. Details: by Benny Prijono · 14 years ago
  80. 16852b3 Re #668: by Nanang Izzuddin · 14 years ago
  81. d89cc3a Re #1069: by Nanang Izzuddin · 14 years ago
  82. 4e5c3f5 Fixed #1062 (Assertion if 200/OK INVITE response is received during PJSUA-LIB destroy sequence) by Benny Prijono · 14 years ago
  83. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  84. 0ff300c Undo r3074 for ticket #1028 as it is missing updated codec.h hence causing build errors (thanks Michael Bradley Jr for the report) by Benny Prijono · 15 years ago
  85. 7217505 Ticket #1028: by Nanang Izzuddin · 15 years ago
  86. bf53b00 Misc fix (#1003): resolve NAT type after mapped addresses for SIP/RTP/RTCP sockets have been resolved, so reduce chattiness during initialization and simplify debugging related to STUN problems by Benny Prijono · 15 years ago
  87. 8ea7eb0 Misc fix (#951): Fixed pjsua bug RTP timestamp & sequence resetted after hold-resume (thanks Nikolay Popok for the report). by Nanang Izzuddin · 15 years ago
  88. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  89. f5d9f1f Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed by Benny Prijono · 15 years ago
  90. 384dab4 Ticket #970: More gracefull PJSUA-LIB shutdown sequence. Enhancements: by Benny Prijono · 15 years ago
  91. 40d62b6 Ticket #877: Memory consumption of the invite session grows indefinitely if call is running for long period of time and with many re-INVITES by Benny Prijono · 15 years ago
  92. bb995fd Ticket #866: Allow application to specify more than one STUN servers for more robustness, and continue application startup if STUN resolution fails by Benny Prijono · 15 years ago
  93. e25fe6f Sound device is not automatically started after pjsua_set_no_snd_dev() is called, even after pjsua_set_snd_dev() is called by Benny Prijono · 15 years ago
  94. 873f3e4 Ticket #919: by Nanang Izzuddin · 15 years ago
  95. abf58db Ticket #910: by Nanang Izzuddin · 15 years ago
  96. 7082b26 Ticket #882: Added check of active call count before auto-close sound device. by Nanang Izzuddin · 15 years ago
  97. d65f78c More ticket #876: - fixed crash when null-audio is used with switchboard by Benny Prijono · 15 years ago
  98. 23ea21a Ticket #876: Second call fails to open the sound device event when --null-audio is set by Benny Prijono · 15 years ago
  99. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  100. 0f711b4 Ticket #824: Race condition in sound auto-close feature may cause sound device to not be opened by Benny Prijono · 15 years ago