1. e098c59 Re #1213: by Sauw Ming · 13 years ago
  2. ce250db Re #1214: Add Mac OS X compatibility for pjsua by Sauw Ming · 13 years ago
  3. f7b429c Re #1213: by Sauw Ming · 13 years ago
  4. e03faad Re #1201: Fixed crash when remote initiate call hold with SDP media connection address "0.0.0.0". by Nanang Izzuddin · 13 years ago
  5. 0531a72 Re #1213: In case of failure, Dshow capture dev now tries re-opening the device with default setting (size and/or fps). by Sauw Ming · 13 years ago
  6. 316f02a Re #1185: requesting call hold did not set video direction to sendonly by Benny Prijono · 13 years ago
  7. 63a894d Re #1213: added printing error message when fails to open DirectShow device by Benny Prijono · 13 years ago
  8. 9439562 Misc re #1208: fixed SIP user agent layer to not automatically reject incoming REGISTER containing To-tag with 481 (functionality required by a registrar sample) by Benny Prijono · 13 years ago
  9. 067a382 Re #1186: rejecting media did not put c= line, causing PJMEDIA_SDP_EMISSINGCONN error by Benny Prijono · 13 years ago
  10. 284b80f Re #1219: compile error with undeclared FF_PROFILE_H264_BASELINE and FF_PROFILE_H264_MAIN by Benny Prijono · 13 years ago
  11. 81f0e6a Re #1219: Added H.264 SDP fmtp "sprop-parameter-sets" to ffmpeg. by Nanang Izzuddin · 13 years ago
  12. 56b2ce4 Re #1186: by Nanang Izzuddin · 13 years ago
  13. 21bd3fd Re #1213: Add OpenGL support for SDL renderer by Sauw Ming · 13 years ago
  14. 446082c Re #1186: fixed crash when parsing fmtp with more than 8 parameters by enlarging the default limit, fix the crash, and make the limit configurable by Benny Prijono · 13 years ago
  15. f55fb6b Re #1208: fixed typo in comment and combine the typedef for better doxygen documentation by Benny Prijono · 13 years ago
  16. ea508b4 Re #1219: protect new ffmpeg features with #ifdefs by Benny Prijono · 13 years ago
  17. 81c78af Re #1219: fixed compile error of typo (accidentally undone modification before svn checkin). by Nanang Izzuddin · 13 years ago
  18. 2636c14 Re #1219: by Nanang Izzuddin · 13 years ago
  19. d91af57 Re #1219: by Nanang Izzuddin · 13 years ago
  20. e9f70d8 Re #1213 (Video devices): by Benny Prijono · 14 years ago
  21. f6bebc3 Re #1214: more elaborate tests on vid_dev_test by Benny Prijono · 14 years ago
  22. 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
  23. 8dbe1a1 Re #1219: Updated H263 packetizer to just return PJ_EINVAL (instead of triggering assertion) when the supplied bitstream is invalid. by Nanang Izzuddin · 14 years ago
  24. 0c668f9 Re #1214: Enable pjsua to use SDLmain library if possible. by Sauw Ming · 14 years ago
  25. 03ad890 Re #1213: by Sauw Ming · 14 years ago
  26. 1b39a64 Re #1214: add aviplay in the samples' makefile by Sauw Ming · 14 years ago
  27. 587c794 Re #1214 (apps): added registrar functionality in pjsua for easier testing by Benny Prijono · 14 years ago
  28. 07fe8d3 Re #1201: Fixed bad definition of pjsua_vid_set/get_setting() (caused compilation error on GCC). by Nanang Izzuddin · 14 years ago
  29. 0ca45f4 Re 1220: typo in PJ_ALIGN_DATA implementation for gcc by Benny Prijono · 14 years ago
  30. 269eec1 Re #1214: by Nanang Izzuddin · 14 years ago
  31. 50fae73 Re #1201: Added pjsua API for video devices and codecs management. by Nanang Izzuddin · 14 years ago
  32. 63b01ab Re #1213: by Nanang Izzuddin · 14 years ago
  33. ada4126 Re #1219: updated stack aligning mechanism using PJ_ALIGN_DATA (see ticket #1220). by Nanang Izzuddin · 14 years ago
  34. 4415031 Close #1220: by Nanang Izzuddin · 14 years ago
  35. b93e688 Re #1213 (video devices): by Sauw Ming · 14 years ago
  36. 7825c49 Re #1219: fixed error in Linux/gcc due to unimplemented alignment macro, and remove the assembly implementation by Benny Prijono · 14 years ago
  37. 9b61ff5 Re #1201: replace union media stream in pjsua_call_media with struct, to avoid the conf_slot corrupting the video capturer value by Benny Prijono · 14 years ago
  38. bf26db1 Re #1201: by Nanang Izzuddin · 14 years ago
  39. 135290d Re #1215 (framework): by Benny Prijono · 14 years ago
  40. f35f842 Re #1214: work on simpleua: by Benny Prijono · 14 years ago
  41. 349037b Re #1213 (video devices): by Benny Prijono · 14 years ago
  42. 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
  43. 854ec1a Re #1208 (misc): added PJMEDIA_HAS_VIDEO macro as the top level macro to disable video features by Benny Prijono · 14 years ago
  44. 867280b Re #1186 (SDP works); added few more APIs for SDP generation: by Benny Prijono · 14 years ago
  45. 51a4a29 Re #1208 (misc): bug in frame_size calculation in PJMEDIA_FSZ() causing results to be truncated by Benny Prijono · 14 years ago
  46. 8e0fa3c Re #1208 (misc): bug in resample_port, the port info is accessed before it is initialized by Benny Prijono · 14 years ago
  47. 6c7e95e Re #1182: renamed pjmedia_vid_stream to pjmedia_vid_dev_stream due to conflict with "the real" vid_stream by Benny Prijono · 14 years ago
  48. fe74aec Fixed #1207: Deprecation of pjmedia_session: by Benny Prijono · 14 years ago
  49. 1641953 Re #1182: added the video stream to pjmedia Makefile by Benny Prijono · 14 years ago
  50. 678b2f8 Re #1182: by Nanang Izzuddin · 14 years ago
  51. 9861070 Re #1182: by Nanang Izzuddin · 14 years ago
  52. 4a20bc8 Re #1182: by Sauw Ming · 14 years ago
  53. 235e1b4 Re #1182: by Nanang Izzuddin · 14 years ago
  54. a9c1cf4 Re #1182: by Nanang Izzuddin · 14 years ago
  55. c85a00d Re #1186: by Nanang Izzuddin · 14 years ago
  56. ecaaec0 Re #1182: Reverted back video part in stream.h/c by Nanang Izzuddin · 14 years ago
  57. 8e79912 Re #1184: Adding pjmedia_clock_src for the purpose of audio and video synchronization and also to provide synchronization mechanism between two medias in general. by Sauw Ming · 14 years ago
  58. b1b17d2 Fixed #1184: by Sauw Ming · 14 years ago
  59. ab49430 Re #1183: by Sauw Ming · 14 years ago
  60. 6e6c215 Fixed #1183 by Sauw Ming · 14 years ago
  61. e43ee72 Re #1176: fixed build config for MSVC2005 by Nanang Izzuddin · 14 years ago
  62. 69b1f82 Re #1176: fixed link error in GNU build system by Benny Prijono · 14 years ago
  63. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  64. 7f5aa6f Created 2.0-dev branch for 2.0 development. by Benny Prijono · 14 years ago
  65. 4034240 Changed version to 1.8.10-trunk by Benny Prijono · 14 years ago
  66. 3913b7e Changed version to 1.8.10 by Benny Prijono · 14 years ago
  67. ae6f32d Fixed #1160: Option to bypass RTP payload type verification in the stream (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  68. 5321ca7 Misc (re #1151): Fixed crash in coreaudio_dev when there is no call during an interruption. by Sauw Ming · 14 years ago
  69. 9d33c95 Misc (re #1151): respond incoming re-INVITE with 491 instead of 500 if we are waiting for response for our outgoing re-INVITE. If we are currently processing another incoming re-INVITE, then respond with 500, as it is now by Benny Prijono · 14 years ago
  70. fe30a53 Re #1165: fixed SRTP transport to not update the SRTP activation flag, i.e: bypass_srtp, in transport_encode_sdp(), as it shouldn't change the media session states. by Nanang Izzuddin · 14 years ago
  71. 0324ba5 Fixed #1170 (Assertion when receiving updated SDP offer with all media lines removed): by Benny Prijono · 14 years ago
  72. 964bbf6 Re #1166 (SDP offer/answer glare): added SIPp scenario file to reproduce this by Benny Prijono · 14 years ago
  73. 1ec65e8 Fixed #1166: Detection of offer/answer glare condition with re-INVITE by Benny Prijono · 14 years ago
  74. 5d86b7b Fix #1171, fixed issues in pjmedia_codec_mgr_set_default_param(): by Nanang Izzuddin · 14 years ago
  75. c155bb9 Misc (re #1151): fixed bug in pjmedia_session_enum_streams(), used wrong pointer for the stream info source. by Nanang Izzuddin · 14 years ago
  76. 6d0e23c Misc (re #1151): Fixed pjsip_multipart_create() in initializing media type, should use pjsip_media_type_init() (thanks Dan Price for the report). by Nanang Izzuddin · 14 years ago
  77. 5fc7fcf Misc (re #1151): fixed pjsua_acc_config_dup(), some fields, i.e: contact_params, contact_uri_params, and auth_pref, were not duplicated properly (thanks Roman Grachev for the report and the patch). by Nanang Izzuddin · 14 years ago
  78. 3150d8b Fix #1165: by Nanang Izzuddin · 14 years ago
  79. 7897949 Fixed #1164: Possible crash in PUBLISH session if network connectivity is lost between two requests (thanks Nikolay Popok for the report) by Benny Prijono · 14 years ago
  80. ec91900 Fix #1163: by Nanang Izzuddin · 14 years ago
  81. 5fa556e Misc (re #1151): support for sched_get_priority_max/min in OpenBSD (thanks David Coppa for the patch) by Benny Prijono · 14 years ago
  82. 434baa4 Re #1020 (Support for SIP outbound and Path extension (RFC 5626)): added pjsua --outb-rid option to set outbound reg-id parameter for the account by Benny Prijono · 14 years ago
  83. 0249327 Fixed #1159: UPDATE is sent to lock codec even though call is being disconnected by Benny Prijono · 14 years ago
  84. 3f4b8d7 Re #1151 (misc): also enable plain UDP SIP transport when enabling IPv6, since many UA will use IPv4 in their Contacts (keyword: sipit27) by Benny Prijono · 14 years ago
  85. ae51ee0 Fixed #1158: Possible wrong multiplexing of STUN traffic inside TURN Data Indication by Benny Prijono · 14 years ago
  86. e49e620 Re #1020: fixed pjsua_acc.c, wrong allocation length for outbound contact. by Benny Prijono · 14 years ago
  87. 2562b75 re #1020 (SIP outbound): remove sip.instance and reg-id parameters from the Contact when re-registering if the server does not support SIP outbound by Benny Prijono · 14 years ago
  88. b54719f Implemented SIP outbound (closed #1020) by Benny Prijono · 14 years ago
  89. 70749d7 Re #1151 (misc fixes): fixed error in pjsua application when handling malformed URI in sending arbitrary request by Benny Prijono · 14 years ago
  90. 34fa0ec Fix #1157: Fixed Symbian SSL socket to re-align the write (circular) buffer only when all pending write requests are completed, i.e: inside the write completion callback and when the buffer is empty. by Nanang Izzuddin · 14 years ago
  91. 1a1f51e Fixed #1156: New option to ignore bad NOTIFY presence message body (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  92. fb1d2dd Misc (re #1151): fixed the compile time switch to use iLBC codec on iPhone by Benny Prijono · 14 years ago
  93. c84ba48 Fixed #1155 (Run-time option to disable the use of "rport" in outgoing requests (thanks Marcus Froeschl for the suggestion) by Benny Prijono · 14 years ago
  94. 60dc3fa Fixed #1154 (Run-time option to disable telephone-event in outgoing SDP offer (thanks Marcus Froeschl for the suggestion)) by Benny Prijono · 14 years ago
  95. 34315ce Misc (re #1151): fixed jitter buffer state 'jb_max_burst' initialization, MAX_BURST_MSEC should be converted to number-of-frame unit (thanks Zhefeng Du for the fix). by Nanang Izzuddin · 14 years ago
  96. 2f75386 Fix #1153: Fixed missing header dependency in pjmedia-codec/types.h, it should include pjmedia/codec.h by Nanang Izzuddin · 14 years ago
  97. 4b9089e Misc (re #1151): fixed error in make dep execution if python module is included in compilation by Benny Prijono · 14 years ago
  98. 91430b2 Fixed #1152 (The base64 decoder should ignore whitespaces in the input). In fact, the base64 decoder now will silently ignore/skip any bad characters. by Benny Prijono · 14 years ago
  99. eb7bd1d Changed version to 1.8.5-trunk by Benny Prijono · 14 years ago
  100. 6640ad1 Changed version to 1.8.5 by Benny Prijono · 14 years ago