1. 899f9af Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sample rate conversionl library by Benny Prijono · 17 years ago
  2. 128b02b Ticket #395: Added configuration to control maximum PortAudio sound buffer latency, and change default sound backend back to WMME by Benny Prijono · 17 years ago
  3. 3303d0b Ticket #394: Reduce PJMEDIA_SOUND_BUFFER_COUNT default setting from 16 to 6 to reduce audio latency by Benny Prijono · 17 years ago
  4. 84ea0a2 Changed RTP initial sequence number to be within 15bit number, as required by RFC 3711 (SRTP) by Benny Prijono · 17 years ago
  5. ee7276b Force svn eol-style for WinCE project files to CRLF by Benny Prijono · 17 years ago
  6. 814fbfb Ticket #388: Support for receiving RTP packet with no payload by Benny Prijono · 17 years ago
  7. 7fe9f47 Removed assertion when transport is closed while stream is still attached by Benny Prijono · 17 years ago
  8. 1c24539 Ticket #384: Prefer to use Direct Sound as the sound device backend on Windows by Benny Prijono · 17 years ago
  9. 2501e13 Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 specification, and also done some other tweaks as well by Benny Prijono · 17 years ago
  10. a303c11 Overridable media session pool size by Benny Prijono · 17 years ago
  11. 7d1fa52 Related to ticket #377: fixed bug in incoming RTCP RR handling because the RTCP packet structure has been changed in r1444 by Benny Prijono · 17 years ago
  12. fd156c9 Related to ticket #377: Fixed bug in RTCP fraction_lost calculation: the first RTCP packet incorrectly always shows positive fraction loss by Benny Prijono · 17 years ago
  13. fe81cfa Ticket #377: Support for sending RTCP RR by Benny Prijono · 17 years ago
  14. 11da9bc Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transport by Benny Prijono · 17 years ago
  15. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  16. 96811bf Continuing ticket #2: initial test with Symbian sound device implementation. Callback works, but not in full duplex by Benny Prijono · 17 years ago
  17. caa7f7a Fixed ticket #366: Crash in SDP negotiator when initial local SDP is not specified in pjmedia_sdp_neg_create_w_local_offer() (thanks Philippe Leuba) by Benny Prijono · 17 years ago
  18. 3e8732c Fixed bug in dsound.c: handled case when lpGUID is NULL (common for primary devices). Thanks Yejun Yang by Benny Prijono · 17 years ago
  19. b13e678 Fixed bug in dsound.c: device GUID refered to local variable by Benny Prijono · 17 years ago
  20. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  21. 742ed7d Fixed ticket #363: Incorrect RTP marker and timestamp in DTMF event/RFC 2833 packet (thanks Pedro Sanchez) by Benny Prijono · 17 years ago
  22. 1a83734 Fixed ticket #361: Extraneous RTP packet with RFC 2833 DTMF events (thanks Pedro Sanchez) by Benny Prijono · 17 years ago
  23. 75b2fb2 Fixed ticket #357: Missing tonegen.[h/c] in Windows CE project file (thanks Paul Levin) by Benny Prijono · 17 years ago
  24. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  25. dc1fe22 Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) to reduce SIP message size by Benny Prijono · 17 years ago
  26. 19586ca Ticket #342: added configuration to control whether SDP rtpmap should be included for static payload types (default still yes) by Benny Prijono · 17 years ago
  27. 77998ce More on ticket #399: a)send full offer on 200/OK response when re-INVITE does not have SDP, b) added on_create_offer() callback, c) handle some error cases by Benny Prijono · 17 years ago
  28. 74eb0e2 Ticket #335: Detect timestamp jump to avoid excessive CPU usage in master clock (thanks ChenHuan) by Benny Prijono · 17 years ago
  29. 12f5146 Fixed ticket #317: Duplicated audio when playing WAV playlist (thanks Jagdish Jangid) by Benny Prijono · 17 years ago
  30. f95f22e Added PJ_ASSERT_RETURN in pjmedia_endpt to check worker_cnt (thanks Phil Torre) by Benny Prijono · 17 years ago
  31. a185254 Another fix for ticket #290: Bug in WAV player when frame size is larger than file buffer size (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  32. 591bb16 Workaround for ticket #290: Bug in WAV player when frame size is larger than file buffer size (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  33. 50e5c53 Ticket #298: New API to get the number of ports registered in conference bridge by Benny Prijono · 17 years ago
  34. 9d105f4 Fixed ticket #295: Uninitialized memory read reported by Purify in sound device by Benny Prijono · 17 years ago
  35. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  36. 8334ea1 Fixed compilation error in gsm codec caused by last C++ changes by Benny Prijono · 17 years ago
  37. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  38. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  39. bdb25f3 Fixed crash in PortAudio's Pa_Util_DebugPrint (pa_debugprint.c - line 102) by Benny Prijono · 17 years ago
  40. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  41. 5bb9422 Fixed nullsound in Symbian by Benny Prijono · 17 years ago
  42. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  43. 5feee2e PJSDP port to Symbian by Benny Prijono · 17 years ago
  44. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  45. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  46. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  47. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  48. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  49. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  50. e58cbe1 Moved plc, resample, and mp3 to third_party by Benny Prijono · 17 years ago
  51. 8758b9c mv resample.c resample_resample.c by Benny Prijono · 17 years ago
  52. 562d8b6 Brought back the old resample.c by Benny Prijono · 17 years ago
  53. aeb625e mv resample.c resample_speex.c by Benny Prijono · 17 years ago
  54. 396156c Changed resample to use speex (for now) by Benny Prijono · 17 years ago
  55. 8f57dca Moved resample to third_party directory by Benny Prijono · 17 years ago
  56. f830c1b Moved ilbc to third_party directory by Benny Prijono · 17 years ago
  57. 7f1c90f Split speex, portaudio, and gsm into third_party directory by Benny Prijono · 17 years ago
  58. eb1e116 Deleting own copy of of speex and portaudio by Benny Prijono · 17 years ago
  59. 90d6200 Fixed destination address error when sending RTCP in ICE media transport by Benny Prijono · 17 years ago
  60. dbf4615 ICE (work in progress): handle early check that is received before answer by Benny Prijono · 17 years ago
  61. bd876dc Fixed misc bugs with ICE: (1) moved STUN session from candidate to component since it causes STUN response to wrong session, and (2) keep-alive transaction timed-out when ICE is active by Benny Prijono · 17 years ago
  62. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  63. da675ce ICE: work in progress by Benny Prijono · 17 years ago
  64. 919758f Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute types by Benny Prijono · 17 years ago
  65. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  66. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  67. fed7f4c Fixed ticket #203: Fix error when telephone-event is set as the first format in SDP (thanks Chris Hamilton) by Benny Prijono · 18 years ago
  68. fd70c9b ICE: added media index in pjmedia when handling SDP containing ICE candidates by Benny Prijono · 18 years ago
  69. 7e0d52c ICE: implement RTCP component and cancelling check in progress by Benny Prijono · 18 years ago
  70. b681a2f ICE (work in progress): use single socket for all candidates in component, and implemented IP interface enumeration on Win32 by Benny Prijono · 18 years ago
  71. 28a3a12 Omit SDP rtcp attribute when RTCP is not present in sockinfo by Benny Prijono · 18 years ago
  72. ec92134 ICE (work in progress): implement error codes by Benny Prijono · 18 years ago
  73. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  74. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  75. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  76. 24cda7d ICE (work in progress): implemented ICE media transport by Benny Prijono · 18 years ago
  77. b01897b Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs by Benny Prijono · 18 years ago
  78. b514e55 Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody reported build error on Slack 7.1 by Benny Prijono · 18 years ago
  79. a38e78d Fixed ticket #183: Add flag in SDP negotiator to specify codec order preference (thanks Esbjorn Dominique) by Benny Prijono · 18 years ago
  80. 9de76b7 Fixed ticket #182: SDP negotiation failed when local does not specify telephone-event (thanks Esbjorn Dominique) by Benny Prijono · 18 years ago
  81. d7036a1 Fixed ticket #175: GSM codec factory does not shutdown properly causing it to fail on next pjsua_init (thanks Binu K S) by Benny Prijono · 18 years ago
  82. ca60a7e Fixed ticket #172: SDP media direction negotiation bug (thanks Phil Torre) by Benny Prijono · 18 years ago
  83. 12e1daa Fixed ticket #164: Bug in pjmedia_stream_resume() not resuming the stream (thanks PurnaChandar and Carmine) by Benny Prijono · 18 years ago
  84. bf3fa1c Allow pjmedia_snd_init()/deinit() to be called more than once by Benny Prijono · 18 years ago
  85. c09a723 Fixed ticket #142: Crash on Linux when USB sound card set as the first sound card (thanks Sergei Petrov) by Benny Prijono · 18 years ago
  86. cb04182 Fixed ticket #140: Unable to play next tone after stop is called on tone generator (thanks Antonio F. Cano) by Benny Prijono · 18 years ago
  87. 60116eb Fixed ticket #138: Potential memory overwrite in pjmedia session.c (thanks David Clark) by Benny Prijono · 18 years ago
  88. 015cbfd Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, and HMAC-SHA1 encryption by Benny Prijono · 18 years ago
  89. 58dbca3 Updated PJMEDIA_SOUND_BUFFER_COUNT doxygen documentation by Benny Prijono · 18 years ago
  90. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  91. a70438d Related to ticket #74: reduce default number of sound buffers from 32 to 16 to reduce audio delay by Benny Prijono · 18 years ago
  92. c7e2574 Fixed ticket #109: Audio saturation when level is applied to conference by Benny Prijono · 18 years ago
  93. 0eef2c7 Updated documentation and sample for media conference with regard to maximum value for audio level adjustment by Benny Prijono · 18 years ago
  94. ce1db76 Tidy up the configure screen output, and fixed warning about uninitialized variable in PortAudio's ALSA (which causes error with gcc -Werror option) by Benny Prijono · 18 years ago
  95. fd928fe Fixed bug #94: wrong level adjustment calculation in conference bridge by Benny Prijono · 18 years ago
  96. 400e58c Fixed ticket #78: Noise in conference bridge because of upsampling and changes in audio level by Benny Prijono · 18 years ago
  97. 30e6651 Fixed ticket #87: Conference bridge should transmit silence frame when level is zero and there is a transmitter by Benny Prijono · 18 years ago
  98. 7e7c080 Fixed ticket #86: file not properly rewind-ed for the next iteration (thanks Alain Totouom again) by Benny Prijono · 18 years ago
  99. 685116d Fixed ticket #86: crash in wav_playlist.c (thanks Alain Totouom for the report/fix) by Benny Prijono · 18 years ago
  100. fe9bffd Ticket #82: fix link errors when codecs are disabled from autoconf script by Benny Prijono · 18 years ago