1. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  2. 5321ca7 Misc (re #1151): Fixed crash in coreaudio_dev when there is no call during an interruption. by Sauw Ming · 14 years ago
  3. 5c88404 Misc (re #1134): Fixed memory leak after getting audio route capability in coreaudio_dev by Sauw Ming · 14 years ago
  4. 2958061 Misc (re #1068): fixed various compilation warnings with Visual Studio 6 and 2005 by Benny Prijono · 14 years ago
  5. 5de1abb Fix #1093: - Fixed memory leak of CVoIPFormatIntfc instances in S60 VAS. by Nanang Izzuddin · 14 years ago
  6. 55a73cd Merge #1051 into the main trunk. by Sauw Ming · 14 years ago
  7. 8fd1693 Implemented ticket #1065: audiodev register/unregister feature by Sauw Ming · 14 years ago
  8. c4f30cc Ticket #1055: Fixed possibility of APS server panic in codec detection on few devices, e.g:N95, by adding short delay before closing APS session. by Nanang Izzuddin · 14 years ago
  9. 0048fbd More ticket #1055: by Nanang Izzuddin · 14 years ago
  10. c7166e5 Ticket #1055: Fixed infinite loop in stopping APS after initialization failed. by Nanang Izzuddin · 14 years ago
  11. 308d533 Ticket #1008: by Nanang Izzuddin · 15 years ago
  12. 60a0c9b Implemented ticket #1038: null audio device by Sauw Ming · 15 years ago
  13. 19a87c7 Initial implementation of ticket #1016: Native Linux ALSA audio device backend implementation by Benny Prijono · 15 years ago
  14. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  15. 0ff300c Undo r3074 for ticket #1028 as it is missing updated codec.h hence causing build errors (thanks Michael Bradley Jr for the report) by Benny Prijono · 15 years ago
  16. 7217505 Ticket #1028: by Nanang Izzuddin · 15 years ago
  17. fe0c127 Ticket #1025: Support for using different PortAudio installation/path by Benny Prijono · 15 years ago
  18. 9d0da8d Ticket #990: by Nanang Izzuddin · 15 years ago
  19. 793f939 Ticket #978: Fixed noise in APS G.729 playback/decoding on some devices by adopting G.729 SID/DTX frame handling from VAS implementation. by Nanang Izzuddin · 15 years ago
  20. 0e7071c Ticket #968: Fixed WMME factory initialization to just return PJ_SUCCESS when no audio device is installed. by Nanang Izzuddin · 15 years ago
  21. fa17c85 Misc fix (#951): WMME dev should zero-fill WAVEFORMATEX as much as WAVEFORMATEX struct size, instead of just PCMWAVEFORMAT size, as it potentially leads to WAVERR_BADFORMAT when it is used in opening audio device (thanks Johan Lantz for the report). by Nanang Izzuddin · 15 years ago
  22. cdf2c9c Misc (#915): added WAVE_FORMAT_DIRECT flag when opening waveIn/Out in WMME audio dev, hopefully it can reduce latency by Benny Prijono · 15 years ago
  23. fc279de Ticket #909: by Nanang Izzuddin · 15 years ago
  24. d687a50 Ticket #909: by Nanang Izzuddin · 15 years ago
  25. bb51e50 Misc (#838): don't print error if MDA MaiscRecordComplete() or MaoscPlayComplete() returns KErrCancel (-3) by Benny Prijono · 15 years ago
  26. d65f78c More ticket #876: - fixed crash when null-audio is used with switchboard by Benny Prijono · 15 years ago
  27. debe8e1 Ticket #853: ./configure with --disable-sound argument does not work by Benny Prijono · 15 years ago
  28. 551ace8 Ticket #819: by Nanang Izzuddin · 15 years ago
  29. 3105be6 Fixed ticket #812: Noise with Symbian MDA sound backend when making a call by Benny Prijono · 15 years ago
  30. f87f67c Ticket #768: Media initialization returns error if no audio device is detected by Benny Prijono · 15 years ago
  31. f46a69b Ticket #771 (auddev-misc): Fixed handle leak in WMME, handle of thread quit event never got closed. by Nanang Izzuddin · 16 years ago
  32. 719f739 Ticket #771 (auddev-misc): Fixed WMME impl to allow buffer burst processing. by Nanang Izzuddin · 16 years ago
  33. 21286f2 Ticket #771 (auddev-misc): by Nanang Izzuddin · 16 years ago
  34. 6f7d5a1 Ticket #737: Fixed assertion when auddev is opened in playback direction only. by Nanang Izzuddin · 16 years ago
  35. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  36. 05b2528 Fixed Symbian APS auddev that Stop() should wait until initialization completed (if initialization is on progress). by Nanang Izzuddin · 16 years ago
  37. fa92382 - updated delay statistic calculations to use pj_math_stat, also added by Nanang Izzuddin · 16 years ago
  38. df7937c Fixed Symbian APS auddev to apply output volume param in stream creation. by Nanang Izzuddin · 16 years ago
  39. fcb92d0 - updated APS set_cap() to store output volume setting into stream param. by Nanang Izzuddin · 16 years ago
  40. 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
  41. 85bdaa8 WMME returns the updated volume setting in get_param() by Benny Prijono · 16 years ago
  42. 7a38000 PJMEDIA/PJMEDIA-AUDIODEV update: by Benny Prijono · 16 years ago
  43. da37ea3 - Fixed compile errors/warnings for Symbian targets. by Nanang Izzuddin · 16 years ago
  44. 64f9138 Ticket #736 (aps-direct branch): implemented the compatibility layer for the old sound API by Benny Prijono · 16 years ago
  45. 8eeab0b Ticket #734: error codes in audiodev by Benny Prijono · 16 years ago
  46. 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
  47. 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
  48. 6d17d50 Updated check condition in creating aud dev Symbian MDA. by Nanang Izzuddin · 16 years ago
  49. 689f8a8 Fixed warning in audiodev, and link error in symbian mda audio driver by Benny Prijono · 16 years ago
  50. a940b36 - Updated Symbian bld.inf & MMP projects to use new audio framework. by Nanang Izzuddin · 16 years ago
  51. 2e98879 - Disable EC in sound port when codec is used in sound device by Benny Prijono · 16 years ago
  52. 5fad7be Some testing in wmme_dev.c before changing it to use WMME callback interface by Benny Prijono · 16 years ago
  53. 2058f47 - Added pjmedia-audiodev/config.h by Benny Prijono · 16 years ago
  54. 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
  55. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  56. 5efbdf2 Added Symbian audio (Mda) to audio dev. by Nanang Izzuddin · 16 years ago
  57. 1b79114 Added volume settings capability to Symbian APS audiodev. by Nanang Izzuddin · 16 years ago
  58. 1c1c7d4 Added Symbian S60 APS device in audiodev by Nanang Izzuddin · 16 years ago
  59. 555139d Updated audio test by Benny Prijono · 16 years ago
  60. e3ebd55 Added audiotest and initial work on audio demo sample by Benny Prijono · 16 years ago
  61. 598b01d Added WMME device in audiodev by Benny Prijono · 16 years ago
  62. 2cd64f8 Initial checkin for pjmedia_audiodev by Benny Prijono · 16 years ago