1. b6133fb More ticket #543: added PESQ test by Nanang Izzuddin · 16 years ago
  2. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  3. e6f85fb More ticket #543: added SRTP tests on scripts-sendto by Nanang Izzuddin · 16 years ago
  4. df008d3 Make SDP parser more lenient by ignoring first newlines. by Benny Prijono · 16 years ago
  5. 3190f69 Set svn attributes on new test script files by Benny Prijono · 16 years ago
  6. 7d578a7 More ticket #543: added mod_sendto.py to send arbitrary INVITE request by Benny Prijono · 16 years ago
  7. 224b4e2 Ticket #549: major modification in media transport API to support more offer/answer scenarios by Benny Prijono · 16 years ago
  8. ed6bd02 Added new API's in ICE stream transport to assist offer/answer negotiation: pj_ice_strans_has_sess(), pj_ice_strans_sess_is_running(), pj_ice_strans_sess_is_complete(), pj_ice_strans_get_running_comp_cnt(), pj_ice_strans_get_ufrag_pwd(), and PJNATH_EICEMISMATCH error code. by Benny Prijono · 16 years ago
  9. ba5d8e0 Clarified in the pj_create_random_string() comment that the output string is not NULL terminated by Benny Prijono · 16 years ago
  10. f810f95 Added new callback for module: post_func (called at the end of the test), added userdata param for modules, and added new module media_playrec with some scripts by Nanang Izzuddin · 16 years ago
  11. f9bd1f2 More ticket #543: updated automated tests to run on Unix by Benny Prijono · 16 years ago
  12. 148fd39 More ticket #540: updated snd-auto-close to work friendly with call by Nanang Izzuddin · 16 years ago
  13. 6472e1b Cleaned up unused field avg_jitter from rtcp session by Nanang Izzuddin · 16 years ago
  14. cc1ada5 Added presence pjsua unit tests by Benny Prijono · 16 years ago
  15. 4f96689 Changed tonegen to use native clock rate, and other minor changes by Benny Prijono · 16 years ago
  16. e28cec8 Refine the tone feature implementation in pjsua by Benny Prijono · 16 years ago
  17. 495409d Added pjmedia_tonegen_rewind() by Benny Prijono · 16 years ago
  18. 91d20f4 Added ringback/alert tones in pjsua by Benny Prijono · 16 years ago
  19. dd3d002 Implement ticket #546 and revisit ticket #439: by Benny Prijono · 16 years ago
  20. 4d49c78 More ticket #505: added constants to shrink the excess frames in jbuf even more slowly, default can only discard one excess frame per 200ms by Benny Prijono · 16 years ago
  21. 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
  22. 8c331df More ticket #543: added ICE test by Benny Prijono · 16 years ago
  23. 2283e87 Added svn:ignore list for symbian_ua_gui by Nanang Izzuddin · 16 years ago
  24. 89ac2b4 Fixed various compilation warnings with gcc strict compilation by Benny Prijono · 16 years ago
  25. 3eb16d7 Fixed build error on the Python module. It's still not up-to-date with the latest API though by Benny Prijono · 16 years ago
  26. a8a144c Ticket #543: added TCP call in pjsua unit test by Benny Prijono · 16 years ago
  27. 62ae5c6 More ticket #543: added SRTP negotiation tests by Benny Prijono · 16 years ago
  28. cbd38c6 Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or re-INVITE when media is already active by Benny Prijono · 16 years ago
  29. b0dd211 More ticket #542: updated dsound.c to adapt with latency setting by Nanang Izzuddin · 16 years ago
  30. 4b4adb3 Ticket #543: initial framework for pjsua testing, still needs lots of test scenarios by Benny Prijono · 16 years ago
  31. ebc32c3 Added echo option and stdout refresh in pjsua to assist automated test scripts by Benny Prijono · 16 years ago
  32. d7fefd7 Ticket #542: added new API and macro for sound device latency settings, also added new param for this in pjsua by Nanang Izzuddin · 16 years ago
  33. 800ec60 Bug in srv_resolver: host_resolved value may exceed number of SRV records if there are more than A records in Additional Record section of the response for a single SRV target (thanks Ruud Klaver) by Benny Prijono · 16 years ago
  34. 123fad7 Fixed error representing the qvalue in Contact header (parser error), and optimize the printing to remove ending zero digits (thanks Philippe Leuba) by Benny Prijono · 16 years ago
  35. 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
  36. 7155cc6 Fixed Speex build config by Nanang Izzuddin · 16 years ago
  37. 3cbb065 Upgraded Speex version to the latest and reorganized it in local copy (since Speex is now using Git) by Nanang Izzuddin · 16 years ago
  38. f551240 Added gdi32.lib and advapi32.lib in Samples-vc.mak as it causes link error when TLS is enabled (on certain Platform SDK?) by Benny Prijono · 16 years ago
  39. 85d2084 Removed codec G729 from encdec.c by Nanang Izzuddin · 16 years ago
  40. b618d62 Related to r1996, do not return 0.0.0.0/8 class IP address in pj_gethostip() (thanks Helmut Wolf) by Benny Prijono · 16 years ago
  41. fd461eb Added more validations & a new API (thanks Florian Bomers): by Nanang Izzuddin · 16 years ago
  42. 0890fb6 Fixed more mismatch decl/def function specifications (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  43. dd538ed Ignore 0.0.0.0/8 class IP address in interface enumeration function since this doesnt seem to have practical use for us (thanks Helmut Wolf) by Benny Prijono · 16 years ago
  44. 70656cb Fixed mismatched between declaration and definition of pj_stun_msg_encode() (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  45. 2bfc3d8 Added error logging when authentication fails in TURN server sample by Benny Prijono · 16 years ago
  46. 758bae4 Fixed minor bug: wrong pool name for STUN session pool by Benny Prijono · 16 years ago
  47. 1189365 Ticket #418 Protect client registration session with mutex by Benny Prijono · 16 years ago
  48. 739551f Fixed compilation warnings in dns_server.c by Benny Prijono · 16 years ago
  49. f76e139 More ticket #485: added TURN support in PJSUA-LIB API by Benny Prijono · 16 years ago
  50. 848be08 More ticket #485: major modification in transport_ice to support new ICE stream transport API by Benny Prijono · 16 years ago
  51. ff1df04 Major major modifications related to ticket #485 (support for TURN-07): by Benny Prijono · 16 years ago
  52. 71c8395 Ticket #537: implemented Simple DNS Server class (for testing) in pjlib-util by Benny Prijono · 16 years ago
  53. ea8e436 More ticket #531: added user_data parameter in activesocket creation API to make it more robust against programming errors by Benny Prijono · 16 years ago
  54. e4b4b7d Added field maximum bitrate to codec param, this is useful for providing safer frame size calculation, especially when peer's bitrate is unknown by Nanang Izzuddin · 16 years ago
  55. eb4c616 Cleaned up warnings of [u]char-[u]int conversions by Nanang Izzuddin · 16 years ago
  56. 3aef5e1 Ticket #473: by Nanang Izzuddin · 16 years ago
  57. 78e2591 Fixed bug in copying buffer and updated post process of buffer shrinking by Nanang Izzuddin · 16 years ago
  58. 4304725 Fixed gcc warnings about type pruned pointers by Benny Prijono · 16 years ago
  59. 7ca463c Fixed C & C++ cross linked problem and missing newly added libsrtp.lib in symbian_ua_gui.mmp by Nanang Izzuddin · 16 years ago
  60. 6a6392f More ticket #61: enabled SRTP on Symbian by Nanang Izzuddin · 16 years ago
  61. 9669186 Fixed Symbian build on OS with case sensitive filename (e.g: Linux) by Nanang Izzuddin · 16 years ago
  62. d424297 Fixed uninitialized output size before calling G.722 encoder by Nanang Izzuddin · 16 years ago
  63. 5dfac8f Increase clock rate limit in pjsua to 192000 (from 48000) by Benny Prijono · 16 years ago
  64. ed4d378 Fixed wchar_t definition for all build targets. by Nanang Izzuddin · 16 years ago
  65. c8003c3 Added symbian_ua_gui to symbian root build settings (bld.inf), fixed symbian_ua_gui for WINSCW build by Nanang Izzuddin · 16 years ago
  66. db59d9e Initial source of GUI version of Symbian UA by Nanang Izzuddin · 16 years ago
  67. 700e838 Updated delaybuf to learn burst level in realtime instead of only in the beginning, this can optimize the latency and increase adaptivity by Nanang Izzuddin · 16 years ago
  68. 1ec45bf Added another WSOLA implementation, PJMEDIA_WSOLA_IMP_WSOLA_LITE, this is used by small devices by default (replacing PJMEDIA_WSOLA_IMP_NULL) by Nanang Izzuddin · 16 years ago
  69. e85a183 Fixed bug wrong option for resample port between conference bridge and sound device by Nanang Izzuddin · 16 years ago
  70. 50947e7 More ticket #536: fixed bug in SrcUD (missed fix, previously r1968 only fixed SrcUp) by Nanang Izzuddin · 16 years ago
  71. ec19826 Reapplied changeset 287 (resample may write pass the output buffer), with a bit optimization by Nanang Izzuddin · 16 years ago
  72. b6242b7 Fixed bug in pjmedia_sdp_rtpmap_to_attr(): may overwrite past the buffer by Benny Prijono · 16 years ago
  73. 563076d Added (the missing) libspeexcodec.mmp by Benny Prijono · 16 years ago
  74. 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
  75. dfd3052 Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mobile. Speex/8000 now runs on Windows Mobile! by Benny Prijono · 16 years ago
  76. 9b86257 Fixed bug with SRTP enabling configuration for PocketPJ application by Benny Prijono · 16 years ago
  77. c67f885 Fixed Symbian build error caused by active socket addition to pjlib in ticket #531 (thanks Rodrigo Vega) by Benny Prijono · 16 years ago
  78. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  79. 415fc6f Ticket #535: added initial source of math.h by Nanang Izzuddin · 16 years ago
  80. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  81. b58b3e4 Modified pj_list_size() to take const argument instead by Benny Prijono · 16 years ago
  82. 054c5df More ticket #533: fixed bug in Retry-After parser (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  83. aa5d29d Fixed bug with pj_generate_unique_string() initialization trying to access the critical section which has not been created in pj_init(), when guid_simple.c is used on Windows (thanks Roland Klabunde/Thomas) by Benny Prijono · 16 years ago
  84. 3fd3af9 Resample port get frame may cause buffer overflow when downport returns non-audio frame by Nanang Izzuddin · 16 years ago
  85. 23110bf Ticket #533: Support for parsing Retry-After SIP header by Benny Prijono · 16 years ago
  86. 4bac2c1 Implement ticket #531: active socket abstraction to make ioqueue programming easier by Benny Prijono · 16 years ago
  87. 842754c Added pj_sockaddr_cp() by Benny Prijono · 16 years ago
  88. af97484 Ticket #524: changed pjsua and stereotest default audio frame time from 10ms to 20ms by Nanang Izzuddin · 16 years ago
  89. a5538ab Ticket #527: Commited ticket527.2.patch by Nanang Izzuddin · 16 years ago
  90. 93713fb Added nios2 processor settings PJLIB in config.h (thanks F) by Benny Prijono · 16 years ago
  91. fdb45df Added nios2 target detection in config.sub by Benny Prijono · 16 years ago
  92. 5516f91 Fixed bug: NOTIFY is sent continuously on PJSUA-LIB shutdown by Benny Prijono · 16 years ago
  93. fa34806 If regc.check_contact is disabled, and no Expires header has been found, but the server does return one single Contact header, assumes that the server is broken/unable to return the correct Contact. In this case, get the expiration from the single Contact header in the response (thanks Alan Bond) by Benny Prijono · 16 years ago
  94. 5d070f8 More ticket #513: by Nanang Izzuddin · 16 years ago
  95. db9da77 Ticket #528: committed ticket528.patch by Nanang Izzuddin · 16 years ago
  96. 90f11cb More on ticket #513: by Nanang Izzuddin · 16 years ago
  97. e8b604d Ticket #513: Support for RTCP XR (initial patch) by Benny Prijono · 16 years ago
  98. 6780ae0 More ticket #497: added configuration to disable WSOLA and set default to disabled on WinCE and Symbian by Benny Prijono · 16 years ago
  99. 9375aca Fixed chunk size alignment in pool drain test by Nanang Izzuddin · 16 years ago
  100. 76da764 Workaround for pj_thread_sleep() failure with ETIMEDOUT in MacOS X (thanks Daniel Mikusa) by Benny Prijono · 16 years ago