1. 4f8536c Added more files in SVN ignore spec for PocketPJ application by Benny Prijono · 17 years ago
  2. 708725a More work for ticket #485: updated pjnath with TURN-07 and added authentication in the server by Benny Prijono · 17 years ago
  3. e8df45f Make SIP and RTP ports in simpleua configurable, and add initial support for IPv6 too by Benny Prijono · 17 years ago
  4. b05aafc More work on ticket #485: more TURN-07 work by Benny Prijono · 17 years ago
  5. 9963998 Ticket 467: dont send SDP with BYE! by Benny Prijono · 17 years ago
  6. 8cc996a Ticket #504: assertion in sound device and recfile sample when using stereo by Benny Prijono · 17 years ago
  7. a99539c More ticket #438: wrong param passed to shrink_buffer() in set_max_cnt(), should be (buf_cnt - new_max_cnt), instead of (old_max_cnt - new_max_cnt) by Benny Prijono · 17 years ago
  8. 00d15a5 Ticket #502: New packet lost concealment (PLC) implementation and enable PLC on G711 and GSM codec by Benny Prijono · 17 years ago
  9. c97d686 More ticket #497: bug on pjmedia_wsola_save() when extra samples exceed samples_per_frame by Benny Prijono · 17 years ago
  10. 98b6df8 More ticket #438: improve docs, added channel_count in wsola, etc. by Benny Prijono · 17 years ago
  11. d34477c Ticket #501: Set master port worker thread priority to highest by default by Benny Prijono · 17 years ago
  12. 4a0b28a Ticket #500: implementation of thread priority setting on os_core_unix.c by Benny Prijono · 17 years ago
  13. 8f7adf7 Ticket #500: Added function to set thread priority in PJLIB by Benny Prijono · 17 years ago
  14. f6654c5 Ticket #438: added delaybuf in splitcomb. Please see the checkin comment in ticket #438 for the details by Benny Prijono · 17 years ago
  15. 93be976 Ticket #499: NULL frame transmission in conference bridge is not clocked at the right interval by Benny Prijono · 17 years ago
  16. e8ec158 Ticket #497: changed clock rate variable in WSOLA from uint16 to uint32 to handle higher clock rate by Benny Prijono · 17 years ago
  17. 52cde92 Ticket #498: Option in client registration to ignore Contact address in REGISTER response by Benny Prijono · 17 years ago
  18. 161ae3a Disable overflow/underflow test by Benny Prijono · 17 years ago
  19. 65afd88 More ticket #438: changed API call to delay_buf_create() by Benny Prijono · 17 years ago
  20. 07f6cc7 Added checking in delaybuf for buffer empty before calling shrink_buffer() by Benny Prijono · 17 years ago
  21. 5dbd4fc Ticket #438: Workaround for frame bursts from audio devices: added wsola in delaybuf, and put delaybuf in the bridge by Benny Prijono · 17 years ago
  22. 5887d02 Put wsola_test.c in pjmedia test by Benny Prijono · 17 years ago
  23. 031775c Added pjmedia_wsola_reset() by Benny Prijono · 17 years ago
  24. 0bdf777 Fixed bug caused by ticket #412: critical section is not released! by Benny Prijono · 17 years ago
  25. 4c8475d Fixed bug in wsola when discarding frame in non-contiguous buffer by Benny Prijono · 17 years ago
  26. c4f62fd Added 100rel module initialization in pjsip-perf.c by Benny Prijono · 17 years ago
  27. c8f43b3 Modify WSOLA discard to support erasing frame from non-contiguous buffer by Benny Prijono · 17 years ago
  28. 713ccab A little bit of optimization in WSOLA by Benny Prijono · 17 years ago
  29. 800521c Ticket #496: Crash on sound port when only player is opened and delaybuf enabled by Benny Prijono · 17 years ago
  30. 4727a9a Ticket #497: WSOLA implementation by Benny Prijono · 17 years ago
  31. f3758ee Ticket #495: ability to specify different clock rate when opening sound device by Benny Prijono · 17 years ago
  32. e9e2956 Stateful proxy sample: do not create CANCEL if UAC INVITE transaction has been responded with final response by Benny Prijono · 17 years ago
  33. 5d177b8 Fixed bug in ticket #455 in round-robin call ID allocation (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  34. 5796dca Minor PocketPJ GUI tweak by Benny Prijono · 17 years ago
  35. 5d9c16f Ticket #493: PocketPC, a new and better sample application for PocketPC by Benny Prijono · 17 years ago
  36. 4768c3c Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 timers) to run-time (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  37. 5933e05 Ticket #491: Crash in TCP/TLS transport when the listener is destroyed by Benny Prijono · 17 years ago
  38. 7433446 Ticket #492: Bug in strict route processing when challenged with 401/407 response by Benny Prijono · 17 years ago
  39. 8389c31 Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed random number generator in pjsua_core.c by Benny Prijono · 17 years ago
  40. 8740238 Ticket #488: When outgoing request within dialog is responded with 481 or 408, should send BYE after terminating dialog (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  41. 7df2a15 Ticket #486: Handle G.722 wong clock rate bug and other codec with inconsistent clock rate by Benny Prijono · 17 years ago
  42. d1e862f Ticket #485: initial TURN server implementation (not yet compilable) by Benny Prijono · 17 years ago
  43. 2c888e0 Ticket #485: initial modification in STUN messaging in accordance to TURN-06 by Benny Prijono · 17 years ago
  44. 2dbed82 Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiation by Benny Prijono · 17 years ago
  45. d72d686 Ticket #487: Crash occured when stream port has no transmitter on call using ILBC with different ptime by Benny Prijono · 17 years ago
  46. c5b6de1 Ticket #468: Added support for non looping playback in memory player by Benny Prijono · 17 years ago
  47. e3197e3 Replaced fprintf/printf with err_report() by Benny Prijono · 17 years ago
  48. fc13bf6 Ticket #489: New PJSUA callbacks to notify application when media stream is created and destroyed by Benny Prijono · 17 years ago
  49. f430e41 Allow receiving SDP with lines terminated with LF instead of CRLF (thanks Juri Glass) by Benny Prijono · 17 years ago
  50. a8ff8eb Fixed crash when running SRTP on Win32 app since stderr is undefined (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  51. 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
  52. fe5a694 Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  53. a1179ca Ticket #480: PJSIP rejects incoming call with m=image in the offer (thanks Thiago) by Benny Prijono · 17 years ago
  54. 19450be Ticket #482: TCP keep-alive packets are corrupting SIP message (thanks Helmut Wolf) by Benny Prijono · 17 years ago
  55. 0ee4dde Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion) by Benny Prijono · 17 years ago
  56. 45930a5 Ticket #478: Handle duplicated/misordered incoming DTMF packets by Benny Prijono · 17 years ago
  57. 0c97d53 Ticket #477: DTMF digit callback error in Python by Benny Prijono · 17 years ago
  58. 0c06826 Added link to discussions about on_dtmf_callback() concurrency by Benny Prijono · 17 years ago
  59. 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
  60. 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
  61. 0e2c646 Ticket #475: ported GSM codec to Symbian OS by Benny Prijono · 17 years ago
  62. e53a04a Implemented ticket #474 for Symbian by Benny Prijono · 17 years ago
  63. 91476bf Handle short files in WAV player by Benny Prijono · 17 years ago
  64. 69036b7 Ticket #460: Concurrency problem when destroying stream (thanks Michael Broughton) by Benny Prijono · 17 years ago
  65. e3f79fd Ticket #474: option in ioqueue to control concurrency (to allow/disallow simultaneous/multiple callback calls) by Benny Prijono · 17 years ago
  66. 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
  67. c2e3481 More ticket #470: semaphore got disabled on Mingw because semaphore.h is not present by Benny Prijono · 17 years ago
  68. 8b22ce1 Minor error: wrong logging info when printing RTP socket address by Benny Prijono · 17 years ago
  69. b1cf890 Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETSIZE was removed) by Benny Prijono · 17 years ago
  70. aa99eef Related to ticket #61: disable SRTP on Symbian while it is not ported yet by Benny Prijono · 17 years ago
  71. 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
  72. 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
  73. f6e7764 Added missing <math.h> include in playsine.c by Benny Prijono · 17 years ago
  74. 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
  75. db844a4 More ticket #61: fixed signaling security level calculation for SRTP by Benny Prijono · 17 years ago
  76. 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
  77. 1a68b66 Fixed warning about uninitialized tpinfo variable by Benny Prijono · 17 years ago
  78. 9eb0b71 Added trace to PCAP reader by Benny Prijono · 17 years ago
  79. 41b15db More ticket #465: updated VS8 and WinCE projects by Benny Prijono · 17 years ago
  80. 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
  81. 012fe0a More ticket #61: mismatch in libsrtp output library name causing error when building samples on VC6 by Benny Prijono · 17 years ago
  82. 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
  83. 4085b1f Added media transport diagram for documentation by Benny Prijono · 17 years ago
  84. 6665bfc Ticket #464: jitter buffer should return frame length information by Benny Prijono · 17 years ago
  85. 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
  86. 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
  87. 3ec13c7 Ticket #61: --srtp-use option in pjsua did not change account config by Benny Prijono · 17 years ago
  88. bc2219b Added pj_strstr() and pj_stristr() in pjlib by Benny Prijono · 17 years ago
  89. 423f641 Bug: source address not initialized in loop transport causing pjsip-test to fail by Benny Prijono · 17 years ago
  90. a7b376b Fixed doxygen comments everywhere by Benny Prijono · 17 years ago
  91. 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
  92. 2a9ed7c More ticket #61: disable CPU_RISC in SRTP as it seems to be broken (tested on ARM) by Benny Prijono · 17 years ago
  93. 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
  94. 43d4b6c Related to ticket #458: pj_getaddrinfo() should return success if IP address is given by Benny Prijono · 17 years ago
  95. 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
  96. 25b2ea1 Return 406/Not Acceptable if SRTP negotiation failed instead of 500 by Benny Prijono · 17 years ago
  97. 97dfc7f Fixed libsrtp random string generation on Win32 by Benny Prijono · 17 years ago
  98. 763d201 More ticket #61: error detecting CPU type in srtp_config.h causing libsrtp initialization error by Benny Prijono · 17 years ago
  99. 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
  100. 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