1. 2285e7e Ticket 684: protect the memory allocation for TX packet with try/catch, and fixed various transmit data buffer leaks when transmission fails immediately by Benny Prijono · 16 years ago
  2. 82f7a41 Ticket #675: by Nanang Izzuddin · 16 years ago
  3. 0b44035 Workaround for ticket #683: Crash/segfault on pjmedia_wsola_create() on ARM9 platform with GCC optimizations by Benny Prijono · 16 years ago
  4. 6e7e9cd Minor update on silence detector to increase trace verbosity level. by Nanang Izzuddin · 16 years ago
  5. 74f8746 Ticket #661: Fixed transport ICE in verifying possibilities of RTCP settings in the SDP. by Nanang Izzuddin · 16 years ago
  6. d8cd6b9 Ticket #682: New API to register (external) Python thread (thanks Johan Risberg for the patch) by Benny Prijono · 16 years ago
  7. 21f871f Ticket #681: Bugs in sending and receiving instant messages in Python wrapper (thanks Johan Risberg for the patches) by Benny Prijono · 16 years ago
  8. 30fe485 Ticket #672: Option to add custom parameters in the account Contact URI by Benny Prijono · 16 years ago
  9. 98bbd0f Fixed missing explicit type-cast that may cause build-fail (on C++ compiler). by Nanang Izzuddin · 16 years ago
  10. 08a48b8 More ticket #10: changed to signature of the redirection callbacks to make it more natural to use by Benny Prijono · 16 years ago
  11. 5e51a4e Ticket #10: handle redirection response in the invite session by Benny Prijono · 16 years ago
  12. 6c7cf56 Small modifications to level.c sample to print out the timeline and linear level by Benny Prijono · 16 years ago
  13. 6ca4318 Ticket #676: Updated default value of maximum silence theshold setting to MAXUINT16+1 (feature is disabled). by Nanang Izzuddin · 16 years ago
  14. 5e401c3 Ticket #676: Updated silence detector to regard max silence threshold setting. by Nanang Izzuddin · 16 years ago
  15. b365e92 Fixed bug of unresetted static var dev_info that caused device name gets repeated on second call or soon of snd_init() (thanks Steven Back for the report). by Nanang Izzuddin · 16 years ago
  16. 29341f7 Ticket #671: Updated conference to disable skipping a frame which has very low audio signal. by Nanang Izzuddin · 16 years ago
  17. ce2c5f1 Ticket #674: by Nanang Izzuddin · 16 years ago
  18. 0b8f4ca Ticket #670: Minor update on naming of AMR helper and updated AMR in IPP codecs to enable octet-align from FMTP settings. by Nanang Izzuddin · 16 years ago
  19. 8fcb433 Ticket #657: (Partial early media forking support) renegotiate SDP upon receiving forked 2xx response after 183 is received by Benny Prijono · 16 years ago
  20. 14e6741 Ticket #673: rollback r2360, and implement new fix for Race condition may cause crash in SRTP transport ticket by Benny Prijono · 16 years ago
  21. c92a1af Ticket #673: Crash in SRTP transport when receiving stray RTP/RTCP packet by Benny Prijono · 16 years ago
  22. 35e01de Ticket #670: by Nanang Izzuddin · 16 years ago
  23. d55553a Ticket #670: Added AMR codec helper and updated IPP codecs to use the AMR codec helper. by Nanang Izzuddin · 16 years ago
  24. 128a585 Minor fix on Symbian sound latency info. by Nanang Izzuddin · 16 years ago
  25. e6a5f8e Ticket #667: Padding issue when the old/RFC 3489 STUN client is communicating with new/STUNbis STUN server by Benny Prijono · 16 years ago
  26. 4bc68f8 Ticket #662: Updated pjmedia transport ICE to handle missing IP address part in SDP a=rtcp attribute. by Nanang Izzuddin · 16 years ago
  27. a7ddf94 Ticket #666: Updated SDP parser to allow trailing newlines. by Nanang Izzuddin · 16 years ago
  28. 49f057b Ticket #558: Added srtp_deinit() function and registered this with pj_atexit(). by Nanang Izzuddin · 16 years ago
  29. c26700c Modified keep-alive packet content for TCP/TLS from CRLF to double CRLF by Benny Prijono · 16 years ago
  30. 4c82c1e Ticket #665: Wrong Contact URI generated when TLS transport is used by Benny Prijono · 16 years ago
  31. ceec591 Changed version to 1.0-trunk by Benny Prijono · 16 years ago
  32. a483e7f Changed version to 1.0 by Benny Prijono · 16 years ago
  33. 2976a2e Ticket #646: Fixed panic E32USER-CBase 66 and leak of undeinit'ed stdlib when quitting symbian_ua_gui. by Nanang Izzuddin · 16 years ago
  34. 02e8504 Added more targets to python Makefile by Benny Prijono · 16 years ago
  35. cd27de6 Ticket #631: Fixed transport ICE returning zero/invalid remote RTP address when ICE is active. by Nanang Izzuddin · 16 years ago
  36. fb947dd Added pjmedia-test to build system and changed it to not always wait for keyboard input to finish the test by Benny Prijono · 16 years ago
  37. 6aa4495 Removed 'odd' clock rate from sound device clock rates list. by Nanang Izzuddin · 16 years ago
  38. ee340b3 Fixed G.722 codec that is suppossed to work with 14 bits PCM for its input & output (thanks Olle Frimanson for the report). by Nanang Izzuddin · 16 years ago
  39. 0789519 Ticket #655: Compilation error on Linux when PJ_HAS_POOL_ALT_API is used (thanks Gang Liu for the report) by Benny Prijono · 16 years ago
  40. bf7d222 Ticket #654: Error when falling back to secondary TURN server (thanks Nicolas Fauvel for the report) by Benny Prijono · 16 years ago
  41. ec575c5 Ticket #653: Add WinCE workspace/project files for pjsip unit tests (thanks Seth Hinze for the contribution) by Benny Prijono · 16 years ago
  42. 05f924e Ticket #652: Add WinCE workspace/project files for pjnath unit tests (thanks Seth Hinze for the contribution) by Benny Prijono · 16 years ago
  43. 179ab74 Ticket #651: Added WinCE workspace/project files for pjlib-util unit tests (thanks Seth Hinze for the contribution) by Benny Prijono · 16 years ago
  44. 1b69e24 Ticket #650: Unit test failure in the timestamp test on very fast CPU (thanks Seth Hinze for the patch) by Benny Prijono · 16 years ago
  45. b3582cf Ticket #649: Build error in wav_writer.c in big endian systems (thanks Seth Hinze for the patch) by Benny Prijono · 16 years ago
  46. 1b916e8 Changed version to 1.0-rc4-trunk by Benny Prijono · 16 years ago
  47. 7580d3f Changed version to 1.0-rc4 by Benny Prijono · 16 years ago
  48. e274613 Fixed ticket #644 and 648 again (hopefully once and for all): build error on VS6 with built-in SDK and on PocketPC 2003 SDK since they don't have multicast related socket options by Benny Prijono · 16 years ago
  49. b79ff93 Fixed previous accidental check in r2329. by Nanang Izzuddin · 16 years ago
  50. fa144d5 Fixed assertion in echo suppressor when recording and playing level is equal. by Nanang Izzuddin · 16 years ago
  51. 741eb2e Fixed possible assertion by codec when stereo/multichannel codec is used and stream is about to send keep-NAT-alive packet (thanks Bill Gardner for the patch). by Nanang Izzuddin · 16 years ago
  52. 513d135 Fixed ticket #644 and #648: incorrect muticast related socket constant names, missing ws2tcpip.h include causing build error on Mingw, and error building on Visual Studio 6 due to PJ_SOCK_HAS_GETADDRINFO being declared accidentally. by Benny Prijono · 16 years ago
  53. de6f31c Missing PJ_DECL in pjsip_tx_data_create() declaration (thanks Tomáš Valenta for the report) by Benny Prijono · 16 years ago
  54. 247921b More ticket #643: added setting to disable this ticket (by setting allow_contact_rewrite to 2) by Benny Prijono · 16 years ago
  55. 7f5111e Changed version to 1.0-rc3-trunk by Benny Prijono · 16 years ago
  56. 013014d Ticket #638: Fixed assertion caused by prefetch < min_prefetch (thanks Michael Bradley Jr for the reports). by Nanang Izzuddin · 16 years ago
  57. 800724d Changed version to 1.0-rc3 by Benny Prijono · 16 years ago
  58. d263f9d Ticket #638: Cleaned up compilation warning in jbuf. by Nanang Izzuddin · 16 years ago
  59. 883d8de Ticket #638: Reenable prefetch buffering via initial prefetch setting (set 0 to disable, otherwise to enable). by Nanang Izzuddin · 16 years ago
  60. 7f63043 Ticket #643: Do not try to re-register with a new Contact when the REGISTER response contains private IP address by Benny Prijono · 16 years ago
  61. 3c5e28b Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to INVITE are received due to forking by Benny Prijono · 16 years ago
  62. 189195d Fixed bug in pjsip_auth_clt_clone(), the cached_auth list is not initialized in the copy by Benny Prijono · 16 years ago
  63. 63bfe7a Ticket #642: Discontinuous tone generation (thanks Olle Frimanson for the report) by Benny Prijono · 16 years ago
  64. 51f2253 Ticket #547: Added DirectX include path from Windows environment settings to libportaudio & pjmedia VS8 build projects. by Nanang Izzuddin · 16 years ago
  65. 7c0d1b7 Updated delay buffer to perform shrinking only in the PUT operation. by Nanang Izzuddin · 16 years ago
  66. 19551d6 Ticket #638: by Nanang Izzuddin · 16 years ago
  67. d704a8b Fixed bug missing reinit med_orig when reinit pjsua media transports. by Nanang Izzuddin · 16 years ago
  68. d478766 More ticket #622: some more fixes to ioqueue_epoll, it passes pjlib-test now (thanks Simon Chen for the patch!) by Benny Prijono · 16 years ago
  69. d61e532 More ticket #639: fixed warning with gcc about comparison always true by Benny Prijono · 16 years ago
  70. e6da48a Ticket #641: Assertion error when late 200/OK is received after call has been disconnected (thanks Dan Åberg for the report) by Benny Prijono · 16 years ago
  71. 338153e More ticket #619: disable fade-in and fade-out if the tone off duration is zero. We assume that application wants to play continuous tone in this case, and the fade in/out feature will cause click noise to be generated by Benny Prijono · 16 years ago
  72. 59e9e95 Ticket #640: Crash when receiving ACK with SDP after BYE has been received (thanks Amit Sharma for the report) by Benny Prijono · 16 years ago
  73. 3c97d9b Ticket #639: added torture tests for handling non-ASCII UTF-8 characters in SIP message elements by Benny Prijono · 16 years ago
  74. 54f9389 Ticket #639: Assertion in <ctype.h> functions with Visual Studio 2005 when handling non-ASCII characters by Benny Prijono · 16 years ago
  75. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  76. 9489e7a Couple of fixes in ioqueue_epoll for ticket #622 (still not working) by Benny Prijono · 16 years ago
  77. b51845f Fixed pjmedia session bug in getting channel count from SDP for static payload. by Nanang Izzuddin · 16 years ago
  78. b8c1ebe Added missed patch in enabling G.722 PLC: PLC should be enabled in default attribute setting. by Nanang Izzuddin · 16 years ago
  79. 49a979b Enabled G.722 PLC. by Nanang Izzuddin · 16 years ago
  80. 47d87a6 More ticket #633: Fixed DirectSound implementation to avoid playback buffer read & write cursor race. by Nanang Izzuddin · 16 years ago
  81. 99eec38 Ticket #622: initial integration of ioqueue_epoll patch, updated the configure script by Benny Prijono · 16 years ago
  82. 6ba5f59 More ticket #619: changed default Cordic loop from 8 to 10 to gain more accuracy, and updated tonegen.c with the results from ARM9 tests by Benny Prijono · 16 years ago
  83. 4494a48 Ticket #631: by Nanang Izzuddin · 16 years ago
  84. 8de925b Large reorganization of the tonegen for ticket #619: by Benny Prijono · 16 years ago
  85. ff2b110 Ticket #631: by Nanang Izzuddin · 16 years ago
  86. 276402c Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  87. 57dd8e0 Ticket #636: Fixed linux compilation issue when autoconf is not used (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  88. 160093e Ticket #633: Updated DirectSound implementation: by Benny Prijono · 16 years ago
  89. 4d535bb Ticket #625: Added missing fix of unicode build issues in test-pjsip/uri_test.c. by Nanang Izzuddin · 16 years ago
  90. 7d1ac29 Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  91. 0cff128 Ticket #627: Fixed general compiler warning when building for WinCE (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  92. a78877d More ticket #619: fix the difference of volume in the fixed point version of the tone generator, added PJMEDIA_TONEGEN_VOLUME setting to control the default amplitude, and increase default tone volume by about 50% by Benny Prijono · 16 years ago
  93. b76154e Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  94. 51b1e55 Ticket #626: Fixed PocketPJ build error when SRTP is unused (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  95. 0365e46 Ticket #619: added configuration to force floating point algorithm to be used in the tone generator, and added fade-in and fade out options by Benny Prijono · 16 years ago
  96. 0378905 Ticket #634: Assertion when rejecting incoming INVITE when the call arrives while pjsip is being shutdown by Benny Prijono · 16 years ago
  97. 762a5bd Ticket #628: Updated IPP codec module to use fixed point version of G.729 on architectures that don't have FPU (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  98. 978de6e Ticket #624: Assertion error when pjsua_acc_del() is followed immediately by pjsua_acc_add() (thanks Dan Aberg and Salahuddin Ahmed for the report) by Benny Prijono · 16 years ago
  99. 447569f Fixed linking error undefined CHECK_ when PJMEDIA_WSOLA_IMP_NULL is used (Thanks Samuel Vinson). by Nanang Izzuddin · 16 years ago
  100. 7afe944 Ticket #616: Updated ICE transport to have a default option to switch RTP transmission to source address if remote doesn't use ICE. by Nanang Izzuddin · 16 years ago