1. 8eeab0b Ticket #734: error codes in audiodev by Benny Prijono · 16 years ago
  2. 48c91fd Updated Symbian APS aud dev to disable G729's VAD since it is suspected to produce intermittent noise on silence (rough switches between voiced & unvoiced frames). by Nanang Izzuddin · 16 years ago
  3. a377597 - Fixed player callback (for PCM) of APS aud dev to zero-fill the buffer whenever it gets non-audio frame type. by Nanang Izzuddin · 16 years ago
  4. 6d17d50 Updated check condition in creating aud dev Symbian MDA. by Nanang Izzuddin · 16 years ago
  5. 689f8a8 Fixed warning in audiodev, and link error in symbian mda audio driver by Benny Prijono · 16 years ago
  6. a940b36 - Updated Symbian bld.inf & MMP projects to use new audio framework. by Nanang Izzuddin · 16 years ago
  7. 2e98879 - Disable EC in sound port when codec is used in sound device by Benny Prijono · 16 years ago
  8. 69afbf1 Compilation error in conf_switch due to last commit by Benny Prijono · 16 years ago
  9. 5fad7be Some testing in wmme_dev.c before changing it to use WMME callback interface by Benny Prijono · 16 years ago
  10. 2058f47 - Added pjmedia-audiodev/config.h by Benny Prijono · 16 years ago
  11. 96e74f3 - New convention about default audio device ID (now there is different ID for default capture/playback device. It should be backward compatible) by Benny Prijono · 16 years ago
  12. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  13. 5efbdf2 Added Symbian audio (Mda) to audio dev. by Nanang Izzuddin · 16 years ago
  14. 1b79114 Added volume settings capability to Symbian APS audiodev. by Nanang Izzuddin · 16 years ago
  15. 1c1c7d4 Added Symbian S60 APS device in audiodev by Nanang Izzuddin · 16 years ago
  16. 555139d Updated audio test by Benny Prijono · 16 years ago
  17. e3ebd55 Added audiotest and initial work on audio demo sample by Benny Prijono · 16 years ago
  18. 452b66b - Updated audio route API for Symbian APS. by Nanang Izzuddin · 16 years ago
  19. fe02a06 - Added APS-direct sound device management into pjsua-lib (and removed it from apps). by Nanang Izzuddin · 16 years ago
  20. 598b01d Added WMME device in audiodev by Benny Prijono · 16 years ago
  21. 2cd64f8 Initial checkin for pjmedia_audiodev by Benny Prijono · 16 years ago
  22. f863ca3 Added bitrate and vad info in pjmedia_format, and changed audio route to use enumeration rather than boolean by Benny Prijono · 16 years ago
  23. 83457d5 Changed term 'fourcc' to 'format' and few minor fixes/updates. by Nanang Izzuddin · 16 years ago
  24. 388a8ee Fixed possible access violation in conf_switch when port 0/sound device is in PCM mode and its TX buf contains FRAME_TYPE_NONE. by Nanang Izzuddin · 16 years ago
  25. b995a38 Bug in APS-Direct emulation in sound_port causing crash and tick noise, and handle wideband audio in APS-Direct emulation in pjsua_app.c by Benny Prijono · 16 years ago
  26. b7dfc9c Added APS-Direct emulation to sound port and pjsua_app.c, also fixed miscellaneous compilation warnings by Benny Prijono · 16 years ago
  27. 64fea43 Fixed the way of stacking PCMU/A frames for APS player callback. by Nanang Izzuddin · 16 years ago
  28. d5c54ab - Fixed conf switch on reinit-ing conf port TX buf. by Nanang Izzuddin · 16 years ago
  29. bfa860b - Added support for codec ILBC, G729, and AMR. by Nanang Izzuddin · 16 years ago
  30. 4906604 - Fixed pjmedia_frame_ext_pop_subframes() in calculating len. by Nanang Izzuddin · 16 years ago
  31. 81db8c7 - Added new API for sound & sound port to create/open sound device with extended setting, to allow opening sound device with non-PCM format and other settings. by Nanang Izzuddin · 16 years ago
  32. 389d326 - Fixed pjmedia_frame_ext helper functions, it didn't involve sizeof(bitlen) in calculating subframe address. by Nanang Izzuddin · 16 years ago
  33. 8cdba46 - Added pjmedia passthrough codec. by Nanang Izzuddin · 16 years ago
  34. 4e50262 Initial sources of APS-direct. by Nanang Izzuddin · 16 years ago
  35. 0697313 Ticket #707: pjmedia-test: link error when L16 codec is disabled, and compile error due to Unicode platform in sdp_test by Benny Prijono · 16 years ago
  36. 8161b66 Ticket #701: Updated PA callbacks to check their thread registration status using both: manual flag and actual/TLS status. by Nanang Izzuddin · 16 years ago
  37. ec8718e Ticket #698: Fixed the silly bug of possible NULL opt access. by Nanang Izzuddin · 16 years ago
  38. 605c124 Fixed ticket #696: Wrong timestamp calculation causing RTCP clock skew (thanks Guido Fischer for the fix!) by Benny Prijono · 16 years ago
  39. 1a9b7a2 Ticket #680: Wrong frame size passed to sound port player callback by Symbian APS. by Nanang Izzuddin · 16 years ago
  40. 58704d5 Ticket #680: by Nanang Izzuddin · 16 years ago
  41. c543e9e Support for IPP version 6.0 (the usc.lib has been renamed to speech.lib for Windows) by Benny Prijono · 16 years ago
  42. e1e6d51 Updated to support IPP 6.0 (the usc.lib was renamed to speech.lib in IPP 6.0) by Benny Prijono · 16 years ago
  43. 32d267b Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs by Benny Prijono · 16 years ago
  44. 95b5340 Fixed unreached code, deprecated fopen(), unused arguments, and other warnings with MSVC by Benny Prijono · 16 years ago
  45. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  46. 20da799 Fixed minor gcc compilation warnings by Benny Prijono · 16 years ago
  47. 82f7a41 Ticket #675: by Nanang Izzuddin · 16 years ago
  48. 0b44035 Workaround for ticket #683: Crash/segfault on pjmedia_wsola_create() on ARM9 platform with GCC optimizations by Benny Prijono · 16 years ago
  49. 6e7e9cd Minor update on silence detector to increase trace verbosity level. by Nanang Izzuddin · 16 years ago
  50. 74f8746 Ticket #661: Fixed transport ICE in verifying possibilities of RTCP settings in the SDP. by Nanang Izzuddin · 16 years ago
  51. 6ca4318 Ticket #676: Updated default value of maximum silence theshold setting to MAXUINT16+1 (feature is disabled). by Nanang Izzuddin · 16 years ago
  52. 5e401c3 Ticket #676: Updated silence detector to regard max silence threshold setting. by Nanang Izzuddin · 16 years ago
  53. 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
  54. 29341f7 Ticket #671: Updated conference to disable skipping a frame which has very low audio signal. by Nanang Izzuddin · 16 years ago
  55. ce2c5f1 Ticket #674: by Nanang Izzuddin · 16 years ago
  56. 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
  57. 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
  58. c92a1af Ticket #673: Crash in SRTP transport when receiving stray RTP/RTCP packet by Benny Prijono · 16 years ago
  59. 35e01de Ticket #670: by Nanang Izzuddin · 16 years ago
  60. d55553a Ticket #670: Added AMR codec helper and updated IPP codecs to use the AMR codec helper. by Nanang Izzuddin · 16 years ago
  61. 128a585 Minor fix on Symbian sound latency info. by Nanang Izzuddin · 16 years ago
  62. 4bc68f8 Ticket #662: Updated pjmedia transport ICE to handle missing IP address part in SDP a=rtcp attribute. by Nanang Izzuddin · 16 years ago
  63. a7ddf94 Ticket #666: Updated SDP parser to allow trailing newlines. by Nanang Izzuddin · 16 years ago
  64. 49f057b Ticket #558: Added srtp_deinit() function and registered this with pj_atexit(). by Nanang Izzuddin · 16 years ago
  65. cd27de6 Ticket #631: Fixed transport ICE returning zero/invalid remote RTP address when ICE is active. by Nanang Izzuddin · 16 years ago
  66. 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
  67. 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
  68. 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
  69. fa144d5 Fixed assertion in echo suppressor when recording and playing level is equal. by Nanang Izzuddin · 16 years ago
  70. 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
  71. 013014d Ticket #638: Fixed assertion caused by prefetch < min_prefetch (thanks Michael Bradley Jr for the reports). by Nanang Izzuddin · 16 years ago
  72. d263f9d Ticket #638: Cleaned up compilation warning in jbuf. by Nanang Izzuddin · 16 years ago
  73. 883d8de Ticket #638: Reenable prefetch buffering via initial prefetch setting (set 0 to disable, otherwise to enable). by Nanang Izzuddin · 16 years ago
  74. 63bfe7a Ticket #642: Discontinuous tone generation (thanks Olle Frimanson for the report) by Benny Prijono · 16 years ago
  75. 7c0d1b7 Updated delay buffer to perform shrinking only in the PUT operation. by Nanang Izzuddin · 16 years ago
  76. 19551d6 Ticket #638: by Nanang Izzuddin · 16 years ago
  77. 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
  78. b51845f Fixed pjmedia session bug in getting channel count from SDP for static payload. by Nanang Izzuddin · 16 years ago
  79. b8c1ebe Added missed patch in enabling G.722 PLC: PLC should be enabled in default attribute setting. by Nanang Izzuddin · 16 years ago
  80. 49a979b Enabled G.722 PLC. by Nanang Izzuddin · 16 years ago
  81. 47d87a6 More ticket #633: Fixed DirectSound implementation to avoid playback buffer read & write cursor race. by Nanang Izzuddin · 16 years ago
  82. 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
  83. 4494a48 Ticket #631: by Nanang Izzuddin · 16 years ago
  84. 8de925b Large reorganization of the tonegen for ticket #619: by Benny Prijono · 16 years ago
  85. ff2b110 Ticket #631: by Nanang Izzuddin · 16 years ago
  86. 276402c Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  87. 160093e Ticket #633: Updated DirectSound implementation: by Benny Prijono · 16 years ago
  88. 7d1ac29 Ticket #625: Fixed unicode build issues on Windows platforms (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  89. 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
  90. 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
  91. 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
  92. 447569f Fixed linking error undefined CHECK_ when PJMEDIA_WSOLA_IMP_NULL is used (Thanks Samuel Vinson). by Nanang Izzuddin · 16 years ago
  93. 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
  94. 2cba166 Ticket #614: Fixed compilation warning of integer conversions. by Nanang Izzuddin · 16 years ago
  95. 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
  96. 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
  97. 40860c3 Ticket #610: Added sample to create a media transport adapter, similar to how SRTP media transport works by Benny Prijono · 16 years ago
  98. b789fad Print warning instead of assert when Speex AEC is instantiated with multichannels by Benny Prijono · 16 years ago
  99. e46495b Fixed bug Speex frame parser should discard non-audio parts in the Speex bitstream. by Nanang Izzuddin · 16 years ago
  100. e3a6fca Ticket #583: fixed bug on setting frametype in encode() related to special treatment for G729. by Nanang Izzuddin · 16 years ago