1. 20da799 Fixed minor gcc compilation warnings by Benny Prijono · 16 years ago
  2. 82f7a41 Ticket #675: by Nanang Izzuddin · 16 years ago
  3. 0b44035 Workaround for ticket #683: Crash/segfault on pjmedia_wsola_create() on ARM9 platform with GCC optimizations by Benny Prijono · 16 years ago
  4. 6e7e9cd Minor update on silence detector to increase trace verbosity level. by Nanang Izzuddin · 16 years ago
  5. 74f8746 Ticket #661: Fixed transport ICE in verifying possibilities of RTCP settings in the SDP. by Nanang Izzuddin · 16 years ago
  6. 6ca4318 Ticket #676: Updated default value of maximum silence theshold setting to MAXUINT16+1 (feature is disabled). by Nanang Izzuddin · 16 years ago
  7. 5e401c3 Ticket #676: Updated silence detector to regard max silence threshold setting. by Nanang Izzuddin · 16 years ago
  8. b365e92 Fixed bug of unresetted static var dev_info that caused device name gets repeated on second call or soon of snd_init() (thanks Steven Back for the report). by Nanang Izzuddin · 16 years ago
  9. 29341f7 Ticket #671: Updated conference to disable skipping a frame which has very low audio signal. by Nanang Izzuddin · 16 years ago
  10. ce2c5f1 Ticket #674: by Nanang Izzuddin · 16 years ago
  11. 0b8f4ca Ticket #670: Minor update on naming of AMR helper and updated AMR in IPP codecs to enable octet-align from FMTP settings. by Nanang Izzuddin · 16 years ago
  12. 14e6741 Ticket #673: rollback r2360, and implement new fix for Race condition may cause crash in SRTP transport ticket by Benny Prijono · 16 years ago
  13. c92a1af Ticket #673: Crash in SRTP transport when receiving stray RTP/RTCP packet by Benny Prijono · 16 years ago
  14. 35e01de Ticket #670: by Nanang Izzuddin · 16 years ago
  15. d55553a Ticket #670: Added AMR codec helper and updated IPP codecs to use the AMR codec helper. by Nanang Izzuddin · 16 years ago
  16. 128a585 Minor fix on Symbian sound latency info. by Nanang Izzuddin · 16 years ago
  17. 4bc68f8 Ticket #662: Updated pjmedia transport ICE to handle missing IP address part in SDP a=rtcp attribute. by Nanang Izzuddin · 16 years ago
  18. a7ddf94 Ticket #666: Updated SDP parser to allow trailing newlines. by Nanang Izzuddin · 16 years ago
  19. 49f057b Ticket #558: Added srtp_deinit() function and registered this with pj_atexit(). by Nanang Izzuddin · 16 years ago
  20. cd27de6 Ticket #631: Fixed transport ICE returning zero/invalid remote RTP address when ICE is active. by Nanang Izzuddin · 16 years ago
  21. fb947dd Added pjmedia-test to build system and changed it to not always wait for keyboard input to finish the test by Benny Prijono · 16 years ago
  22. ee340b3 Fixed G.722 codec that is suppossed to work with 14 bits PCM for its input & output (thanks Olle Frimanson for the report). by Nanang Izzuddin · 16 years ago
  23. b3582cf Ticket #649: Build error in wav_writer.c in big endian systems (thanks Seth Hinze for the patch) by Benny Prijono · 16 years ago
  24. fa144d5 Fixed assertion in echo suppressor when recording and playing level is equal. by Nanang Izzuddin · 16 years ago
  25. 741eb2e Fixed possible assertion by codec when stereo/multichannel codec is used and stream is about to send keep-NAT-alive packet (thanks Bill Gardner for the patch). by Nanang Izzuddin · 16 years ago
  26. 013014d Ticket #638: Fixed assertion caused by prefetch < min_prefetch (thanks Michael Bradley Jr for the reports). by Nanang Izzuddin · 16 years ago
  27. d263f9d Ticket #638: Cleaned up compilation warning in jbuf. by Nanang Izzuddin · 16 years ago
  28. 883d8de Ticket #638: Reenable prefetch buffering via initial prefetch setting (set 0 to disable, otherwise to enable). by Nanang Izzuddin · 16 years ago
  29. 63bfe7a Ticket #642: Discontinuous tone generation (thanks Olle Frimanson for the report) by Benny Prijono · 16 years ago
  30. 51f2253 Ticket #547: Added DirectX include path from Windows environment settings to libportaudio & pjmedia VS8 build projects. by Nanang Izzuddin · 16 years ago
  31. 7c0d1b7 Updated delay buffer to perform shrinking only in the PUT operation. by Nanang Izzuddin · 16 years ago
  32. 19551d6 Ticket #638: by Nanang Izzuddin · 16 years ago
  33. 338153e More ticket #619: disable fade-in and fade-out if the tone off duration is zero. We assume that application wants to play continuous tone in this case, and the fade in/out feature will cause click noise to be generated by Benny Prijono · 16 years ago
  34. b51845f Fixed pjmedia session bug in getting channel count from SDP for static payload. by Nanang Izzuddin · 16 years ago
  35. b8c1ebe Added missed patch in enabling G.722 PLC: PLC should be enabled in default attribute setting. by Nanang Izzuddin · 16 years ago
  36. 49a979b Enabled G.722 PLC. by Nanang Izzuddin · 16 years ago
  37. 47d87a6 More ticket #633: Fixed DirectSound implementation to avoid playback buffer read & write cursor race. by Nanang Izzuddin · 16 years ago
  38. 6ba5f59 More ticket #619: changed default Cordic loop from 8 to 10 to gain more accuracy, and updated tonegen.c with the results from ARM9 tests by Benny Prijono · 16 years ago
  39. 4494a48 Ticket #631: by Nanang Izzuddin · 16 years ago
  40. 8de925b Large reorganization of the tonegen for ticket #619: by Benny Prijono · 16 years ago
  41. ff2b110 Ticket #631: by Nanang Izzuddin · 16 years ago
  42. 276402c Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  43. 160093e Ticket #633: Updated DirectSound implementation: by Benny Prijono · 16 years ago
  44. 7d1ac29 Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  45. a78877d More ticket #619: fix the difference of volume in the fixed point version of the tone generator, added PJMEDIA_TONEGEN_VOLUME setting to control the default amplitude, and increase default tone volume by about 50% by Benny Prijono · 16 years ago
  46. 0365e46 Ticket #619: added configuration to force floating point algorithm to be used in the tone generator, and added fade-in and fade out options by Benny Prijono · 16 years ago
  47. 762a5bd Ticket #628: Updated IPP codec module to use fixed point version of G.729 on architectures that don't have FPU (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  48. 447569f Fixed linking error undefined CHECK_ when PJMEDIA_WSOLA_IMP_NULL is used (Thanks Samuel Vinson). by Nanang Izzuddin · 16 years ago
  49. 7afe944 Ticket #616: Updated ICE transport to have a default option to switch RTP transmission to source address if remote doesn't use ICE. by Nanang Izzuddin · 16 years ago
  50. b05e406 Ticket #614: Updated docs related to support for play/record G.711 U-law/A-law. by Nanang Izzuddin · 16 years ago
  51. 2cba166 Ticket #614: Fixed compilation warning of integer conversions. by Nanang Izzuddin · 16 years ago
  52. 2c7bdcc Ticket #614: Added support for writing and reading WAV files encoded as 8 bit A-law/U-law. by Nanang Izzuddin · 16 years ago
  53. 1cc4afc Fixed assertion caused by too small output buffer size of stream, this happens when codec with very small bandwidth is used, e.g: MELP 2.4kbps, (thanks William Wong). by Nanang Izzuddin · 16 years ago
  54. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  55. b789fad Print warning instead of assert when Speex AEC is instantiated with multichannels by Benny Prijono · 16 years ago
  56. e46495b Fixed bug Speex frame parser should discard non-audio parts in the Speex bitstream. by Nanang Izzuddin · 16 years ago
  57. e3a6fca Ticket #583: fixed bug on setting frametype in encode() related to special treatment for G729. by Nanang Izzuddin · 16 years ago
  58. 16b504c Added PLC & VAD features to codec L16. by Nanang Izzuddin · 16 years ago
  59. e9a7703 More ticket #602: fixed minor warning about conversion from integer to unsigned char by Benny Prijono · 16 years ago
  60. c89e4c7 Ticket #600: Added probation state in media transport SRTP and also capability to auto-restart when packets received in probation state are 'invalid'. by Nanang Izzuddin · 16 years ago
  61. a815ceb Ticket #602: by Nanang Izzuddin · 16 years ago
  62. 23a00b7 Ticket #599: by Nanang Izzuddin · 16 years ago
  63. afc0c94 Fixed miscalculation of conference port buffer size (rx/tx_buf_cap) when two conf ports have different clock rate/channel count/samples per frame (thanks Joao Cesar). by Nanang Izzuddin · 16 years ago
  64. 0822c19 More ticket #583: autoconf support for Intel IPP by Benny Prijono · 16 years ago
  65. b133924 More ticket #583: compilation warnings with gcc by Benny Prijono · 16 years ago
  66. c2f80c4 More ticket #490: compilation warnings on gcc by Benny Prijono · 16 years ago
  67. 3d0d475 Ticket #596: Updated resample with backend libresample to process multichannel resampling properly (deinterleave, resample per channel, reinterleave). by Nanang Izzuddin · 16 years ago
  68. a4e7cdd More ticket #583: a bit of tidying up and renamed macro names etc. by Benny Prijono · 16 years ago
  69. 9ff3c43 Ticket #593: Fixed RTP timestamp calculation in RX & TX for multichannel audio. by Nanang Izzuddin · 16 years ago
  70. 7dd3268 Ticket #583: Added missing IPP codec deinit and fixed matching #if-#endif in IPP codec encode. by Nanang Izzuddin · 16 years ago
  71. 2d4c384 Ticket #490: Updated VAD with new algorithm. by Nanang Izzuddin · 16 years ago
  72. df361e0 Ticket #583: by Nanang Izzuddin · 16 years ago
  73. f216f82 Ticket #583: by Nanang Izzuddin · 16 years ago
  74. 493a8db Ticket #583: Initial source of IPP codecs wrapper. by Nanang Izzuddin · 16 years ago
  75. 96e514b Added maximum threshold for silence detector, to aovid the silence detector setting the threshold too high thus cutting audio signal (e.g. when streaming long continuous signal) by Benny Prijono · 16 years ago
  76. cd2a158 More ticket #590: removed unused echo suppressor settings in pjmedia/config.h by Benny Prijono · 16 years ago
  77. f1bb9e9 Increase codec's maximum silence duration (PJMEDIA_CODEC_MAX_SILENCE_PERIOD) from 500ms to 5 seconds since it may produce ticks noise which can be quite annoying by Benny Prijono · 16 years ago
  78. 0ceb87d More ticket #590: optimizations in the echo suppressor, gained more than 3x speed. Added entries in mips_test by Benny Prijono · 16 years ago
  79. f512a6d More ticket #590: handle the case when mic level is set too high causing echo to be mistakenly treated as local user speaking by Benny Prijono · 16 years ago
  80. 3fed250 More ticket #590: fix the bug in smoothing factor by Benny Prijono · 16 years ago
  81. 82224b1 Renamed fabs() to FABS() since it conflicts with intrinsic function in VC6 by Benny Prijono · 16 years ago
  82. a7908d7 Ticket #590: new echo suppressor which should work much better than the old one by Benny Prijono · 16 years ago
  83. 95250c7 Ticket #588: Improvements to echo cancellation framework by Benny Prijono · 16 years ago
  84. bf32184 Fixed bug possibility of dereferencing NULL pointer when calling pjmedia_jbuf_get_frame() (thanks Joel Dodson) by Nanang Izzuddin · 16 years ago
  85. 2c953d4 Added test delaybuf to pjmedia MIPS test. by Nanang Izzuddin · 16 years ago
  86. b1c6204 Fixed ticket #581: Fixed build dependencies in the makefiles by Benny Prijono · 16 years ago
  87. ebb2c33 Ticket #463: Configuration option to have external sound device implementation by Benny Prijono · 16 years ago
  88. 733486a Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak) by Benny Prijono · 16 years ago
  89. cb2789a Ticket #577: Initial source of sound device wrapper with APS by Nanang Izzuddin · 16 years ago
  90. e1a008e Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion) by Benny Prijono · 16 years ago
  91. 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
  92. 660eee8 Added ability to dump extended statistics (RTCP XR) in pjsua. by Nanang Izzuddin · 16 years ago
  93. 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
  94. 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
  95. 375850e Fixed minor bug missing wsola_plc initialization. by Nanang Izzuddin · 16 years ago
  96. 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
  97. 69fb2fd Added config settings for search range in WSOLA expand() by Nanang Izzuddin · 16 years ago
  98. 131faa5 Updated delay buffer to use circular buffer by Nanang Izzuddin · 16 years ago
  99. 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
  100. 0883cff Added two APIs to pjmedia circular buffer: copy & pack buffer by Nanang Izzuddin · 16 years ago