1. 0b9da64 Ticket #793: Updated (IPP) AMR codec to choose mode in the mode-set based on default mode setting. by Nanang Izzuddin · 15 years ago
  2. 18a9ef1 Ticket #793: Updated (IPP) AMR codec to choose the highest mode in mode-set. by Nanang Izzuddin · 15 years ago
  3. c24ead6 Ticket #834: by Nanang Izzuddin · 15 years ago
  4. 9f25ec0 Ticket #862: Updated validations of SRTP crypto attribute. by Nanang Izzuddin · 15 years ago
  5. 38faa59 Ticket #849: Updated warning log level and message. by Nanang Izzuddin · 15 years ago
  6. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  7. f82645e Minor (#838): should not print sound device creation to the log when the conference bridge is created with PJMEDIA_CONF_NO_DEVICE (thanks Fabio Cherchi for the report) by Benny Prijono · 15 years ago
  8. f501166 Ticket #820: Fixed sound port to return zero-filled audio frame when there is 'problem' getting frame from remote port ('no_frame' label), this seems to fix stutter noise issue on Mac. by Nanang Izzuddin · 15 years ago
  9. 551ace8 Ticket #819: by Nanang Izzuddin · 15 years ago
  10. 2eabad9 More ticket #774: fixed G.722.1 compilation warnings on linux/gcc-4.3.2 by Benny Prijono · 15 years ago
  11. d5190be Ticket #762: Fixed jitter buffer in handling DTX with relative short period of 'keep alive', e.g: Speex DTX seems to periodically send a keep alive frame every 20 silence frames. by Nanang Izzuddin · 15 years ago
  12. 3105be6 Fixed ticket #812: Noise with Symbian MDA sound backend when making a call by Benny Prijono · 15 years ago
  13. 39d733b Ticket #762: Cleaned up jbuf.c of unused function jb_framelist_origin(). by Nanang Izzuddin · 15 years ago
  14. 2e4f03f Cleaned up bunch of compile warnings. Special for libgsmcodec, its warning level is reduced from 4 to 3. by Nanang Izzuddin · 15 years ago
  15. 60e31fc Fixed ticket #794: Bug with generating SDP version in origin line (thanks Joel Dodson for the report) by Benny Prijono · 15 years ago
  16. 8496b93 More ticket #774: added option to shift PCM input to encoder right by some value (default is 1) to make it compatible with some other app by Benny Prijono · 15 years ago
  17. 3594ab3 More ticket #774: optimization for siren7/siren14 codecs by Benny Prijono · 15 years ago
  18. 8604b14 More ticket #774: added more ITU test vectors for siren codecs by Benny Prijono · 15 years ago
  19. d4c751e More ticket #774: updated VS6, VS8, and Makefile for the Siren7/Siren14 test vectors by Benny Prijono · 15 years ago
  20. 1dc0da7 More ticket #774: added g.722.1c test vectors by Benny Prijono · 15 years ago
  21. 7d8043a Ticket #771 (misc fix): Added G.722.1 codec to mips test, also added macro protections for codec usages. by Nanang Izzuddin · 15 years ago
  22. 019e35b Ticket #772 (misc fix): Changed var 'test' from a global var to static var, since there was naming conflict with libg7221codec. by Nanang Izzuddin · 15 years ago
  23. 2765981 Ticket #774: Minor fix, reset mode counter in g7221_init(). by Nanang Izzuddin · 15 years ago
  24. 56e380a Ticket #774: by Nanang Izzuddin · 15 years ago
  25. 69b69ae Ticket #788: Updated pjsua_media_subsys_init() to perform SRTP library initialization. by Nanang Izzuddin · 15 years ago
  26. 5549667 Ticket #762: Replaced stricmp() with pj_ansi_stricmp() for cross platform compatibility. by Nanang Izzuddin · 15 years ago
  27. b070811 Ticket #772 (misc): Updated stream_destroy() to call jbuf_destroy(). by Nanang Izzuddin · 15 years ago
  28. 94974cc Ticket #762: Updated delay calculation method & added statistic report in jbuf_destroy(). by Nanang Izzuddin · 15 years ago
  29. ff55744 Ticket #762: Fixed jbuf in handling far sequence jump (the distance is over jbuf capacity) while jbuf is empty. by Nanang Izzuddin · 15 years ago
  30. b67116c Ticket #781: Fixed conf bridge API functions to have mutex protection when accessing ports. by Nanang Izzuddin · 15 years ago
  31. 97539ce Ticket #777: Rechecked & updated audio switch board functions to make sure they have mutex protection in accessing conf ports. by Nanang Izzuddin · 15 years ago
  32. ad4bb0a Ticket #762: Updated JB test: by Nanang Izzuddin · 15 years ago
  33. 127b4dd Ticket #762: Major updates on jitter buffer: by Nanang Izzuddin · 15 years ago
  34. 1b9f46b Ticket #778: Fixed IPP G722.1 codec to aware about endianness in packing/decoding G722.1 RTP payload. by Nanang Izzuddin · 15 years ago
  35. 134989a Ticket #774: Fixed G722.1 codec to aware about endianness in packing/unpacking RTP payload (the underlying implementation, ITU impl ref, works with 16-bits coded data). by Nanang Izzuddin · 15 years ago
  36. f87f67c Ticket #768: Media initialization returns error if no audio device is detected by Benny Prijono · 15 years ago
  37. f484a1d Ticket #774: Fixed generation of G722.1 modes list in enum_codec(). by Nanang Izzuddin · 15 years ago
  38. 57b8857 Ticket #774: by Nanang Izzuddin · 15 years ago
  39. f46a69b Ticket #771 (auddev-misc): Fixed handle leak in WMME, handle of thread quit event never got closed. by Nanang Izzuddin · 16 years ago
  40. 719f739 Ticket #771 (auddev-misc): Fixed WMME impl to allow buffer burst processing. by Nanang Izzuddin · 16 years ago
  41. 21286f2 Ticket #771 (auddev-misc): by Nanang Izzuddin · 16 years ago
  42. 83372f4 Part of APS-Direct (ticket #738): crash in stream.c when stream_info->param is NULL by Benny Prijono · 16 years ago
  43. 6b6fce1 Compilation warnings in IPP codec (misc fixes, ticket #720) by Benny Prijono · 16 years ago
  44. 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
  45. 6f7d5a1 Ticket #737: Fixed assertion when auddev is opened in playback direction only. by Nanang Izzuddin · 16 years ago
  46. 275539b Wrong payload type for L16/48Khz stereo codec (thanks Yann for the report) by Benny Prijono · 16 years ago
  47. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  48. 05b2528 Fixed Symbian APS auddev that Stop() should wait until initialization completed (if initialization is on progress). by Nanang Izzuddin · 16 years ago
  49. fa92382 - updated delay statistic calculations to use pj_math_stat, also added by Nanang Izzuddin · 16 years ago
  50. df7937c Fixed Symbian APS auddev to apply output volume param in stream creation. by Nanang Izzuddin · 16 years ago
  51. fcb92d0 - updated APS set_cap() to store output volume setting into stream param. by Nanang Izzuddin · 16 years ago
  52. 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
  53. 85bdaa8 WMME returns the updated volume setting in get_param() by Benny Prijono · 16 years ago
  54. 7a38000 PJMEDIA/PJMEDIA-AUDIODEV update: by Benny Prijono · 16 years ago
  55. da37ea3 - Fixed compile errors/warnings for Symbian targets. by Nanang Izzuddin · 16 years ago
  56. 64f9138 Ticket #736 (aps-direct branch): implemented the compatibility layer for the old sound API by Benny Prijono · 16 years ago
  57. 8eeab0b Ticket #734: error codes in audiodev by Benny Prijono · 16 years ago
  58. 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
  59. 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
  60. 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
  61. 6d17d50 Updated check condition in creating aud dev Symbian MDA. by Nanang Izzuddin · 16 years ago
  62. 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
  63. 689f8a8 Fixed warning in audiodev, and link error in symbian mda audio driver by Benny Prijono · 16 years ago
  64. a940b36 - Updated Symbian bld.inf & MMP projects to use new audio framework. by Nanang Izzuddin · 16 years ago
  65. 2e98879 - Disable EC in sound port when codec is used in sound device by Benny Prijono · 16 years ago
  66. 69afbf1 Compilation error in conf_switch due to last commit by Benny Prijono · 16 years ago
  67. 5fad7be Some testing in wmme_dev.c before changing it to use WMME callback interface by Benny Prijono · 16 years ago
  68. 2058f47 - Added pjmedia-audiodev/config.h by Benny Prijono · 16 years ago
  69. 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
  70. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  71. 5efbdf2 Added Symbian audio (Mda) to audio dev. by Nanang Izzuddin · 16 years ago
  72. 1b79114 Added volume settings capability to Symbian APS audiodev. by Nanang Izzuddin · 16 years ago
  73. 1c1c7d4 Added Symbian S60 APS device in audiodev by Nanang Izzuddin · 16 years ago
  74. 555139d Updated audio test by Benny Prijono · 16 years ago
  75. e3ebd55 Added audiotest and initial work on audio demo sample by Benny Prijono · 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. 64fea43 Fixed the way of stacking PCMU/A frames for APS player callback. by Nanang Izzuddin · 16 years ago
  87. 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
  88. 86ea38b Minor fix/ticket #720: removed unused var & memory allocation in stream. by Nanang Izzuddin · 16 years ago
  89. d5c54ab - Fixed conf switch on reinit-ing conf port TX buf. by Nanang Izzuddin · 16 years ago
  90. bfa860b - Added support for codec ILBC, G729, and AMR. by Nanang Izzuddin · 16 years ago
  91. 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
  92. 4906604 - Fixed pjmedia_frame_ext_pop_subframes() in calculating len. by Nanang Izzuddin · 16 years ago
  93. 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
  94. 389d326 - Fixed pjmedia_frame_ext helper functions, it didn't involve sizeof(bitlen) in calculating subframe address. by Nanang Izzuddin · 16 years ago
  95. 8cdba46 - Added pjmedia passthrough codec. by Nanang Izzuddin · 16 years ago
  96. 4e50262 Initial sources of APS-direct. by Nanang Izzuddin · 16 years ago
  97. 7da94e2 Fixed missing function declaration of pjmedia_snd_aps_activate_loudspeaker(). by Nanang Izzuddin · 16 years ago
  98. 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
  99. 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
  100. ec8718e Ticket #698: Fixed the silly bug of possible NULL opt access. by Nanang Izzuddin · 16 years ago