1. 189195d Fixed bug in pjsip_auth_clt_clone(), the cached_auth list is not initialized in the copy by Benny Prijono · 16 years ago
  2. 63bfe7a Ticket #642: Discontinuous tone generation (thanks Olle Frimanson for the report) by Benny Prijono · 16 years ago
  3. 51f2253 Ticket #547: Added DirectX include path from Windows environment settings to libportaudio & pjmedia VS8 build projects. by Nanang Izzuddin · 16 years ago
  4. 7c0d1b7 Updated delay buffer to perform shrinking only in the PUT operation. by Nanang Izzuddin · 16 years ago
  5. 19551d6 Ticket #638: by Nanang Izzuddin · 16 years ago
  6. d704a8b Fixed bug missing reinit med_orig when reinit pjsua media transports. by Nanang Izzuddin · 16 years ago
  7. 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
  8. d61e532 More ticket #639: fixed warning with gcc about comparison always true by Benny Prijono · 16 years ago
  9. 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
  10. 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
  11. 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
  12. 3c97d9b Ticket #639: added torture tests for handling non-ASCII UTF-8 characters in SIP message elements by Benny Prijono · 16 years ago
  13. 54f9389 Ticket #639: Assertion in <ctype.h> functions with Visual Studio 2005 when handling non-ASCII characters by Benny Prijono · 16 years ago
  14. 91d06b6 Ticket #611: Configuration option to force the route URI to use loose routing by Benny Prijono · 16 years ago
  15. 9489e7a Couple of fixes in ioqueue_epoll for ticket #622 (still not working) by Benny Prijono · 16 years ago
  16. b51845f Fixed pjmedia session bug in getting channel count from SDP for static payload. by Nanang Izzuddin · 16 years ago
  17. b8c1ebe Added missed patch in enabling G.722 PLC: PLC should be enabled in default attribute setting. by Nanang Izzuddin · 16 years ago
  18. 49a979b Enabled G.722 PLC. by Nanang Izzuddin · 16 years ago
  19. 47d87a6 More ticket #633: Fixed DirectSound implementation to avoid playback buffer read & write cursor race. by Nanang Izzuddin · 16 years ago
  20. 99eec38 Ticket #622: initial integration of ioqueue_epoll patch, updated the configure script by Benny Prijono · 16 years ago
  21. 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
  22. 4494a48 Ticket #631: by Nanang Izzuddin · 16 years ago
  23. 8de925b Large reorganization of the tonegen for ticket #619: by Benny Prijono · 16 years ago
  24. ff2b110 Ticket #631: by Nanang Izzuddin · 16 years ago
  25. 276402c Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  26. 57dd8e0 Ticket #636: Fixed linux compilation issue when autoconf is not used (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  27. 160093e Ticket #633: Updated DirectSound implementation: by Benny Prijono · 16 years ago
  28. 4d535bb Ticket #625: Added missing fix of unicode build issues in test-pjsip/uri_test.c. by Nanang Izzuddin · 16 years ago
  29. 7d1ac29 Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  30. 0cff128 Ticket #627: Fixed general compiler warning when building for WinCE (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  31. 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
  32. b76154e Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  33. 51b1e55 Ticket #626: Fixed PocketPJ build error when SRTP is unused (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  34. 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
  35. 0378905 Ticket #634: Assertion when rejecting incoming INVITE when the call arrives while pjsip is being shutdown by Benny Prijono · 16 years ago
  36. 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
  37. 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
  38. 447569f Fixed linking error undefined CHECK_ when PJMEDIA_WSOLA_IMP_NULL is used (Thanks Samuel Vinson). by Nanang Izzuddin · 16 years ago
  39. 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
  40. b05e406 Ticket #614: Updated docs related to support for play/record G.711 U-law/A-law. by Nanang Izzuddin · 16 years ago
  41. 3a298e8 Ticket #621: Updated PortAudio to the latest revision 1387. by Nanang Izzuddin · 16 years ago
  42. 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
  43. 2cba166 Ticket #614: Fixed compilation warning of integer conversions. by Nanang Izzuddin · 16 years ago
  44. 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
  45. 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
  46. 3feae36 Updated version to 1.0-rc2-trunk by Benny Prijono · 16 years ago
  47. c463d93 Changed version to 1.0-rc2 by Benny Prijono · 16 years ago
  48. 27c256a Ticket #613: Added packet discard statistic in pjsua 'dq' output by Benny Prijono · 16 years ago
  49. 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
  50. 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
  51. 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
  52. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  53. d1c9133 Changed pjlib version to 1.0-rc1-trunk by Benny Prijono · 16 years ago
  54. 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
  55. cf986c4 Ticket #608: Added API to retrieve media transport and session from pjsua call by Benny Prijono · 16 years ago
  56. 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
  57. f0b4990 Fixed build settings for Symbian emulator target regarding sound device implementation. by Nanang Izzuddin · 16 years ago
  58. fe7f376 Updated PJ_VERSION to 1.0-rc1 by Benny Prijono · 16 years ago
  59. 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
  60. 9bd039d Ticket #604: Error opening file in append mode in Win32 (thanks Gang Liu for the report) by Benny Prijono · 16 years ago
  61. b789fad Print warning instead of assert when Speex AEC is instantiated with multichannels by Benny Prijono · 16 years ago
  62. 4df9809 Fixed unused parameter warning in active socket test by Benny Prijono · 16 years ago
  63. e46495b Fixed bug Speex frame parser should discard non-audio parts in the Speex bitstream. by Nanang Izzuddin · 16 years ago
  64. e3a6fca Ticket #583: fixed bug on setting frametype in encode() related to special treatment for G729. by Nanang Izzuddin · 16 years ago
  65. 7f6ca73 More ticket #601: premature connection close with TCP active socket case by Benny Prijono · 16 years ago
  66. 16b504c Added PLC & VAD features to codec L16. by Nanang Izzuddin · 16 years ago
  67. 3eb5963 Ticket #601: 100% CPU usage when TCP active socket receives ECONNRESET by Benny Prijono · 16 years ago
  68. 437d77c Ticket #602: fixed assertion of invalid stream index supplied to pjmedia_session_get_stream_stat(). by Nanang Izzuddin · 16 years ago
  69. e9a7703 More ticket #602: fixed minor warning about conversion from integer to unsigned char by Benny Prijono · 16 years ago
  70. 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
  71. 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
  72. a815ceb Ticket #602: by Nanang Izzuddin · 16 years ago
  73. 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
  74. ac1f484 Fixed minor bug in exe availability checking in run.py by Benny Prijono · 16 years ago
  75. b9760d9 Added sleep() in mod_pesq.py, to wait the test until the call is stabilized by Benny Prijono · 16 years ago
  76. c366aa9 Fixed audio configuration in config_site.py not used by test scripts by Benny Prijono · 16 years ago
  77. 23a00b7 Ticket #599: by Nanang Izzuddin · 16 years ago
  78. 6df1d53 Ticket #583: Fixed preprocessor check in pjsua_media.c on deinit-ing IPP codec. by Nanang Izzuddin · 16 years ago
  79. 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
  80. 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
  81. 0822c19 More ticket #583: autoconf support for Intel IPP by Benny Prijono · 16 years ago
  82. b133924 More ticket #583: compilation warnings with gcc by Benny Prijono · 16 years ago
  83. c2f80c4 More ticket #490: compilation warnings on gcc by Benny Prijono · 16 years ago
  84. 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
  85. 3d0d475 Ticket #596: Updated resample with backend libresample to process multichannel resampling properly (deinterleave, resample per channel, reinterleave). by Nanang Izzuddin · 16 years ago
  86. 563cd7a Added on_incoming_subscribe() handler in pjsua, just to demonstrate that this callback exists by Benny Prijono · 16 years ago
  87. c671bf8 pjsip_endpt_handle_events2() is loosing the error code in MacOS X if pj_ioqueue_poll() returns error. This is because pj_thread_sleep() always set errno to ETIMEDOUT on MacOS X (thanks Ruud Klaver for the report) by Benny Prijono · 16 years ago
  88. a4e7cdd More ticket #583: a bit of tidying up and renamed macro names etc. by Benny Prijono · 16 years ago
  89. 9ff3c43 Ticket #593: Fixed RTP timestamp calculation in RX & TX for multichannel audio. by Nanang Izzuddin · 16 years ago
  90. 7dd3268 Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in IPP codec encode. by Nanang Izzuddin · 16 years ago
  91. 2d4c384 Ticket #490: Updated VAD with new algorithm. by Nanang Izzuddin · 16 years ago
  92. 0b62704 Fixed Python bug with enum_codecs() (thanks Saúl Ibarra for the report) by Benny Prijono · 16 years ago
  93. 876a2ae Fixed crash in Python when receiving incoming DTMF digits by Benny Prijono · 16 years ago
  94. df361e0 Ticket #583: by Nanang Izzuddin · 16 years ago
  95. f216f82 Ticket #583: by Nanang Izzuddin · 16 years ago
  96. 2266861 Ticket #595: Broken semaphore implementation on MacOS X (thanks Viktor Krikun for the report) by Benny Prijono · 16 years ago
  97. 493a8db Ticket #583: Initial source of IPP codecs wrapper. by Nanang Izzuddin · 16 years ago
  98. 96e514b Added maximum threshold for silence detector, to aovid the silence detector setting the threshold too high thus cutting audio signal (e.g. when streaming long continuous signal) by Benny Prijono · 16 years ago
  99. cd2a158 More ticket #590: removed unused echo suppressor settings in pjmedia/config.h by Benny Prijono · 16 years ago
  100. f1bb9e9 Increase codec's maximum silence duration (PJMEDIA_CODEC_MAX_SILENCE_PERIOD) from 500ms to 5 seconds since it may produce ticks noise which can be quite annoying by Benny Prijono · 16 years ago