1. 733486a Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak) by Benny Prijono · 16 years ago
  2. cb2789a Ticket #577: Initial source of sound device wrapper with APS by Nanang Izzuddin · 16 years ago
  3. 99e591f Fixed linking error cased by missing PJMEDIA_HAS_RTCP_XR guard for pjmedia_session_get_stream_stat_xr() by Nanang Izzuddin · 16 years ago
  4. 660eee8 Added ability to dump extended statistics (RTCP XR) in pjsua. by Nanang Izzuddin · 16 years ago
  5. 66456af Ticket #570: Fixed find_pitch() search range iteration; and fixed wsola_generate() in deciding when to just return a frame from existing extra samples and when to expand/generate samples. by Nanang Izzuddin · 16 years ago
  6. 4b96049 Ticket #569: Updated SRTP locking to not guard member transport when sending packet; added separate tx_buffer for RTCP since tx_buffer is not guarded by SRTP lock anymore by Nanang Izzuddin · 16 years ago
  7. 375850e Fixed minor bug missing wsola_plc initialization. by Nanang Izzuddin · 16 years ago
  8. eef6a7d Set default UDP media transport name if name is not specified by application, otherwise memory pool name will be empty by Benny Prijono · 16 years ago
  9. 69fb2fd Added config settings for search range in WSOLA expand() by Nanang Izzuddin · 16 years ago
  10. 131faa5 Updated delay buffer to use circular buffer by Nanang Izzuddin · 16 years ago
  11. 89214fe Updated WSOLA to use circular buffer and configurable hanning window size (which affecting number of delay produced by WSOLA) by Nanang Izzuddin · 16 years ago
  12. b5a4e77 Added WinCE project for pjmedia_test by Benny Prijono · 16 years ago
  13. b1f62f4 Updated mips_test.c after running on ARM by Benny Prijono · 16 years ago
  14. 0ff56dc Added MIPS benchmark in pjmedia-test, and loopback media transport to assist the stream testing by Benny Prijono · 16 years ago
  15. 4999dbf Fixed crash in stream.c when it tries to send RTCP BYE when stream initialization fails by Benny Prijono · 16 years ago
  16. 943ce2a Fixed bug in SRTP regarding startup flags evaluation by Benny Prijono · 16 years ago
  17. f6a5ac5 Media session should not reject the whole SDP when it receives SDP with unknown media by Benny Prijono · 16 years ago
  18. 934f03b Fixed assertion when parsing incoming SDP which is not properly terminated with CRLF by Benny Prijono · 16 years ago
  19. 9869cb5 Ticket #543: by Nanang Izzuddin · 16 years ago
  20. 72778f2 Fixed session.c incorrectly parsing channel count from SDP by Nanang Izzuddin · 16 years ago
  21. 129b8b0 Fixed extra '/' character when encoding stereo codecs (thanks Gianluca Crucillà) by Benny Prijono · 16 years ago
  22. 4375f90 Ticket #544: Fixed SRTP on hold+reinvite scenario by Nanang Izzuddin · 16 years ago
  23. 88accae Specifying star in codec selection will select all codecs. Fixed the codec selection in codec.c to select all codecs when empty string is given. by Benny Prijono · 16 years ago
  24. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  25. df008d3 Make SDP parser more lenient by ignoring first newlines. by Benny Prijono · 16 years ago
  26. 224b4e2 Ticket #549: major modification in media transport API to support more offer/answer scenarios by Benny Prijono · 16 years ago
  27. 495409d Added pjmedia_tonegen_rewind() by Benny Prijono · 16 years ago
  28. dd3d002 Implement ticket #546 and revisit ticket #439: by Benny Prijono · 16 years ago
  29. 4d49c78 More ticket #505: added constants to shrink the excess frames in jbuf even more slowly, default can only discard one excess frame per 200ms by Benny Prijono · 16 years ago
  30. 89ac2b4 Fixed various compilation warnings with gcc strict compilation by Benny Prijono · 16 years ago
  31. cbd38c6 Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or re-INVITE when media is already active by Benny Prijono · 16 years ago
  32. b0dd211 More ticket #542: updated dsound.c to adapt with latency setting by Nanang Izzuddin · 16 years ago
  33. d7fefd7 Ticket #542: added new API and macro for sound device latency settings, also added new param for this in pjsua by Nanang Izzuddin · 16 years ago
  34. fd461eb Added more validations & a new API (thanks Florian Bomers): by Nanang Izzuddin · 16 years ago
  35. 848be08 More ticket #485: major modification in transport_ice to support new ICE stream transport API by Benny Prijono · 16 years ago
  36. 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
  37. eb4c616 Cleaned up warnings of [u]char-[u]int conversions by Nanang Izzuddin · 16 years ago
  38. 3aef5e1 Ticket #473: by Nanang Izzuddin · 16 years ago
  39. 78e2591 Fixed bug in copying buffer and updated post process of buffer shrinking by Nanang Izzuddin · 16 years ago
  40. 7ca463c Fixed C & C++ cross linked problem and missing newly added libsrtp.lib in symbian_ua_gui.mmp by Nanang Izzuddin · 16 years ago
  41. d424297 Fixed uninitialized output size before calling G.722 encoder by Nanang Izzuddin · 16 years ago
  42. 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
  43. 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
  44. b6242b7 Fixed bug in pjmedia_sdp_rtpmap_to_attr(): may overwrite past the buffer by Benny Prijono · 16 years ago
  45. 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
  46. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  47. 3fd3af9 Resample port get frame may cause buffer overflow when downport returns non-audio frame by Nanang Izzuddin · 16 years ago
  48. a5538ab Ticket #527: Commited ticket527.2.patch by Nanang Izzuddin · 16 years ago
  49. 5d070f8 More ticket #513: by Nanang Izzuddin · 16 years ago
  50. db9da77 Ticket #528: committed ticket528.patch by Nanang Izzuddin · 16 years ago
  51. 90f11cb More on ticket #513: by Nanang Izzuddin · 16 years ago
  52. e8b604d Ticket #513: Support for RTCP XR (initial patch) by Benny Prijono · 16 years ago
  53. 6780ae0 More ticket #497: added configuration to disable WSOLA and set default to disabled on WinCE and Symbian by Benny Prijono · 16 years ago
  54. 6b7834b More ticket #420: creation of IPv6 media streams (tested on SIPit22) by Benny Prijono · 16 years ago
  55. e7d5a10 More ticket #526: committed ticket526.2.patch by Benny Prijono · 16 years ago
  56. 24a2185 Fixed miscellaneous compile warnings/errors when built with C++ mode by Benny Prijono · 16 years ago
  57. 97a5759 Ticket #526: Pjsua crash after wav player destroyed inside the eof callback (thanks Tanguy Floc'h) by Benny Prijono · 16 years ago
  58. 427d145 More ticket #505: the jitter buffer only discard one packet at a time when optimizing the delay by Benny Prijono · 16 years ago
  59. aeb187d More ticket #523: renamed some variable names for clarity by Benny Prijono · 16 years ago
  60. 88efec5 Ticket #523: Handle incomplete audio frame from sound device (e.g. OSS) by Benny Prijono · 16 years ago
  61. f161655 More ticket #504: added missing new files! by Benny Prijono · 16 years ago
  62. 03c5c69 Ticket #517: Invalid argument error when binding media transport on MacOS X by Benny Prijono · 16 years ago
  63. 7d60d05 Ticket #504: final installment to support stereo audio all the way in PJMEDIA. Please see tickiet #504 for more info by Benny Prijono · 16 years ago
  64. a171e9e Fixed bug in automatic RTCP address calculation causing assertion failure in Symbian with ICE transport by Benny Prijono · 16 years ago
  65. cf5c06d Updated pjmedia_test with the latest jitter buffer API by Benny Prijono · 17 years ago
  66. 70119f6 Ticket #516: Assertion in sound device when headset is plugged/unplugged in MacOS X (thanks Alexei Kuznetsov) by Benny Prijono · 17 years ago
  67. 096fadb Ticket #505: optimizing the jitter buffer delay by Benny Prijono · 17 years ago
  68. 522e5e1 Fixed minor warning about unused variable in transport_srtp.c by Benny Prijono · 17 years ago
  69. 5e24839 More ticket #497: division by zero in wsola when min_extra is set to zero (the default value) by Benny Prijono · 17 years ago
  70. 734fc2d More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller by Benny Prijono · 17 years ago
  71. f9f17b1 More ticket #507: fixed the bug introduced in r1871 about operator precedence by Benny Prijono · 17 years ago
  72. 71f657d More ticket #507: updated GNU build system with the G.722 codec and fixed minor warning about operator precedence by Benny Prijono · 17 years ago
  73. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  74. 6e7c5ad More ticket #504: buffer overflow in splitcomb when handling stereo audio by Benny Prijono · 17 years ago
  75. e11c581 Ticket #504: fixed stream.c for stereo codecs by Benny Prijono · 17 years ago
  76. e1a5a85 Ticket #479: allow media transport framework to return transport specific info (for example, to know whether SRTP is enabled) by Benny Prijono · 17 years ago
  77. c12bc10 Ticket #494: Configuration option to use high quality tone generation by Benny Prijono · 17 years ago
  78. 8cc996a Ticket #504: assertion in sound device and recfile sample when using stereo by Benny Prijono · 17 years ago
  79. 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
  80. 00d15a5 Ticket #502: New packet lost concealment (PLC) implementation and enable PLC on G711 and GSM codec by Benny Prijono · 17 years ago
  81. c97d686 More ticket #497: bug on pjmedia_wsola_save() when extra samples exceed samples_per_frame by Benny Prijono · 17 years ago
  82. 98b6df8 More ticket #438: improve docs, added channel_count in wsola, etc. by Benny Prijono · 17 years ago
  83. d34477c Ticket #501: Set master port worker thread priority to highest by default by Benny Prijono · 17 years ago
  84. f6654c5 Ticket #438: added delaybuf in splitcomb. Please see the checkin comment in ticket #438 for the details by Benny Prijono · 17 years ago
  85. 93be976 Ticket #499: NULL frame transmission in conference bridge is not clocked at the right interval by Benny Prijono · 17 years ago
  86. e8ec158 Ticket #497: changed clock rate variable in WSOLA from uint16 to uint32 to handle higher clock rate by Benny Prijono · 17 years ago
  87. 161ae3a Disable overflow/underflow test by Benny Prijono · 17 years ago
  88. 65afd88 More ticket #438: changed API call to delay_buf_create() by Benny Prijono · 17 years ago
  89. 07f6cc7 Added checking in delaybuf for buffer empty before calling shrink_buffer() by Benny Prijono · 17 years ago
  90. 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
  91. 5887d02 Put wsola_test.c in pjmedia test by Benny Prijono · 17 years ago
  92. 031775c Added pjmedia_wsola_reset() by Benny Prijono · 17 years ago
  93. 4c8475d Fixed bug in wsola when discarding frame in non-contiguous buffer by Benny Prijono · 17 years ago
  94. c8f43b3 Modify WSOLA discard to support erasing frame from non-contiguous buffer by Benny Prijono · 17 years ago
  95. 713ccab A little bit of optimization in WSOLA by Benny Prijono · 17 years ago
  96. 800521c Ticket #496: Crash on sound port when only player is opened and delaybuf enabled by Benny Prijono · 17 years ago
  97. 4727a9a Ticket #497: WSOLA implementation by Benny Prijono · 17 years ago
  98. 7df2a15 Ticket #486: Handle G.722 wong clock rate bug and other codec with inconsistent clock rate by Benny Prijono · 17 years ago
  99. 2dbed82 Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiation by Benny Prijono · 17 years ago
  100. d72d686 Ticket #487: Crash occured when stream port has no transmitter on call using ILBC with different ptime by Benny Prijono · 17 years ago