1. 2dbed82 Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiation by Benny Prijono · 17 years ago
  2. d72d686 Ticket #487: Crash occured when stream port has no transmitter on call using ILBC with different ptime by Benny Prijono · 17 years ago
  3. c5b6de1 Ticket #468: Added support for non looping playback in memory player by Benny Prijono · 17 years ago
  4. e3197e3 Replaced fprintf/printf with err_report() by Benny Prijono · 17 years ago
  5. fc13bf6 Ticket #489: New PJSUA callbacks to notify application when media stream is created and destroyed by Benny Prijono · 17 years ago
  6. f430e41 Allow receiving SDP with lines terminated with LF instead of CRLF (thanks Juri Glass) by Benny Prijono · 17 years ago
  7. a8ff8eb Fixed crash when running SRTP on Win32 app since stderr is undefined (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  8. 57affd0 Build error when PJ_IOQUEUE_MAX_HANDLES is declared to large value on Visual Studio (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  9. fe5a694 Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  10. a1179ca Ticket #480: PJSIP rejects incoming call with m=image in the offer (thanks Thiago) by Benny Prijono · 17 years ago
  11. 19450be Ticket #482: TCP keep-alive packets are corrupting SIP message (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  12. 0ee4dde Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion) by Benny Prijono · 17 years ago
  13. 45930a5 Ticket #478: Handle duplicated/misordered incoming DTMF packets by Benny Prijono · 17 years ago
  14. 0c97d53 Ticket #477: DTMF digit callback error in Python by Benny Prijono · 17 years ago
  15. 0c06826 Added link to discussions about on_dtmf_callback() concurrency by Benny Prijono · 17 years ago
  16. 8ac081b More ticket #469: fix in ioqueue to handle case when key has been unregistered when recvfrom() is called by Benny Prijono · 17 years ago
  17. e3994fb More ticket #469: bail out from on_rx_rtp/rtcp loop if recvfrom returns PJ_ECANCELLED. This errno is returned when the key is mark as closing, which could happen when user closes the key inside the callback by Benny Prijono · 17 years ago
  18. 0e2c646 Ticket #475: ported GSM codec to Symbian OS by Benny Prijono · 17 years ago
  19. e53a04a Implemented ticket #474 for Symbian by Benny Prijono · 17 years ago
  20. 91476bf Handle short files in WAV player by Benny Prijono · 17 years ago
  21. 69036b7 Ticket #460: Concurrency problem when destroying stream (thanks Michael Broughton) by Benny Prijono · 17 years ago
  22. e3f79fd Ticket #474: option in ioqueue to control concurrency (to allow/disallow simultaneous/multiple callback calls) by Benny Prijono · 17 years ago
  23. 40fe908 More ticket #472: Fixed problem when building on Mingw. Now PJ_FD_SETSIZE_SETABLE is only enabled when winsock.h is present by Benny Prijono · 17 years ago
  24. c2e3481 More ticket #470: semaphore got disabled on Mingw because semaphore.h is not present by Benny Prijono · 17 years ago
  25. 8b22ce1 Minor error: wrong logging info when printing RTP socket address by Benny Prijono · 17 years ago
  26. b1cf890 Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETSIZE was removed) by Benny Prijono · 17 years ago
  27. aa99eef Related to ticket #61: disable SRTP on Symbian while it is not ported yet by Benny Prijono · 17 years ago
  28. 1c5f4e4 Ticket #470, #471, and #472: Compile error when semaphore.h is not present, Compilation error if pthread_mutexattr_set_type() is not present, and Problem with setting up FD_SETSIZE by Benny Prijono · 17 years ago
  29. 1b911ba Fixed compilation error on libsrtp in crypto/aes.c when it finds the wrong err.h to be included. The solution was to change the order of include paths in Makefile by Benny Prijono · 17 years ago
  30. f6e7764 Added missing <math.h> include in playsine.c by Benny Prijono · 17 years ago
  31. 378484d Removed const on on_rx_rtp() and on_rx_rtcp() functions arguments in stream.c and srtp.c (const was removed in r1763) by Benny Prijono · 17 years ago
  32. db844a4 More ticket #61: fixed signaling security level calculation for SRTP by Benny Prijono · 17 years ago
  33. c4bb78b More ticket #465: option to return UDP header in pj_pcap_read_udp(), and better RTP packet handling in pcaputil sample by Benny Prijono · 17 years ago
  34. 1a68b66 Fixed warning about uninitialized tpinfo variable by Benny Prijono · 17 years ago
  35. 9eb0b71 Added trace to PCAP reader by Benny Prijono · 17 years ago
  36. 41b15db More ticket #465: updated VS8 and WinCE projects by Benny Prijono · 17 years ago
  37. 0f85672 Ticket #465: utility to read PCAP file and sample application to read RTP files from PCAP file, decode the payload, and write the PCM output to WAV file by Benny Prijono · 17 years ago
  38. 012fe0a More ticket #61: mismatch in libsrtp output library name causing error when building samples on VC6 by Benny Prijono · 17 years ago
  39. 527a236 More ticket #61: removed const from rtp and rtcp callback function declaration to allow in-place packet modification by Benny Prijono · 17 years ago
  40. 4085b1f Added media transport diagram for documentation by Benny Prijono · 17 years ago
  41. 6665bfc Ticket #464: jitter buffer should return frame length information by Benny Prijono · 17 years ago
  42. 4802871 Ticket #61: undo r1759 and replace it with other patches to fix unable to accept RTP/AVP offer with a=crypto attribute when use_sdp is set to zero. Also minor fix to streamutil by Benny Prijono · 17 years ago
  43. af1f56c Ticket #61: bug, unable to accept RTP/AVP with crypto attribute when use_srtp is set to zero by Benny Prijono · 17 years ago
  44. 3ec13c7 Ticket #61: --srtp-use option in pjsua did not change account config by Benny Prijono · 17 years ago
  45. bc2219b Added pj_strstr() and pj_stristr() in pjlib by Benny Prijono · 17 years ago
  46. 423f641 Bug: source address not initialized in loop transport causing pjsip-test to fail by Benny Prijono · 17 years ago
  47. a7b376b Fixed doxygen comments everywhere by Benny Prijono · 17 years ago
  48. dc72f4c Ticket #459: pjmedia_clock_create() should not create thread when PJMEDIA_CLOCK_NO_ASYNC is given (thanks Alberto Takeshi Mayama) by Benny Prijono · 17 years ago
  49. 2a9ed7c More ticket #61: disable CPU_RISC in SRTP as it seems to be broken (tested on ARM) by Benny Prijono · 17 years ago
  50. f650898 More ticket #61: fix bug in secure signaling determination, and added --srtp-secure option in pjsua to control signaling security requirement for SRTP by Benny Prijono · 17 years ago
  51. 43d4b6c Related to ticket #458: pj_getaddrinfo() should return success if IP address is given by Benny Prijono · 17 years ago
  52. 9399356 Related to ticket #458: enum_interface() should return non-PJ_SUCCESS if it does not find any interface by Benny Prijono · 17 years ago
  53. 25b2ea1 Return 406/Not Acceptable if SRTP negotiation failed instead of 500 by Benny Prijono · 17 years ago
  54. 97dfc7f Fixed libsrtp random string generation on Win32 by Benny Prijono · 17 years ago
  55. 763d201 More ticket #61: error detecting CPU type in srtp_config.h causing libsrtp initialization error by Benny Prijono · 17 years ago
  56. 04218f3 More ticket #61: fix potential error when looking up SRTP error string, and improve logging information in SRTP transport by Benny Prijono · 17 years ago
  57. 1d481ab More ticket #61: SRTP will try to use /dev/urandom as RNG if fcntl.h and unistd.h is present. If it fails, it will fallback to using rand() by Benny Prijono · 17 years ago
  58. 389a769 More ticket #61: crashed on SRTP error string lookup by Benny Prijono · 17 years ago
  59. 2c42375 Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtp by Benny Prijono · 17 years ago
  60. 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
  61. 7544a29 Handle SDP offer containing application as the media type by Benny Prijono · 17 years ago
  62. 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
  63. 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
  64. b2f20e1 Fixed integer conversion/format warning on x86_64 Linux by Benny Prijono · 17 years ago
  65. 8a0ab28 Ticket #61: imported libsrtp into third_party directory (backported from srtp branch) by Benny Prijono · 17 years ago
  66. 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
  67. 5773cd6 Ticket #455: allocate pjsua call id in round robin fashion by Benny Prijono · 17 years ago
  68. c05d74c Added information about delaybuf result on MacOS X 10.5 by Benny Prijono · 17 years ago
  69. 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
  70. 0cc83f0 Fixed warning about uninitialized variable in VS6 by Benny Prijono · 17 years ago
  71. 429fa1f Fixed python module build error (thanks Jeff Ames) by Benny Prijono · 17 years ago
  72. 4190cf9 Ticket #453: Log level is not set in PJSUA-LIB (thanks Simon Farmer) by Benny Prijono · 17 years ago
  73. be41d86 Minor correction about WAV player parameter name and its comment in pjsua.h by Benny Prijono · 17 years ago
  74. 58add7c Minor correction about WAV player parameter name and its comment in pjsua.h by Benny Prijono · 17 years ago
  75. 0b41aa5 Fixed compilation warnings on OSX 10.5 by Benny Prijono · 17 years ago
  76. 59b3aed Reply with 488+SDP instead of 415 when incoming SDP is not acceptable (thanks Alain Totouom) by Benny Prijono · 17 years ago
  77. cf53baf Related to ticket #449: fixed bug when rx volume adjustment caused static noise (thanks Norman Franke) by Benny Prijono · 17 years ago
  78. f14be2f Ticket #449: New conference mixing algorithm to replace multiplication with simple addition by Benny Prijono · 17 years ago
  79. 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
  80. 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
  81. 6b3ccdf Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad) by Benny Prijono · 17 years ago
  82. 8df8721 Renamed symbian_ua.pkg to symbian_ua_udeb.pkg and symbian_ua_urel.pkg by Benny Prijono · 17 years ago
  83. e9a6530 In mix.c, handle FRAME_TYPE_NONE if the conference ever returns one by Benny Prijono · 17 years ago
  84. 39e232a Another fix for ticket #447: WAV player cuts last data from the WAV file by Benny Prijono · 17 years ago
  85. 9b65ba5 Fixed overflow bug in length calculation, added force option, and added trailing silence in the output file by Benny Prijono · 17 years ago
  86. b823dc5 Ticket #447: WAV player cuts last data from the WAV file by Benny Prijono · 17 years ago
  87. 79a1afe Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  88. a268770 Ticket #446: Added sample application to mix WAV files using conference bridge by Benny Prijono · 17 years ago
  89. c485dd8 Added new WAV player API: pjmedia_wav_player_get_len() by Benny Prijono · 17 years ago
  90. 4c5351f Updated encdec sample to support PLC etc by Benny Prijono · 17 years ago
  91. 06e62d7 Ticket #445: added codec encoding/decoding sample by Benny Prijono · 17 years ago
  92. 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
  93. 2897306 Ticket #444: Bug in tone generator: can't play more digits (thanks Marian Dragomir) by Benny Prijono · 17 years ago
  94. 37c710b Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode from 20 to 30 by Benny Prijono · 17 years ago
  95. e723b92 Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer) by Benny Prijono · 17 years ago
  96. 3e09167 Ticket #441: Fix endianess detection for PortAudio by Benny Prijono · 17 years ago
  97. 14bf263 Ticket 440: pj_timer_entry_init() doesn't initialize timer ID by Benny Prijono · 17 years ago
  98. 1402a4a Protect against division by zero in pjsua's dump_media_session (thanks Simon Farmer) by Benny Prijono · 17 years ago
  99. 1b54324 Added call gaping in siprtp by Benny Prijono · 17 years ago
  100. 6e7e954 Fixed warnings with strict gcc by Benny Prijono · 17 years ago