1. cf6b590 Attempt to reduce burst in wmme_dev by limiting the number of AddBuffer calls. It does not seem to affect the burst much as it seem to have come from the device/driver itself by Benny Prijono · 16 years ago
  2. 85bdaa8 WMME returns the updated volume setting in get_param() by Benny Prijono · 16 years ago
  3. f798e50 BIG refactoring in pjsua_media.c: by Benny Prijono · 16 years ago
  4. 7a38000 PJMEDIA/PJMEDIA-AUDIODEV update: by Benny Prijono · 16 years ago
  5. da37ea3 - Fixed compile errors/warnings for Symbian targets. by Nanang Izzuddin · 16 years ago
  6. 7dc6b41 - Removed lines of "force to use C++ compiler" in some Symbian MMPs by Nanang Izzuddin · 16 years ago
  7. 64f9138 Ticket #736 (aps-direct branch): implemented the compatibility layer for the old sound API by Benny Prijono · 16 years ago
  8. 8eeab0b Ticket #734: error codes in audiodev by Benny Prijono · 16 years ago
  9. 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
  10. 8465c68 Fixed pjsua_set_snd_dev() to differentiate the way of opening sound device based on the used conf type. by Nanang Izzuddin · 16 years ago
  11. 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
  12. 0cb3b02 Added one new pjsua-lib API to get audio device stream instance, also added its usage sample for audio routing in symbian_ua. by Nanang Izzuddin · 16 years ago
  13. 6d17d50 Updated check condition in creating aud dev Symbian MDA. by Nanang Izzuddin · 16 years ago
  14. 689f8a8 Fixed warning in audiodev, and link error in symbian mda audio driver by Benny Prijono · 16 years ago
  15. a940b36 - Updated Symbian bld.inf & MMP projects to use new audio framework. by Nanang Izzuddin · 16 years ago
  16. 2e98879 - Disable EC in sound port when codec is used in sound device by Benny Prijono · 16 years ago
  17. eef2a87 - Added main doxygen documentations for audiodev by Benny Prijono · 16 years ago
  18. 69afbf1 Compilation error in conf_switch due to last commit by Benny Prijono · 16 years ago
  19. 5fad7be Some testing in wmme_dev.c before changing it to use WMME callback interface by Benny Prijono · 16 years ago
  20. 2058f47 - Added pjmedia-audiodev/config.h by Benny Prijono · 16 years ago
  21. 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
  22. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  23. 5efbdf2 Added Symbian audio (Mda) to audio dev. by Nanang Izzuddin · 16 years ago
  24. 1b79114 Added volume settings capability to Symbian APS audiodev. by Nanang Izzuddin · 16 years ago
  25. 1c1c7d4 Added Symbian S60 APS device in audiodev by Nanang Izzuddin · 16 years ago
  26. 555139d Updated audio test by Benny Prijono · 16 years ago
  27. e3ebd55 Added audiotest and initial work on audio demo sample by Benny Prijono · 16 years ago
  28. 418e0a4 Fixed checking macro in pjsua-lib for Symbian APS audio routing. by Nanang Izzuddin · 16 years ago
  29. 452b66b - Updated audio route API for Symbian APS. by Nanang Izzuddin · 16 years ago
  30. fe02a06 - Added APS-direct sound device management into pjsua-lib (and removed it from apps). by Nanang Izzuddin · 16 years ago
  31. 598b01d Added WMME device in audiodev by Benny Prijono · 16 years ago
  32. 2cd64f8 Initial checkin for pjmedia_audiodev by Benny Prijono · 16 years ago
  33. 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
  34. 83457d5 Changed term 'fourcc' to 'format' and few minor fixes/updates. by Nanang Izzuddin · 16 years ago
  35. 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
  36. 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
  37. b7dfc9c Added APS-Direct emulation to sound port and pjsua_app.c, also fixed miscellaneous compilation warnings by Benny Prijono · 16 years ago
  38. 798bf45 Updated symbian_ua menu, adding commands to test codecs & audio routing, removing 'less used' commands. by Nanang Izzuddin · 16 years ago
  39. 64fea43 Fixed the way of stacking PCMU/A frames for APS player callback. by Nanang Izzuddin · 16 years ago
  40. d5c54ab - Fixed conf switch on reinit-ing conf port TX buf. by Nanang Izzuddin · 16 years ago
  41. bfa860b - Added support for codec ILBC, G729, and AMR. by Nanang Izzuddin · 16 years ago
  42. 4906604 - Fixed pjmedia_frame_ext_pop_subframes() in calculating len. by Nanang Izzuddin · 16 years ago
  43. 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
  44. 389d326 - Fixed pjmedia_frame_ext helper functions, it didn't involve sizeof(bitlen) in calculating subframe address. by Nanang Izzuddin · 16 years ago
  45. 8cdba46 - Added pjmedia passthrough codec. by Nanang Izzuddin · 16 years ago
  46. 4e50262 Initial sources of APS-direct. by Nanang Izzuddin · 16 years ago
  47. 27c98df Created branch for project APS-direct. by Nanang Izzuddin · 16 years ago
  48. 298c12e Ticket #706: Part 1 of VS 2005 projects reorganization: introduction of Windows Mobile 6 standard SDK in the build platform by Benny Prijono · 16 years ago
  49. 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
  50. fce6781 Ticket #704: pjsip-test: Bus error on FreeBSD due to declaration of test data in read-only segment (thanks Michael Broughton for the report) by Benny Prijono · 16 years ago
  51. 5b2b445 Minor fixes/ticket #703: added some more macros to enable software build under Apple XCode by Benny Prijono · 16 years ago
  52. 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
  53. 670f71b Ticket #699: Added sound device idle checking in media_channel_deinit(), which is called each time a call being disconnected (for any reason). by Nanang Izzuddin · 16 years ago
  54. ec8718e Ticket #698: Fixed the silly bug of possible NULL opt access. by Nanang Izzuddin · 16 years ago
  55. becb31b Minor fix sin simpleua.c sample: should put authentication scheme in the sample snippet for authentication by Benny Prijono · 16 years ago
  56. 605c124 Fixed ticket #696: Wrong timestamp calculation causing RTCP clock skew (thanks Guido Fischer for the fix!) by Benny Prijono · 16 years ago
  57. c9361a9 Inconsistent implementation vs documentation in pjsip_endpt_create_request_from_hdr(): it should allow NULL Call-ID to be specified. Thanks Cedric Leveque for the report by Benny Prijono · 16 years ago
  58. 8f2a050 Fixed ticket #689: Deadlock caused by ICE media transport (thanks Alain Totouom for the report) by Benny Prijono · 16 years ago
  59. 1a9b7a2 Ticket #680: Wrong frame size passed to sound port player callback by Symbian APS. by Nanang Izzuddin · 16 years ago
  60. 459a0ff - by Benny Prijono · 16 years ago
  61. 58704d5 Ticket #680: by Nanang Izzuddin · 16 years ago
  62. f84081d - by Benny Prijono · 16 years ago
  63. 8a0e97b Fixed exception error on the Python test due to child process already exiting by Benny Prijono · 16 years ago
  64. bf7b842 Added dummy configure test for VS and Symbian tests and don't stop the whole tests when exception thrown from ccdash by Benny Prijono · 16 years ago
  65. c543e9e Support for IPP version 6.0 (the usc.lib has been renamed to speech.lib for Windows) by Benny Prijono · 16 years ago
  66. 456e58f Fixed error with platform detection in cdash test by Benny Prijono · 16 years ago
  67. d596267 Test refinements for mingw etc. by Benny Prijono · 16 years ago
  68. 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
  69. 32d267b Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs by Benny Prijono · 16 years ago
  70. 95b5340 Fixed unreached code, deprecated fopen(), unused arguments, and other warnings with MSVC by Benny Prijono · 16 years ago
  71. b9bcb83 Fixed wrong exe output name in pjmedia-test VS8 project by Benny Prijono · 16 years ago
  72. fee946b Added Symbian test configurator by Benny Prijono · 16 years ago
  73. 0b26293 CDash test for MSVC by Benny Prijono · 16 years ago
  74. 1ac5bfa Removed the check for NDEBUG (it failed the test on release mode) by Benny Prijono · 16 years ago
  75. df26901 Added pjmedia-test, pjnath-test, and pjsip-test to VS8 solution, and changed the exe output names to the more standard naming convention (for the cdash test) by Benny Prijono · 16 years ago
  76. 9be224f Added copyright text in python test files by Benny Prijono · 16 years ago
  77. 3978603 Changed eol-style on README.TXT, and clean up cfg_site_sample.py by Benny Prijono · 16 years ago
  78. 49048d9 Added cdash framework for pjsip tests. Currently there is only test framework for GNU by Benny Prijono · 16 years ago
  79. 43b6ece Added --list argument to list tests in runall.py, and fixed build.mak location error due to moving test directory last time by Benny Prijono · 16 years ago
  80. fb1edcb Changed version to 1.0.1 by Benny Prijono · 16 years ago
  81. 9c3aa5d Ticket #688: Memory leak on Solaris 10 with pjlib's mutex (thanks Andrey Kobtsev for the fix) by Benny Prijono · 16 years ago
  82. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  83. 868fbc9 Removed global optimization setting from libsrtp VS project since it causes link warning with VS 2005 SP1 by Benny Prijono · 16 years ago
  84. 945aeb2 Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests by Benny Prijono · 16 years ago
  85. 9522ff2 Minor update on resolver test to use 'unrestricted' ports (>1024) in socket bindings. by Nanang Izzuddin · 16 years ago
  86. 2929e38 More ticket #686: bug in handling strayed callback by Benny Prijono · 16 years ago
  87. a199cb7 Added note about what may be causing WSAEINVAL error in pj_inet_pton() with IPv6 by Benny Prijono · 16 years ago
  88. e3b0be2 Minor fix to avoid uninitialized variable warning with MSVC 6 release build by Benny Prijono · 16 years ago
  89. c693f4d Fixed ticket #686: Failure to cancel outstanding DNS SRV query job (API change) by Benny Prijono · 16 years ago
  90. 838cb32 Cleaned up compile warnings (on gcc 4.0.1). by Nanang Izzuddin · 16 years ago
  91. 20da799 Fixed minor gcc compilation warnings by Benny Prijono · 16 years ago
  92. 0ec4906 Added commdb.lib and apengine.lib to symbian_ua.mmp for the (optional) IAP selection feature by Benny Prijono · 16 years ago
  93. de74a02 Changed error log verbosity from 4 to 2 by Benny Prijono · 16 years ago
  94. 4b55e0a Some minor changes: use log level 3, and change some default settings by Benny Prijono · 16 years ago
  95. 55c6ecc Ticket 685: Crash or assertion on debug mode when processing large SIP packet by Benny Prijono · 16 years ago
  96. 2285e7e Ticket 684: protect the memory allocation for TX packet with try/catch, and fixed various transmit data buffer leaks when transmission fails immediately by Benny Prijono · 16 years ago
  97. 82f7a41 Ticket #675: by Nanang Izzuddin · 16 years ago
  98. 0b44035 Workaround for ticket #683: Crash/segfault on pjmedia_wsola_create() on ARM9 platform with GCC optimizations by Benny Prijono · 16 years ago
  99. 6e7e9cd Minor update on silence detector to increase trace verbosity level. by Nanang Izzuddin · 16 years ago
  100. 74f8746 Ticket #661: Fixed transport ICE in verifying possibilities of RTCP settings in the SDP. by Nanang Izzuddin · 16 years ago