1. cb2789a Ticket #577: Initial source of sound device wrapper with APS by Nanang Izzuddin · 16 years ago
  2. e1a008e Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion) by Benny Prijono · 16 years ago
  3. 660eee8 Added ability to dump extended statistics (RTCP XR) in pjsua. by Nanang Izzuddin · 16 years ago
  4. 131faa5 Updated delay buffer to use circular buffer by Nanang Izzuddin · 16 years ago
  5. 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
  6. 0883cff Added two APIs to pjmedia circular buffer: copy & pack buffer by Nanang Izzuddin · 16 years ago
  7. 0ff56dc Added MIPS benchmark in pjmedia-test, and loopback media transport to assist the stream testing by Benny Prijono · 16 years ago
  8. 78238b3 Added module circular buffer (circbuf.h) to pjmedia by Nanang Izzuddin · 16 years ago
  9. e78676b Removed old PLC setting from pjmedia/config.h by Benny Prijono · 16 years ago
  10. 9869cb5 Ticket #543: by Nanang Izzuddin · 16 years ago
  11. 4375f90 Ticket #544: Fixed SRTP on hold+reinvite scenario by Nanang Izzuddin · 16 years ago
  12. 8eb9141 More ticket #542: Updated default capture latency (tested OK on Vista 64bit for WMME & dsound) by Nanang Izzuddin · 16 years ago
  13. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  14. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  15. 224b4e2 Ticket #549: major modification in media transport API to support more offer/answer scenarios by Benny Prijono · 16 years ago
  16. 6472e1b Cleaned up unused field avg_jitter from rtcp session by Nanang Izzuddin · 16 years ago
  17. 495409d Added pjmedia_tonegen_rewind() by Benny Prijono · 16 years ago
  18. dd3d002 Implement ticket #546 and revisit ticket #439: by Benny Prijono · 16 years ago
  19. 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
  20. 9dbad15 Updated default speex quality settings and reenabled pjsua to set Speex codec quality based on media quality config by Nanang Izzuddin · 16 years ago
  21. fd461eb Added more validations & a new API (thanks Florian Bomers): by Nanang Izzuddin · 16 years ago
  22. 848be08 More ticket #485: major modification in transport_ice to support new ICE stream transport API by Benny Prijono · 16 years ago
  23. 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
  24. 3aef5e1 Ticket #473: by Nanang Izzuddin · 16 years ago
  25. 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
  26. 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
  27. 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
  28. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  29. 5d070f8 More ticket #513: by Nanang Izzuddin · 16 years ago
  30. db9da77 Ticket #528: committed ticket528.patch by Nanang Izzuddin · 16 years ago
  31. 90f11cb More on ticket #513: by Nanang Izzuddin · 16 years ago
  32. e8b604d Ticket #513: Support for RTCP XR (initial patch) by Benny Prijono · 16 years ago
  33. 6780ae0 More ticket #497: added configuration to disable WSOLA and set default to disabled on WinCE and Symbian by Benny Prijono · 16 years ago
  34. f161655 More ticket #504: added missing new files! by Benny Prijono · 16 years ago
  35. 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
  36. 734fc2d More ticket #479: bug in pjmedia_transport_get_info(), the info should be initialized by caller by Benny Prijono · 17 years ago
  37. 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
  38. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  39. 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
  40. c12bc10 Ticket #494: Configuration option to use high quality tone generation by Benny Prijono · 17 years ago
  41. 98b6df8 More ticket #438: improve docs, added channel_count in wsola, etc. by Benny Prijono · 17 years ago
  42. d34477c Ticket #501: Set master port worker thread priority to highest by default by Benny Prijono · 17 years ago
  43. 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
  44. 031775c Added pjmedia_wsola_reset() by Benny Prijono · 17 years ago
  45. c8f43b3 Modify WSOLA discard to support erasing frame from non-contiguous buffer by Benny Prijono · 17 years ago
  46. 4727a9a Ticket #497: WSOLA implementation by Benny Prijono · 17 years ago
  47. 7df2a15 Ticket #486: Handle G.722 wong clock rate bug and other codec with inconsistent clock rate by Benny Prijono · 17 years ago
  48. 2dbed82 Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiation by Benny Prijono · 17 years ago
  49. c5b6de1 Ticket #468: Added support for non looping playback in memory player by Benny Prijono · 17 years ago
  50. 45930a5 Ticket #478: Handle duplicated/misordered incoming DTMF packets by Benny Prijono · 17 years ago
  51. 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
  52. 6665bfc Ticket #464: jitter buffer should return frame length information by Benny Prijono · 17 years ago
  53. a7b376b Fixed doxygen comments everywhere by Benny Prijono · 17 years ago
  54. 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
  55. 7544a29 Handle SDP offer containing application as the media type by Benny Prijono · 17 years ago
  56. 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
  57. c485dd8 Added new WAV player API: pjmedia_wav_player_get_len() by Benny Prijono · 17 years ago
  58. 2897306 Ticket #444: Bug in tone generator: can't play more digits (thanks Marian Dragomir) by Benny Prijono · 17 years ago
  59. 45710a4 Ticket #438 (Workaround for frame bursts from audio devices): added delay buffer implementation in pjmedia by Benny Prijono · 17 years ago
  60. 91e567e Ticket #433: Failure in media negotiation when SDP contains two audio media lines (thanks Arie Velthoen) by Benny Prijono · 17 years ago
  61. 5186eae Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6 by Benny Prijono · 17 years ago
  62. 83c3897 Ticket #417: added pjlib API to retrieve the native thread handle from pj_thread_t by Benny Prijono · 17 years ago
  63. 741cfb4 More ticket #395: changed max default buffer length from 60ms to 100ms for added stability by Benny Prijono · 17 years ago
  64. 899f9af Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sample rate conversionl library by Benny Prijono · 17 years ago
  65. 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
  66. 3303d0b Ticket #394: Reduce PJMEDIA_SOUND_BUFFER_COUNT default setting from 16 to 6 to reduce audio latency by Benny Prijono · 17 years ago
  67. 1c24539 Ticket #384: Prefer to use Direct Sound as the sound device backend on Windows by Benny Prijono · 17 years ago
  68. 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
  69. fe81cfa Ticket #377: Support for sending RTCP RR by Benny Prijono · 17 years ago
  70. 11da9bc Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transport by Benny Prijono · 17 years ago
  71. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  72. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  73. dc1fe22 Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) to reduce SIP message size by Benny Prijono · 17 years ago
  74. 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
  75. 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
  76. 50e5c53 Ticket #298: New API to get the number of ports registered in conference bridge by Benny Prijono · 17 years ago
  77. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  78. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  79. 396156c Changed resample to use speex (for now) by Benny Prijono · 17 years ago
  80. 919758f Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute types by Benny Prijono · 17 years ago
  81. dbce2cf Fixed pjnath build warnings/errors on Linux by Benny Prijono · 17 years ago
  82. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  83. fd70c9b ICE: added media index in pjmedia when handling SDP containing ICE candidates by Benny Prijono · 18 years ago
  84. 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
  85. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  86. 24cda7d ICE (work in progress): implemented ICE media transport by Benny Prijono · 18 years ago
  87. a38e78d Fixed ticket #183: Add flag in SDP negotiator to specify codec order preference (thanks Esbjorn Dominique) by Benny Prijono · 18 years ago
  88. 9de76b7 Fixed ticket #182: SDP negotiation failed when local does not specify telephone-event (thanks Esbjorn Dominique) 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. 0eef2c7 Updated documentation and sample for media conference with regard to maximum value for audio level adjustment by Benny Prijono · 18 years ago
  93. fe9bffd Ticket #82: fix link errors when codecs are disabled from autoconf script by Benny Prijono · 18 years ago
  94. 4af234b Implement ticket #62: option to play tones continuously, and added --play-tone option in pjsua by Benny Prijono · 18 years ago
  95. 258f8bc Fixed ticket #74: unstable/stutter sound on Windows Mobile (thanks ChenHuang) by Benny Prijono · 18 years ago
  96. a66c331 Implement ticket #67: added WAV playlist feature to PJMEDIA by Benny Prijono · 18 years ago
  97. c6c0ed0 Implement ticket #56: Periodically transmit RTP packet on silence, to maintain NAT binding etc. by Benny Prijono · 18 years ago
  98. b5388cf Just updated and improved the doxygen documentations all over the place by Benny Prijono · 18 years ago
  99. 6865a3f Implement ticket #40: support for asymmetric encoding/decoding ptime (e.g. with iLBC when local and remote have different mode) by Benny Prijono · 18 years ago
  100. b8af0e8 Implement ticket #53: Disable silence detector during the first few seconds of RTP transmission to assist NAT traversal by Benny Prijono · 18 years ago