1. 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
  2. b79ff93 Fixed previous accidental check in r2329. by Nanang Izzuddin · 16 years ago
  3. fa144d5 Fixed assertion in echo suppressor when recording and playing level is equal. by Nanang Izzuddin · 16 years ago
  4. 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
  5. 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
  6. de6f31c Missing PJ_DECL in pjsip_tx_data_create() declaration (thanks Tomáš Valenta for the report) by Benny Prijono · 16 years ago
  7. 247921b More ticket #643: added setting to disable this ticket (by setting allow_contact_rewrite to 2) by Benny Prijono · 16 years ago
  8. 7f5111e Changed version to 1.0-rc3-trunk by Benny Prijono · 16 years ago
  9. 013014d Ticket #638: Fixed assertion caused by prefetch < min_prefetch (thanks Michael Bradley Jr for the reports). by Nanang Izzuddin · 16 years ago
  10. 800724d Changed version to 1.0-rc3 by Benny Prijono · 16 years ago
  11. d263f9d Ticket #638: Cleaned up compilation warning in jbuf. by Nanang Izzuddin · 16 years ago
  12. 883d8de Ticket #638: Reenable prefetch buffering via initial prefetch setting (set 0 to disable, otherwise to enable). by Nanang Izzuddin · 16 years ago
  13. 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
  14. 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
  15. 189195d Fixed bug in pjsip_auth_clt_clone(), the cached_auth list is not initialized in the copy by Benny Prijono · 16 years ago
  16. 63bfe7a Ticket #642: Discontinuous tone generation (thanks Olle Frimanson for the report) by Benny Prijono · 16 years ago
  17. 51f2253 Ticket #547: Added DirectX include path from Windows environment settings to libportaudio & pjmedia VS8 build projects. by Nanang Izzuddin · 16 years ago
  18. 7c0d1b7 Updated delay buffer to perform shrinking only in the PUT operation. by Nanang Izzuddin · 16 years ago
  19. 19551d6 Ticket #638: by Nanang Izzuddin · 16 years ago
  20. d704a8b Fixed bug missing reinit med_orig when reinit pjsua media transports. by Nanang Izzuddin · 16 years ago
  21. 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
  22. d61e532 More ticket #639: fixed warning with gcc about comparison always true by Benny Prijono · 16 years ago
  23. 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
  24. 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
  25. 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
  26. 3c97d9b Ticket #639: added torture tests for handling non-ASCII UTF-8 characters in SIP message elements by Benny Prijono · 16 years ago
  27. 54f9389 Ticket #639: Assertion in <ctype.h> functions with Visual Studio 2005 when handling non-ASCII characters by Benny Prijono · 16 years ago
  28. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  29. 9489e7a Couple of fixes in ioqueue_epoll for ticket #622 (still not working) by Benny Prijono · 16 years ago
  30. b51845f Fixed pjmedia session bug in getting channel count from SDP for static payload. by Nanang Izzuddin · 16 years ago
  31. b8c1ebe Added missed patch in enabling G.722 PLC: PLC should be enabled in default attribute setting. by Nanang Izzuddin · 16 years ago
  32. 49a979b Enabled G.722 PLC. by Nanang Izzuddin · 16 years ago
  33. 47d87a6 More ticket #633: Fixed DirectSound implementation to avoid playback buffer read & write cursor race. by Nanang Izzuddin · 16 years ago
  34. 99eec38 Ticket #622: initial integration of ioqueue_epoll patch, updated the configure script by Benny Prijono · 16 years ago
  35. 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
  36. 4494a48 Ticket #631: by Nanang Izzuddin · 16 years ago
  37. 8de925b Large reorganization of the tonegen for ticket #619: by Benny Prijono · 16 years ago
  38. ff2b110 Ticket #631: by Nanang Izzuddin · 16 years ago
  39. 276402c Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  40. 57dd8e0 Ticket #636: Fixed linux compilation issue when autoconf is not used (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  41. 160093e Ticket #633: Updated DirectSound implementation: by Benny Prijono · 16 years ago
  42. 4d535bb Ticket #625: Added missing fix of unicode build issues in test-pjsip/uri_test.c. by Nanang Izzuddin · 16 years ago
  43. 7d1ac29 Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  44. 0cff128 Ticket #627: Fixed general compiler warning when building for WinCE (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  45. 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
  46. b76154e Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  47. 51b1e55 Ticket #626: Fixed PocketPJ build error when SRTP is unused (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  48. 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
  49. 0378905 Ticket #634: Assertion when rejecting incoming INVITE when the call arrives while pjsip is being shutdown by Benny Prijono · 16 years ago
  50. 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
  51. 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
  52. 447569f Fixed linking error undefined CHECK_ when PJMEDIA_WSOLA_IMP_NULL is used (Thanks Samuel Vinson). by Nanang Izzuddin · 16 years ago
  53. 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
  54. b05e406 Ticket #614: Updated docs related to support for play/record G.711 U-law/A-law. by Nanang Izzuddin · 16 years ago
  55. 3a298e8 Ticket #621: Updated PortAudio to the latest revision 1387. by Nanang Izzuddin · 16 years ago
  56. dbd9d4b Ticket #623: Assertion when receiving SUBSCRIBE with non presence event (thanks Lucas Rosa Galêgo for the report) by Benny Prijono · 16 years ago
  57. 2cba166 Ticket #614: Fixed compilation warning of integer conversions. by Nanang Izzuddin · 16 years ago
  58. 2d2cc94 Ticket #620: PRACK is sent to the wrong UAS when 100rel is used and the dialog forks (thanks Ruud Klaver for the report) by Benny Prijono · 16 years ago
  59. 2c7bdcc Ticket #614: Added support for writing and reading WAV files encoded as 8 bit A-law/U-law. by Nanang Izzuddin · 16 years ago
  60. 3feae36 Updated version to 1.0-rc2-trunk by Benny Prijono · 16 years ago
  61. c463d93 Changed version to 1.0-rc2 by Benny Prijono · 16 years ago
  62. 27c256a Ticket #613: Added packet discard statistic in pjsua 'dq' output by Benny Prijono · 16 years ago
  63. 1cc4afc Fixed assertion caused by too small output buffer size of stream, this happens when codec with very small bandwidth is used, e.g: MELP 2.4kbps, (thanks William Wong). by Nanang Izzuddin · 16 years ago
  64. 232759b Ticket #615: Error adding new buddy in the on_incoming_subscribe() callback (thanks Joseph Maiquez for reporting the error) by Benny Prijono · 16 years ago
  65. 0ab816f Ticket #612: division by zero in pjlib stddev calculation causes crash/floating point exception in pjsua "dq" command on ARM platform by Benny Prijono · 16 years ago
  66. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  67. d1c9133 Changed pjlib version to 1.0-rc1-trunk by Benny Prijono · 16 years ago
  68. c8215b3 Ticke#609: Build/compilation error in Python module (undeclared dec_fmtp_mode/enc_fmtp_mode) (thanks Saul Ibarra for the report) by Benny Prijono · 16 years ago
  69. cf986c4 Ticket #608: Added API to retrieve media transport and session from pjsua call by Benny Prijono · 16 years ago
  70. e9c15fd Fixed ticket #607: Assertion and possibly crash in ICE stream transport when client is not behind NAT (thanks Nicolas Fauvel for the report) by Benny Prijono · 16 years ago
  71. f0b4990 Fixed build settings for Symbian emulator target regarding sound device implementation. by Nanang Izzuddin · 16 years ago
  72. fe7f376 Updated PJ_VERSION to 1.0-rc1 by Benny Prijono · 16 years ago
  73. f5518cd More ticket #604: create the file if it doesn't exist when PJ_O_APPEND flag is set by Benny Prijono · 16 years ago
  74. 9bd039d Ticket #604: Error opening file in append mode in Win32 (thanks Gang Liu for the report) by Benny Prijono · 16 years ago
  75. b789fad Print warning instead of assert when Speex AEC is instantiated with multichannels by Benny Prijono · 16 years ago
  76. 4df9809 Fixed unused parameter warning in active socket test by Benny Prijono · 16 years ago
  77. e46495b Fixed bug Speex frame parser should discard non-audio parts in the Speex bitstream. by Nanang Izzuddin · 16 years ago
  78. e3a6fca Ticket #583: fixed bug on setting frametype in encode() related to special treatment for G729. by Nanang Izzuddin · 16 years ago
  79. 7f6ca73 More ticket #601: premature connection close with TCP active socket case by Benny Prijono · 16 years ago
  80. 16b504c Added PLC & VAD features to codec L16. by Nanang Izzuddin · 16 years ago
  81. 3eb5963 Ticket #601: 100% CPU usage when TCP active socket receives ECONNRESET by Benny Prijono · 16 years ago
  82. 437d77c Ticket #602: fixed assertion of invalid stream index supplied to pjmedia_session_get_stream_stat(). by Nanang Izzuddin · 16 years ago
  83. e9a7703 More ticket #602: fixed minor warning about conversion from integer to unsigned char by Benny Prijono · 16 years ago
  84. 758decb Fixed ticket #603: Crash in ICE with IoCompletionPort ioqueue with the test framework because active socket calls the callback with NULL packet by Benny Prijono · 16 years ago
  85. c89e4c7 Ticket #600: Added probation state in media transport SRTP and also capability to auto-restart when packets received in probation state are 'invalid'. by Nanang Izzuddin · 16 years ago
  86. a815ceb Ticket #602: by Nanang Izzuddin · 16 years ago
  87. 25c8f93 Fixed ticket #601: Bug in IoCompletionPort ioqueue with TCP server socket causes ioqueue to unable to accept incoming TCP connections by Benny Prijono · 16 years ago
  88. ac1f484 Fixed minor bug in exe availability checking in run.py by Benny Prijono · 16 years ago
  89. b9760d9 Added sleep() in mod_pesq.py, to wait the test until the call is stabilized by Benny Prijono · 16 years ago
  90. c366aa9 Fixed audio configuration in config_site.py not used by test scripts by Benny Prijono · 16 years ago
  91. 23a00b7 Ticket #599: by Nanang Izzuddin · 16 years ago
  92. 6df1d53 Ticket #583: Fixed preprocessor check in pjsua_media.c on deinit-ing IPP codec. by Nanang Izzuddin · 16 years ago
  93. efa014b Ticket #598: Update to draft-ietf-behave-rfc3489bis-18 and draft-ietf-behave-turn-09, and fix other things as well. Please see the ticket for more info by Benny Prijono · 16 years ago
  94. afc0c94 Fixed miscalculation of conference port buffer size (rx/tx_buf_cap) when two conf ports have different clock rate/channel count/samples per frame (thanks Joao Cesar). by Nanang Izzuddin · 16 years ago
  95. 0822c19 More ticket #583: autoconf support for Intel IPP by Benny Prijono · 16 years ago
  96. b133924 More ticket #583: compilation warnings with gcc by Benny Prijono · 16 years ago
  97. c2f80c4 More ticket #490: compilation warnings on gcc by Benny Prijono · 16 years ago
  98. 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
  99. 3d0d475 Ticket #596: Updated resample with backend libresample to process multichannel resampling properly (deinterleave, resample per channel, reinterleave). by Nanang Izzuddin · 16 years ago
  100. 563cd7a Added on_incoming_subscribe() handler in pjsua, just to demonstrate that this callback exists by Benny Prijono · 16 years ago