1. 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
  2. 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
  3. 85d2084 Removed codec G729 from encdec.c by Nanang Izzuddin · 16 years ago
  4. 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
  5. fd461eb Added more validations & a new API (thanks Florian Bomers): by Nanang Izzuddin · 16 years ago
  6. 0890fb6 Fixed more mismatch decl/def function specifications (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  7. 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
  8. 70656cb Fixed mismatched between declaration and definition of pj_stun_msg_encode() (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  9. 2bfc3d8 Added error logging when authentication fails in TURN server sample by Benny Prijono · 16 years ago
  10. 758bae4 Fixed minor bug: wrong pool name for STUN session pool by Benny Prijono · 16 years ago
  11. 1189365 Ticket #418 Protect client registration session with mutex by Benny Prijono · 16 years ago
  12. 739551f Fixed compilation warnings in dns_server.c by Benny Prijono · 16 years ago
  13. f76e139 More ticket #485: added TURN support in PJSUA-LIB API by Benny Prijono · 16 years ago
  14. 848be08 More ticket #485: major modification in transport_ice to support new ICE stream transport API by Benny Prijono · 16 years ago
  15. ff1df04 Major major modifications related to ticket #485 (support for TURN-07): by Benny Prijono · 16 years ago
  16. 71c8395 Ticket #537: implemented Simple DNS Server class (for testing) in pjlib-util by Benny Prijono · 16 years ago
  17. 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
  18. 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
  19. eb4c616 Cleaned up warnings of [u]char-[u]int conversions by Nanang Izzuddin · 16 years ago
  20. 3aef5e1 Ticket #473: by Nanang Izzuddin · 16 years ago
  21. 78e2591 Fixed bug in copying buffer and updated post process of buffer shrinking by Nanang Izzuddin · 16 years ago
  22. 4304725 Fixed gcc warnings about type pruned pointers by Benny Prijono · 16 years ago
  23. 7ca463c Fixed C & C++ cross linked problem and missing newly added libsrtp.lib in symbian_ua_gui.mmp by Nanang Izzuddin · 16 years ago
  24. 6a6392f More ticket #61: enabled SRTP on Symbian by Nanang Izzuddin · 16 years ago
  25. 9669186 Fixed Symbian build on OS with case sensitive filename (e.g: Linux) by Nanang Izzuddin · 16 years ago
  26. d424297 Fixed uninitialized output size before calling G.722 encoder by Nanang Izzuddin · 16 years ago
  27. 5dfac8f Increase clock rate limit in pjsua to 192000 (from 48000) by Benny Prijono · 16 years ago
  28. ed4d378 Fixed wchar_t definition for all build targets. by Nanang Izzuddin · 16 years ago
  29. 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
  30. db59d9e Initial source of GUI version of Symbian UA by Nanang Izzuddin · 16 years ago
  31. 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
  32. 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
  33. e85a183 Fixed bug wrong option for resample port between conference bridge and sound device by Nanang Izzuddin · 16 years ago
  34. 50947e7 More ticket #536: fixed bug in SrcUD (missed fix, previously r1968 only fixed SrcUp) by Nanang Izzuddin · 16 years ago
  35. ec19826 Reapplied changeset 287 (resample may write pass the output buffer), with a bit optimization by Nanang Izzuddin · 16 years ago
  36. b6242b7 Fixed bug in pjmedia_sdp_rtpmap_to_attr(): may overwrite past the buffer by Benny Prijono · 16 years ago
  37. 563076d Added (the missing) libspeexcodec.mmp by Benny Prijono · 16 years ago
  38. 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
  39. 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
  40. 9b86257 Fixed bug with SRTP enabling configuration for PocketPJ application by Benny Prijono · 16 years ago
  41. c67f885 Fixed Symbian build error caused by active socket addition to pjlib in ticket #531 (thanks Rodrigo Vega) by Benny Prijono · 16 years ago
  42. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  43. 415fc6f Ticket #535: added initial source of math.h by Nanang Izzuddin · 16 years ago
  44. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  45. b58b3e4 Modified pj_list_size() to take const argument instead by Benny Prijono · 16 years ago
  46. 054c5df More ticket #533: fixed bug in Retry-After parser (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  47. 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
  48. 3fd3af9 Resample port get frame may cause buffer overflow when downport returns non-audio frame by Nanang Izzuddin · 16 years ago
  49. 23110bf Ticket #533: Support for parsing Retry-After SIP header by Benny Prijono · 16 years ago
  50. 4bac2c1 Implement ticket #531: active socket abstraction to make ioqueue programming easier by Benny Prijono · 16 years ago
  51. 842754c Added pj_sockaddr_cp() by Benny Prijono · 16 years ago
  52. af97484 Ticket #524: changed pjsua and stereotest default audio frame time from 10ms to 20ms by Nanang Izzuddin · 16 years ago
  53. a5538ab Ticket #527: Commited ticket527.2.patch by Nanang Izzuddin · 16 years ago
  54. 93713fb Added nios2 processor settings PJLIB in config.h (thanks F) by Benny Prijono · 16 years ago
  55. fdb45df Added nios2 target detection in config.sub by Benny Prijono · 16 years ago
  56. 5516f91 Fixed bug: NOTIFY is sent continuously on PJSUA-LIB shutdown by Benny Prijono · 16 years ago
  57. 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
  58. 5d070f8 More ticket #513: by Nanang Izzuddin · 16 years ago
  59. db9da77 Ticket #528: committed ticket528.patch by Nanang Izzuddin · 16 years ago
  60. 90f11cb More on ticket #513: by Nanang Izzuddin · 16 years ago
  61. e8b604d Ticket #513: Support for RTCP XR (initial patch) by Benny Prijono · 16 years ago
  62. 6780ae0 More ticket #497: added configuration to disable WSOLA and set default to disabled on WinCE and Symbian by Benny Prijono · 16 years ago
  63. 9375aca Fixed chunk size alignment in pool drain test by Nanang Izzuddin · 16 years ago
  64. 76da764 Workaround for pj_thread_sleep() failure with ETIMEDOUT in MacOS X (thanks Daniel Mikusa) by Benny Prijono · 16 years ago
  65. 83088f3 Fixed bug in invalid Contact address being generated upon NAT detection, when no username part is present in the account ID by Benny Prijono · 16 years ago
  66. 6e68ee6 Added ability to send custom headers in sipstateless sample by Benny Prijono · 16 years ago
  67. 470388d Report NAT type as unknown rather than UDP blocked when test 1B failed (could happen when port 3479 is blocked). Thanks Helmut Wolf for the info. by Benny Prijono · 16 years ago
  68. 6b7834b More ticket #420: creation of IPv6 media streams (tested on SIPit22) by Benny Prijono · 16 years ago
  69. e7d5a10 More ticket #526: committed ticket526.2.patch by Benny Prijono · 16 years ago
  70. 48374a2 Fixed bug: the status line in sipfrag content (for REFER) must ends with a CR-LF by Benny Prijono · 16 years ago
  71. ddaaf6a Use the smart Contact header for TCP/TLS by Benny Prijono · 16 years ago
  72. 24a2185 Fixed miscellaneous compile warnings/errors when built with C++ mode by Benny Prijono · 16 years ago
  73. 53a7c70 Ticket #525: Crash on call update or re-invite (Thanks Alexey) by Benny Prijono · 16 years ago
  74. 97a5759 Ticket #526: Pjsua crash after wav player destroyed inside the eof callback (thanks Tanguy Floc'h) by Benny Prijono · 16 years ago
  75. e722685 More ticket #485: fixed TURN server permission not allowing peer with the same IP to get through, and added option to disable FINGERPRINT verification in TURN server since it is currently broken when TURN is used with ICE (which has a FINGERPRINT in its Binding Request) by Benny Prijono · 16 years ago
  76. a11c76a More ticket #485: fixed REQUESTED-TRANSPORT endianness by Benny Prijono · 16 years ago
  77. 427d145 More ticket #505: the jitter buffer only discard one packet at a time when optimizing the delay by Benny Prijono · 16 years ago
  78. c59ca6e Fixed bug in writing snd_clock_rate configuration to file in pjsua by Benny Prijono · 16 years ago
  79. c0b83f2 More ticket #451: updated PortAudio to the latest by Benny Prijono · 16 years ago
  80. aeb187d More ticket #523: renamed some variable names for clarity by Benny Prijono · 16 years ago
  81. 88efec5 Ticket #523: Handle incomplete audio frame from sound device (e.g. OSS) by Benny Prijono · 16 years ago
  82. 3cfaf50 More ticket #485: now really remove pjstun-srv-test by Benny Prijono · 16 years ago
  83. 84fde9e More ticket #485: removed pjstun-srv-test project and fixed build errors with gcc by Benny Prijono · 16 years ago
  84. 49786e6 Added PJNATH class diagram by Benny Prijono · 16 years ago
  85. a2c0bb2 Improve the PJNATH documentation by Benny Prijono · 16 years ago
  86. 879ad1a More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 for the details by Benny Prijono · 16 years ago
  87. c54dcb3 As per list report, changed the default response to incoming REFER from 200 to 202 as some gateways do not like this. Thanks Pedro Sanchez for the report by Benny Prijono · 16 years ago
  88. 3692271 Removed setting PJ_IOQUEUE_HAS_SAFE_UNREG to zero in config_site_sample.h as it is currently not supported by Benny Prijono · 16 years ago
  89. a95e929 Changed PJ_IOQUEUE_MAX_HANDLES count when PJ_CONFIG_MINIMAL_SIZE is set from 16 to 32 as it caused assertion in sock_select.c on Maemo by Benny Prijono · 16 years ago
  90. 617b860 Fixed crash in SRTP when incoming SDP is received without any m= line (thanks Atik) by Benny Prijono · 16 years ago
  91. 7fff9f9 Ticket #522: Enable keep-alive for UDP transport even when STUN is not configured by Benny Prijono · 16 years ago
  92. 6d24ca5 Fixed link error to pj_log() in libSRTP if PJ_LOG_MAX_LEVEL is set to zero (thanks Michael CHRISTOPHER) by Benny Prijono · 16 years ago
  93. 754a4df Ticket #521: Duplicate Authorization header when PJSIP is configured to send empty Authorization header (thanks Roland Klabunde) by Benny Prijono · 16 years ago
  94. 9969d18 Ticket #520: Race condition may cause ioqueue corruption (thanks Philippe Leuba) by Benny Prijono · 16 years ago
  95. f279d67 More work on ticket #485: bug when TURN UDP relay is not destroyed if Allocate request fails by Benny Prijono · 16 years ago
  96. 6381bf3 Ticket #519: STUN request is not freed when transaction times out (thanks Amit Sharma) by Benny Prijono · 16 years ago
  97. c295d9f More ticket #514: bug in previous fix caused invite session to unable to respond to authentication in re-INVITE by Benny Prijono · 16 years ago
  98. f161655 More ticket #504: added missing new files! by Benny Prijono · 16 years ago
  99. 012b7ae Added missing framework link command for MacOS X in Python setup.py (thanks Nir Soffer) by Benny Prijono · 16 years ago
  100. 03c5c69 Ticket #517: Invalid argument error when binding media transport on MacOS X by Benny Prijono · 16 years ago