1. 389a769 More ticket #61: crashed on SRTP error string lookup by Benny Prijono · 17 years ago
  2. 2c42375 Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtp by Benny Prijono · 17 years ago
  3. d817965 Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit by Benny Prijono · 17 years ago
  4. 7544a29 Handle SDP offer containing application as the media type by Benny Prijono · 17 years ago
  5. 87a9021 Related to ticket #61: added new invite session API pjsip_inv_verify_request() which takes additional remote SDP, to avoid parsing SDP multiple times by Benny Prijono · 17 years ago
  6. 5b221d4 Related to ticket #61: Added PJSIP_ESESSIONINSECURE error code in sip_errno to require that secure session shall be used (needed by SRTP) by Benny Prijono · 17 years ago
  7. b2f20e1 Fixed integer conversion/format warning on x86_64 Linux by Benny Prijono · 17 years ago
  8. 8a0ab28 Ticket #61: imported libsrtp into third_party directory (backported from srtp branch) by Benny Prijono · 17 years ago
  9. fdafd40 Merged from SRTP branch: added stdint.h header detection in autoconf. Result is in PJ_HAS_STDINT_H macro by Benny Prijono · 17 years ago
  10. 5773cd6 Ticket #455: allocate pjsua call id in round robin fashion by Benny Prijono · 17 years ago
  11. c05d74c Added information about delaybuf result on MacOS X 10.5 by Benny Prijono · 17 years ago
  12. 684ab41 More work on ticket #438: Workaround for frame bursts from audio devices. See the ticket for more information by Benny Prijono · 17 years ago
  13. 0cc83f0 Fixed warning about uninitialized variable in VS6 by Benny Prijono · 17 years ago
  14. 429fa1f Fixed python module build error (thanks Jeff Ames) by Benny Prijono · 17 years ago
  15. 4190cf9 Ticket #453: Log level is not set in PJSUA-LIB (thanks Simon Farmer) by Benny Prijono · 17 years ago
  16. be41d86 Minor correction about WAV player parameter name and its comment in pjsua.h by Benny Prijono · 17 years ago
  17. 58add7c Minor correction about WAV player parameter name and its comment in pjsua.h by Benny Prijono · 17 years ago
  18. 0b41aa5 Fixed compilation warnings on OSX 10.5 by Benny Prijono · 17 years ago
  19. 59b3aed Reply with 488+SDP instead of 415 when incoming SDP is not acceptable (thanks Alain Totouom) by Benny Prijono · 17 years ago
  20. cf53baf Related to ticket #449: fixed bug when rx volume adjustment caused static noise (thanks Norman Franke) by Benny Prijono · 17 years ago
  21. f14be2f Ticket #449: New conference mixing algorithm to replace multiplication with simple addition by Benny Prijono · 17 years ago
  22. 61ab6ca Related to ticket #447: the WAV player should consistently return non-PJ_SUCCESS after it has returned one by Benny Prijono · 17 years ago
  23. 79cbbf4 Ticket #448: PJSIP rejects incoming call with 415/Unsupported Media Type for INVITE containing video (thanks Alain Totouom) by Benny Prijono · 17 years ago
  24. 6b3ccdf Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad) by Benny Prijono · 17 years ago
  25. 8df8721 Renamed symbian_ua.pkg to symbian_ua_udeb.pkg and symbian_ua_urel.pkg by Benny Prijono · 17 years ago
  26. e9a6530 In mix.c, handle FRAME_TYPE_NONE if the conference ever returns one by Benny Prijono · 17 years ago
  27. 39e232a Another fix for ticket #447: WAV player cuts last data from the WAV file by Benny Prijono · 17 years ago
  28. 9b65ba5 Fixed overflow bug in length calculation, added force option, and added trailing silence in the output file by Benny Prijono · 17 years ago
  29. b823dc5 Ticket #447: WAV player cuts last data from the WAV file by Benny Prijono · 17 years ago
  30. 79a1afe Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  31. a268770 Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  32. c485dd8 Added new WAV player API: pjmedia_wav_player_get_len() by Benny Prijono · 17 years ago
  33. 4c5351f Updated encdec sample to support PLC etc by Benny Prijono · 17 years ago
  34. 06e62d7 Ticket #445: added codec encoding/decoding sample by Benny Prijono · 17 years ago
  35. 7a17068 Fixed what looks like a bug in pjmedia's Speex decoder: decoder may return invalid PCM frame length by Benny Prijono · 17 years ago
  36. 2897306 Ticket #444: Bug in tone generator: can't play more digits (thanks Marian Dragomir) by Benny Prijono · 17 years ago
  37. 37c710b Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode from 20 to 30 by Benny Prijono · 17 years ago
  38. e723b92 Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer) by Benny Prijono · 17 years ago
  39. 3e09167 Ticket #441: Fix endianess detection for PortAudio by Benny Prijono · 17 years ago
  40. 14bf263 Ticket 440: pj_timer_entry_init() doesn't initialize timer ID by Benny Prijono · 17 years ago
  41. 1402a4a Protect against division by zero in pjsua's dump_media_session (thanks Simon Farmer) by Benny Prijono · 17 years ago
  42. 1b54324 Added call gaping in siprtp by Benny Prijono · 17 years ago
  43. 6e7e954 Fixed warnings with strict gcc by Benny Prijono · 17 years ago
  44. 71914a1 Fixed compilation error about IFF_UP by Benny Prijono · 17 years ago
  45. 705c383 Ticket #439: don't call encode() if input is FRAME_TYPE_NONE by Benny Prijono · 17 years ago
  46. ef0d7e7 Assertion error in streamutil sample by Benny Prijono · 17 years ago
  47. cb82ec1 Fixed compile error in sound port when delaybuf is enabled by Benny Prijono · 17 years ago
  48. 45710a4 Ticket #438 (Workaround for frame bursts from audio devices): added delay buffer implementation in pjmedia by Benny Prijono · 17 years ago
  49. d744393 Fixed bug in sndtest: drift detection was wrong since it assumes that the drift value would be positive. Also added mutex protection just in case by Benny Prijono · 17 years ago
  50. a044ff9 Fixed timestamp bug in pasound.c: timestamp is shared by both playback and record and it was incorrectly incremented by both by Benny Prijono · 17 years ago
  51. ab872f2 Fixed bug in IPv6 address to string conversion on WinCE by Benny Prijono · 17 years ago
  52. 684c0ad Print stack usage, and other minor changes by Benny Prijono · 17 years ago
  53. 9349842 Print stack usage upon thread exiting by Benny Prijono · 17 years ago
  54. 92898f0 Increased stack size in symbian_ua.mmp to 12KB by Benny Prijono · 17 years ago
  55. d606685 siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou) by Benny Prijono · 17 years ago
  56. 7ec779c Related to ticket #437: reduce the stack usage of ICE media transport by Benny Prijono · 17 years ago
  57. 38fb3ea Related to ticket #437: optimize the stack usage of pjsua-lib by Benny Prijono · 17 years ago
  58. 0887321 Ticket #437: reduce stack and pool usage on pjnath to make it work better on Symbian by Benny Prijono · 17 years ago
  59. cd700b1 Minor fix: doesn't need to make TBuf static in pj_inet_ntoa() for Symbian by Benny Prijono · 17 years ago
  60. 7db5443 Defect: new allocator didn't call factory on_block_alloc()/on_block_free() by Benny Prijono · 17 years ago
  61. 97e7b12 Implement stack usage detection on Symbian OS by Benny Prijono · 17 years ago
  62. 22e6832 Tweak config_site_sample.h for Symbian by Benny Prijono · 17 years ago
  63. 467edf0 Added PJ_OS_HAS_CHECK_STACK default configuration in pjlib/config.h, at least to document it in doxygen by Benny Prijono · 17 years ago
  64. 70c5ba0 Open access point establishment selection before starting the Symbian application. Also added IP addressing test in symbian_ua by Benny Prijono · 17 years ago
  65. 9db4bd6 Fixed IPv6/IPv4 address issue in Symbian: Symbian, at least 9.1, seems to have dual stack IP, so IPv4 address can be returned as a mapped IPv6 address by Benny Prijono · 17 years ago
  66. c27235c Changed symbian_ua menu to use numeric keys by Benny Prijono · 17 years ago
  67. f792de4 Updated the UID3 of Symbian test applications because of ticket #434 by Benny Prijono · 17 years ago
  68. 2b1e835 Added svn:ignore flag with few more files/directory created by Carbide C++ by Benny Prijono · 17 years ago
  69. f3ce139 Set pool_test_malloc_free() to use malloc()/free() instead of new/delete since there is compilation error on Symbian with GCCE compiler. But this most likely will fail on run-time, so currently this test is broken for Symbian by Benny Prijono · 17 years ago
  70. 2da7ca4 Ticket #436: IPv6 support in host resolver caused failure in pjlib initialization by Benny Prijono · 17 years ago
  71. 5df8bb6 Ticket #435: Fixed and tested audio on Symbian device by Benny Prijono · 17 years ago
  72. 8f28b2d Ticket #434: fixed configurations to build Symbian for device target by Benny Prijono · 17 years ago
  73. 91e567e Ticket #433: Failure in media negotiation when SDP contains two audio media lines (thanks Arie Velthoen) by Benny Prijono · 17 years ago
  74. d782822 Handle the case when PortAudio returns negative sound device count in pasound.c by Benny Prijono · 17 years ago
  75. 28bfcbc Fixed bug caused by ticket #427: frame type not properly initialized to PJMEDIA_FRAME_TYPE_AUDIO, causing audio frames to be dropped in the conference bridge (thanks P.J. Cast) by Benny Prijono · 17 years ago
  76. 42d08d2 Related to Ticket #429: when bind address is specified and public address is not, the bind address should be used as the public address (thanks Arie Velthoen) by Benny Prijono · 17 years ago
  77. ed717aa Fixed errors in SDP: 1) scanner is not initialized before pjmedia_sdp_parse() is called, 2) added null termination in attribute for more robustness by Benny Prijono · 17 years ago
  78. 9f6c90c Reverted back changes in r1631 by Benny Prijono · 17 years ago
  79. 152d1e5 Calling strncpy with a maximum size argument of (32) on destination buffer '(pool)->obj_name' of size (32) can possibly leave the destination buffer lacking null-termination by Benny Prijono · 17 years ago
  80. ae63e55 Make pj_ioqueue_op_key_init() in pjsip_tx_data_create() more correct by Benny Prijono · 17 years ago
  81. 3a46283 Fixed case when tdata is NULL pjsip_tx_data_get_info() by Benny Prijono · 17 years ago
  82. 0658afb Change maximum packet size to PJMEDIA_MAX_MTU in transport_udp.c by Benny Prijono · 17 years ago
  83. bb7b98e Disable assertion in pj_sockaddr_has_addr() by Benny Prijono · 17 years ago
  84. bc9f61c Fixed bug in Symbian TInetAddr to pj_sockaddr conversion: memory overflow in bzero() when pj_sockaddr_in is passed as argument by Benny Prijono · 17 years ago
  85. ab168dd Add doxygen comment in pj_log_func() to inform that the data is NULL terminated by Benny Prijono · 17 years ago
  86. fce2854 Ticket #430: Added --auto-update-nat, --use-compact-form, and --dis-codec options in pjsua (thanks Lafras Henning) by Benny Prijono · 17 years ago
  87. 0cdcd3f Ticket #429: Failed to create RTP/RTCP sockets when explicit bind address is specified (thanks Arie Velthoen) by Benny Prijono · 17 years ago
  88. 5fbcb69 Ticket #428: Conference bridge does not update transmitter_cnt when port is removed by Benny Prijono · 17 years ago
  89. e524710 Ticket #427: conference bridge does not handle NONE frame (thanks Daniel Braun) by Benny Prijono · 17 years ago
  90. db4eb81 IPv6 logging in account keep-alive in pjsua-lib by Benny Prijono · 17 years ago
  91. 5f55a1f Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() is called with larger addrlen by Benny Prijono · 17 years ago
  92. b988d76 Reverted accidental checkin of pjsua_app.c and sample_debug.c by Benny Prijono · 17 years ago
  93. 5de81bf Compilation error because of IPv6 change in pjsip-perf by Benny Prijono · 17 years ago
  94. b247714 Fixed error when creating TLS transport in pjsua-lib (the TLS type was misidentified was UDP) by Benny Prijono · 17 years ago
  95. 19b2937 Fixed Contact generation failure and crash on unregistration if regc initialization failed by Benny Prijono · 17 years ago
  96. fe0b1d6 Fixed mapped_address's address family not set causing assertion by Benny Prijono · 17 years ago
  97. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  98. 7c9509c More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_sockaddr_print() by Benny Prijono · 17 years ago
  99. 40c2633 More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_sockaddr_print() by Benny Prijono · 17 years ago
  100. 1d65f70 Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415) by Benny Prijono · 17 years ago