1. 45f2f35 Misc (ticket #772): bug in pjsua application when reading the URL from the buddy list, causing corrupt/invalid URI to be returned by Benny Prijono · 15 years ago
  2. f484a1d Ticket #774: Fixed generation of G722.1 modes list in enum_codec(). by Nanang Izzuddin · 15 years ago
  3. ca97b5f More ticket #774 (re: g722): some modifications in VS6 projects/workspace by Benny Prijono · 15 years ago
  4. 57b8857 Ticket #774: by Nanang Izzuddin · 15 years ago
  5. 56aaca9 Misc (ticket #772): added missing hash_test.c in pjlib-test eVC4 project by Benny Prijono · 15 years ago
  6. 045ce3e Misc (ticket #772): added pjmedia-audiodev dependency for PocketPJ in EVC4 workspace by Benny Prijono · 15 years ago
  7. f1a47b8 Ticket #764: Bug with milliseconds time resolution in WinCE/Windows Mobile targets (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  8. 7433805 Addition of Debug-Static, Debug-Dynamic, Release-Static, and Release-Dynamic build configuration for Visual Studio, for Win32 target by Perry Ismangil · 15 years ago
  9. fc96d5b Ticket #771 (auddev-misc): Minor fix in auddemo menu. by Nanang Izzuddin · 15 years ago
  10. f46a69b Ticket #771 (auddev-misc): Fixed handle leak in WMME, handle of thread quit event never got closed. by Nanang Izzuddin · 15 years ago
  11. 719f739 Ticket #771 (auddev-misc): Fixed WMME impl to allow buffer burst processing. by Nanang Izzuddin · 15 years ago
  12. 21286f2 Ticket #771 (auddev-misc): by Nanang Izzuddin · 15 years ago
  13. ccf3e24 Ticket #769: Bug in select ioqueue: event counter may exceed maximum value, causing stack corruption (thanks Joel Dodson for the report) by Benny Prijono · 16 years ago
  14. fbb6810 Updated version to 1.1-trunk by Benny Prijono · 16 years ago
  15. 829db09 Changed version to 1.1 by Benny Prijono · 16 years ago
  16. f6945dd Failed in pjnath-test due to ticket #742 by Benny Prijono · 16 years ago
  17. 713587c More ticket #747: the previous fix in r2505 causes parsing IPv6 address in Via to fail. Also added some torture messages in the SIP message test vectors. by Benny Prijono · 16 years ago
  18. 729d01a APS-direct fix (ticket #738): G.711 is disabled accidently by Benny Prijono · 16 years ago
  19. 83372f4 Part of APS-Direct (ticket #738): crash in stream.c when stream_info->param is NULL by Benny Prijono · 16 years ago
  20. 733a5f6 Ticket #755: segfault with IPv6 transport (thanks Cedric Levequ for the report) by Benny Prijono · 16 years ago
  21. eaed311 Ticket #737: Updated eVC 4 projects to support for the new audio device API. by Nanang Izzuddin · 16 years ago
  22. 51fc47f Fixed warnings about unchecked fgets() return value with gcc 4 by Benny Prijono · 16 years ago
  23. 6b6fce1 Compilation warnings in IPP codec (misc fixes, ticket #720) by Benny Prijono · 16 years ago
  24. e1f8eda Ticket #753: Fixed timestamp increment in clock thread to consider the channel count, also renamed the field name from samples_per_frame to timestamp_inc. by Nanang Izzuddin · 16 years ago
  25. a3aa6f9 Ticket #737: Minor fix for auddemo.c, disable its log color (that may cause log unreadable on bright/white shell background). by Nanang Izzuddin · 16 years ago
  26. 6f7d5a1 Ticket #737: Fixed assertion when auddev is opened in playback direction only. by Nanang Izzuddin · 16 years ago
  27. ae53fdc Documentation error for pj_timer_heap_poll(): if no timer exists, the second part of timeval will be filled with PJ_MAXINT32 and not -1. Thanks Phil Torre for the report by Benny Prijono · 16 years ago
  28. f32d7ad Ticket #751: Incorrect table based CRC32 calculation on big endian platforms (thanks Ruud Klaver for the fix) by Benny Prijono · 16 years ago
  29. d24c7aa Ticket #729: MacOS X endianness detection on universal build (thanks Ruud Klaver for the patch) by Benny Prijono · 16 years ago
  30. 275539b Wrong payload type for L16/48Khz stereo codec (thanks Yann for the report) by Benny Prijono · 16 years ago
  31. 34f4066 Ticket #739: Fixed static libs ordering in symbian_ua.mmp based on dependencies, most to least depeendent. by Nanang Izzuddin · 16 years ago
  32. 11951c3 Ticket #716 (app misc): fixed info of ilbc default mode in pjsua app menu. by Nanang Izzuddin · 16 years ago
  33. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  34. d9e8dfe Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475): by Benny Prijono · 16 years ago
  35. 05b2528 Fixed Symbian APS auddev that Stop() should wait until initialization completed (if initialization is on progress). by Nanang Izzuddin · 16 years ago
  36. fa92382 - updated delay statistic calculations to use pj_math_stat, also added by Nanang Izzuddin · 16 years ago
  37. df7937c Fixed Symbian APS auddev to apply output volume param in stream creation. by Nanang Izzuddin · 16 years ago
  38. ccd90bb Continuing task #741 for aps-direct: updated GNU build system for the new audiodev by Benny Prijono · 16 years ago
  39. 08694ea - Added feature to increase/decrease output volume in symbian_ua by Nanang Izzuddin · 16 years ago
  40. 5ba56a5 Part of task/ticket #741: updated VS 2005 project for audiodev by Benny Prijono · 16 years ago
  41. fcb92d0 - updated APS set_cap() to store output volume setting into stream param. by Nanang Izzuddin · 16 years ago
  42. e506c8c Disable echo cancellation related setting from pjsua_aud_get/set_setting() by Benny Prijono · 16 years ago
  43. 09b0ff6 Bug fixes from last changes: by Benny Prijono · 16 years ago
  44. 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
  45. 85bdaa8 WMME returns the updated volume setting in get_param() by Benny Prijono · 16 years ago
  46. f798e50 BIG refactoring in pjsua_media.c: by Benny Prijono · 16 years ago
  47. 7a38000 PJMEDIA/PJMEDIA-AUDIODEV update: by Benny Prijono · 16 years ago
  48. da37ea3 - Fixed compile errors/warnings for Symbian targets. by Nanang Izzuddin · 16 years ago
  49. 7dc6b41 - Removed lines of "force to use C++ compiler" in some Symbian MMPs by Nanang Izzuddin · 16 years ago
  50. 64f9138 Ticket #736 (aps-direct branch): implemented the compatibility layer for the old sound API by Benny Prijono · 16 years ago
  51. 8eeab0b Ticket #734: error codes in audiodev by Benny Prijono · 16 years ago
  52. 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
  53. 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
  54. 79c323a Ticket #744: Jitter buffer does not discard duplicate frame if it is currently empty (thanks Mårten Wikström for the report) by Benny Prijono · 16 years ago
  55. 9158a3a Ticket #742: Change in mapped/STUN IP address does not update ICE srflx candidate (thanks Alexei Kuznetsov for the report) by Benny Prijono · 16 years ago
  56. 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
  57. 90b8320 Ticket #732: by Nanang Izzuddin · 16 years ago
  58. 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
  59. 6d17d50 Updated check condition in creating aud dev Symbian MDA. by Nanang Izzuddin · 16 years ago
  60. 7c3659f Ticket #730: Fixed stream to convert units of jitter buffer params, from msecs (in stream info) to frame counts (for jitter buffer). by Nanang Izzuddin · 16 years ago
  61. 689f8a8 Fixed warning in audiodev, and link error in symbian mda audio driver by Benny Prijono · 16 years ago
  62. a940b36 - Updated Symbian bld.inf & MMP projects to use new audio framework. by Nanang Izzuddin · 16 years ago
  63. 2e98879 - Disable EC in sound port when codec is used in sound device by Benny Prijono · 16 years ago
  64. eef2a87 - Added main doxygen documentations for audiodev by Benny Prijono · 16 years ago
  65. 69afbf1 Compilation error in conf_switch due to last commit by Benny Prijono · 16 years ago
  66. 5fad7be Some testing in wmme_dev.c before changing it to use WMME callback interface by Benny Prijono · 16 years ago
  67. 2058f47 - Added pjmedia-audiodev/config.h by Benny Prijono · 16 years ago
  68. 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
  69. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  70. 5efbdf2 Added Symbian audio (Mda) to audio dev. by Nanang Izzuddin · 16 years ago
  71. 1b79114 Added volume settings capability to Symbian APS audiodev. by Nanang Izzuddin · 16 years ago
  72. 1c1c7d4 Added Symbian S60 APS device in audiodev by Nanang Izzuddin · 16 years ago
  73. 555139d Updated audio test by Benny Prijono · 16 years ago
  74. e3ebd55 Added audiotest and initial work on audio demo sample by Benny Prijono · 16 years ago
  75. 418e0a4 Fixed checking macro in pjsua-lib for Symbian APS audio routing. by Nanang Izzuddin · 16 years ago
  76. 452b66b - Updated audio route API for Symbian APS. by Nanang Izzuddin · 16 years ago
  77. fe02a06 - Added APS-direct sound device management into pjsua-lib (and removed it from apps). by Nanang Izzuddin · 16 years ago
  78. 598b01d Added WMME device in audiodev by Benny Prijono · 16 years ago
  79. 2cd64f8 Initial checkin for pjmedia_audiodev by Benny Prijono · 16 years ago
  80. 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
  81. 83457d5 Changed term 'fourcc' to 'format' and few minor fixes/updates. by Nanang Izzuddin · 16 years ago
  82. 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
  83. 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
  84. 3405e2a Ticket #728: by Nanang Izzuddin · 16 years ago
  85. b7dfc9c Added APS-Direct emulation to sound port and pjsua_app.c, also fixed miscellaneous compilation warnings by Benny Prijono · 16 years ago
  86. 451b2c5 Ticket #726: bug in parsing tel: URI causing syntax error in processing the request (thanks David Weidenkopf for the report) by Benny Prijono · 16 years ago
  87. 798bf45 Updated symbian_ua menu, adding commands to test codecs & audio routing, removing 'less used' commands. by Nanang Izzuddin · 16 years ago
  88. 64fea43 Fixed the way of stacking PCMU/A frames for APS player callback. by Nanang Izzuddin · 16 years ago
  89. 6627f3e Minor fix (ticket #724): set default pjsua_config.max_calls to PJSUA_MAX_CALLS if PJSUA_MAX_CALLS is lower than 4 (thanks Dan Aberg for the suggestion) by Benny Prijono · 16 years ago
  90. 124893c Ticket #722: Fixed VoIP metrics calculations in RTCP-XR for cases of no gap, no burst, and no both. by Nanang Izzuddin · 16 years ago
  91. 86ea38b Minor fix/ticket #720: removed unused var & memory allocation in stream. by Nanang Izzuddin · 16 years ago
  92. d5c54ab - Fixed conf switch on reinit-ing conf port TX buf. by Nanang Izzuddin · 16 years ago
  93. bfa860b - Added support for codec ILBC, G729, and AMR. by Nanang Izzuddin · 16 years ago
  94. e788a48 Ticket #695: Inserted wait loop between stop() & close() of APS client session to allow 'APS server' performs clean stop (it is APS server who suffers panic KERN-EXEC 0). by Nanang Izzuddin · 16 years ago
  95. f17942e Ticket #718: Crash when handling incoming request without rport (thanks Norma Steveley and Seth Hinze for the report) by Benny Prijono · 16 years ago
  96. 98d8c95 Ticket #716 (miscellaneous): write nameserver settings in dump config in pjsua_app.c by Benny Prijono · 16 years ago
  97. 18ece2f Allow SIP messages in mod_sendto.py to insert fields (ticket #707) by Benny Prijono · 16 years ago
  98. 4906604 - Fixed pjmedia_frame_ext_pop_subframes() in calculating len. by Nanang Izzuddin · 16 years ago
  99. 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
  100. 389d326 - Fixed pjmedia_frame_ext helper functions, it didn't involve sizeof(bitlen) in calculating subframe address. by Nanang Izzuddin · 16 years ago