1. d8c33d8 Re #1347: Fixed case 1, 2, and 3 above: by Nanang Izzuddin · 13 years ago
  2. 7df1934 Misc (re #1320): fixed compilation error if SRTP is disabled. Thanks Bo Shi for the report by Benny Prijono · 13 years ago
  3. 63b3c13 Fixed #1271: protected all video features with PJMEDIA_HAS_VIDEO macro setting. by Nanang Izzuddin · 13 years ago
  4. 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
  5. 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
  6. 250ffa1 Misc (re #1320): moved function prototype stop_video_stream() from pjsua_vid.c to pjsua_internal.h by Nanang Izzuddin · 13 years ago
  7. 1fe04ee Fixed #1265: video events for PJSUA-LIB by Benny Prijono · 13 years ago
  8. 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
  9. b4d4dad Re #1263: by Nanang Izzuddin · 13 years ago
  10. 2d64772 Fixed #1299: New callback to notify that sound device needs to be opened or closed by Benny Prijono · 13 years ago
  11. 62053a6 Re #1263: by Nanang Izzuddin · 13 years ago
  12. 9f468d1 Initial commit re #1263 (PJSUA-LIB Video API): by Benny Prijono · 13 years ago
  13. e90ece8 Closed #1275: Change pjmedia_vid_subsys_xx() to pjmedia_vid_dev_subsys_xx() by Sauw Ming · 13 years ago
  14. b6c239c Fix #1237, #1238, #1241: by Nanang Izzuddin · 13 years ago
  15. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  16. 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
  17. bd6613f Re #1185: fixed ICE media transport to work with video in pjsua-lib by Benny Prijono · 13 years ago
  18. 09c0d67 Re #1201: fixed sending 488 when receiving double hold by Benny Prijono · 13 years ago
  19. a641429 Re #1201: by Nanang Izzuddin · 13 years ago
  20. 56b2ce4 Re #1186: by Nanang Izzuddin · 13 years ago
  21. 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
  22. 07fe8d3 Re #1201: Fixed bad definition of pjsua_vid_set/get_setting() (caused compilation error on GCC). by Nanang Izzuddin · 14 years ago
  23. 50fae73 Re #1201: Added pjsua API for video devices and codecs management. by Nanang Izzuddin · 14 years ago
  24. bf26db1 Re #1201: by Nanang Izzuddin · 14 years ago
  25. 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
  26. 98766c7 Fixed #1204: Support for refreshing audio device list. by Sauw Ming · 14 years ago
  27. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  28. 0324ba5 Fixed #1170 (Assertion when receiving updated SDP offer with all media lines removed): by Benny Prijono · 14 years ago
  29. 3150d8b Fix #1165: by Nanang Izzuddin · 14 years ago
  30. 1e952a8 Fix #1143: by Nanang Izzuddin · 14 years ago
  31. 5e39a2b Closed #1129: by Nanang Izzuddin · 14 years ago
  32. 2dbf507 Fixed #1079 (Media transport should be kept alive during double-hold scenario). Details: by Benny Prijono · 14 years ago
  33. 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
  34. 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
  35. 16852b3 Re #668: by Nanang Izzuddin · 14 years ago
  36. d89cc3a Re #1069: by Nanang Izzuddin · 14 years ago
  37. 4e5c3f5 Fixed #1062 (Assertion if 200/OK INVITE response is received during PJSUA-LIB destroy sequence) by Benny Prijono · 14 years ago
  38. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  39. 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
  40. 7217505 Ticket #1028: by Nanang Izzuddin · 15 years ago
  41. 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
  42. 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
  43. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  44. f5d9f1f Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed by Benny Prijono · 15 years ago
  45. 384dab4 Ticket #970: More gracefull PJSUA-LIB shutdown sequence. Enhancements: by Benny Prijono · 15 years ago
  46. 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
  47. 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
  48. 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
  49. 873f3e4 Ticket #919: by Nanang Izzuddin · 15 years ago
  50. abf58db Ticket #910: by Nanang Izzuddin · 15 years ago
  51. 7082b26 Ticket #882: Added check of active call count before auto-close sound device. by Nanang Izzuddin · 15 years ago
  52. d65f78c More ticket #876: - fixed crash when null-audio is used with switchboard by Benny Prijono · 15 years ago
  53. 23ea21a Ticket #876: Second call fails to open the sound device event when --null-audio is set by Benny Prijono · 15 years ago
  54. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  55. 0f711b4 Ticket #824: Race condition in sound auto-close feature may cause sound device to not be opened by Benny Prijono · 15 years ago
  56. 69b69ae Ticket #788: Updated pjsua_media_subsys_init() to perform SRTP library initialization. by Nanang Izzuddin · 15 years ago
  57. 57b8857 Ticket #774: by Nanang Izzuddin · 15 years ago
  58. e506c8c Disable echo cancellation related setting from pjsua_aud_get/set_setting() by Benny Prijono · 16 years ago
  59. 09b0ff6 Bug fixes from last changes: by Benny Prijono · 16 years ago
  60. f798e50 BIG refactoring in pjsua_media.c: by Benny Prijono · 16 years ago
  61. 8465c68 Fixed pjsua_set_snd_dev() to differentiate the way of opening sound device based on the used conf type. by Nanang Izzuddin · 16 years ago
  62. 0cb3b02 Added one new pjsua-lib API to get audio device stream instance, also added its usage sample for audio routing in symbian_ua. by Nanang Izzuddin · 16 years ago
  63. 96e74f3 - New convention about default audio device ID (now there is different ID for default capture/playback device. It should be backward compatible) by Benny Prijono · 16 years ago
  64. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  65. 418e0a4 Fixed checking macro in pjsua-lib for Symbian APS audio routing. by Nanang Izzuddin · 16 years ago
  66. 452b66b - Updated audio route API for Symbian APS. by Nanang Izzuddin · 16 years ago
  67. fe02a06 - Added APS-direct sound device management into pjsua-lib (and removed it from apps). by Nanang Izzuddin · 16 years ago
  68. 81db8c7 - Added new API for sound & sound port to create/open sound device with extended setting, to allow opening sound device with non-PCM format and other settings. by Nanang Izzuddin · 16 years ago
  69. 670f71b Ticket #699: Added sound device idle checking in media_channel_deinit(), which is called each time a call being disconnected (for any reason). by Nanang Izzuddin · 16 years ago
  70. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  71. 6aa4495 Removed 'odd' clock rate from sound device clock rates list. by Nanang Izzuddin · 16 years ago
  72. d704a8b Fixed bug missing reinit med_orig when reinit pjsua media transports. by Nanang Izzuddin · 16 years ago
  73. 0378905 Ticket #634: Assertion when rejecting incoming INVITE when the call arrives while pjsip is being shutdown by Benny Prijono · 16 years ago
  74. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  75. 437d77c Ticket #602: fixed assertion of invalid stream index supplied to pjmedia_session_get_stream_stat(). by Nanang Izzuddin · 16 years ago
  76. a815ceb Ticket #602: by Nanang Izzuddin · 16 years ago
  77. 6df1d53 Ticket #583: Fixed preprocessor check in pjsua_media.c on deinit-ing IPP codec. by Nanang Izzuddin · 16 years ago
  78. 3c1ae63 Fixed pjsua-lib bug that it failed to connect sound device & conference for some audio_frame_ptime settings (thanks Thomas Ramp). by Nanang Izzuddin · 16 years ago
  79. a4e7cdd More ticket #583: a bit of tidying up and renamed macro names etc. by Benny Prijono · 16 years ago
  80. 7dd3268 Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in IPP codec encode. by Nanang Izzuddin · 16 years ago
  81. 493a8db Ticket #583: Initial source of IPP codecs wrapper. by Nanang Izzuddin · 16 years ago
  82. 551af42 Ticket #586: Added ICE negotiations test to test the scenario when two agents have different number of components by Benny Prijono · 16 years ago
  83. 99d6952 Ticket #563: Updated SDP offer/answer related to call hold scenario to conform to RFC 3264 section 8.4 (before: 'a=inactive' and 'c=0.0.0.0', now: 'a=sendonly' and muted ports). by Nanang Izzuddin · 16 years ago
  84. 311b63f Related to ticket #566: Crash when shutting down PJSUA-LIB and outgoing call in in progress and there is no answer from remote by Benny Prijono · 16 years ago
  85. ab8dba9 Added more Python tests: offer with multiple media lines by Benny Prijono · 16 years ago
  86. a310bd2 Fix handling of multiple media lines in the incoming SDP offer. Now pjsua-lib will be able to select the best media line to handle by Benny Prijono · 16 years ago
  87. 81e9bd5 Fixed minor bug on ptime calculation on player creation; Updated pjsua-app info on ports ptime and default capture latency by Nanang Izzuddin · 16 years ago
  88. 4375f90 Ticket #544: Fixed SRTP on hold+reinvite scenario by Nanang Izzuddin · 16 years ago
  89. 88accae Specifying star in codec selection will select all codecs. Fixed the codec selection in codec.c to select all codecs when empty string is given. by Benny Prijono · 16 years ago
  90. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  91. 224b4e2 Ticket #549: major modification in media transport API to support more offer/answer scenarios by Benny Prijono · 16 years ago
  92. 148fd39 More ticket #540: updated snd-auto-close to work friendly with call by Nanang Izzuddin · 16 years ago
  93. 68559c3 Ticket #540: Added pjsua-lib feature auto-close sound device on idle and new pjsua option --snd-auto-close=N by Nanang Izzuddin · 16 years ago
  94. 9dbad15 Updated default speex quality settings and reenabled pjsua to set Speex codec quality based on media quality config by Nanang Izzuddin · 16 years ago
  95. fd461eb Added more validations & a new API (thanks Florian Bomers): by Nanang Izzuddin · 16 years ago
  96. f76e139 More ticket #485: added TURN support in PJSUA-LIB API by Benny Prijono · 16 years ago
  97. e85a183 Fixed bug wrong option for resample port between conference bridge and sound device by Nanang Izzuddin · 16 years ago
  98. 829ac02 Changed build optimizations settings for Speex, pjmedia, and symbian_sound for Symbian. Speex/8000 now also runs on Symbian! by Nanang Izzuddin · 16 years ago
  99. 53a7c70 Ticket #525: Crash on call update or re-invite (Thanks Alexey) by Benny Prijono · 16 years ago
  100. 7d60d05 Ticket #504: final installment to support stereo audio all the way in PJMEDIA. Please see tickiet #504 for more info by Benny Prijono · 16 years ago