1. c45d951 Migration of current video works from private repository to this repository. This closed #1176 by Benny Prijono · 14 years ago
  2. 0e7071c Ticket #968: Fixed WMME factory initialization to just return PJ_SUCCESS when no audio device is installed. by Nanang Izzuddin · 15 years ago
  3. 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
  4. 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
  5. f46a69b Ticket #771 (auddev-misc): Fixed handle leak in WMME, handle of thread quit event never got closed. by Nanang Izzuddin · 15 years ago
  6. 719f739 Ticket #771 (auddev-misc): Fixed WMME impl to allow buffer burst processing. by Nanang Izzuddin · 16 years ago
  7. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  8. 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
  9. 85bdaa8 WMME returns the updated volume setting in get_param() by Benny Prijono · 16 years ago
  10. 7a38000 PJMEDIA/PJMEDIA-AUDIODEV update: by Benny Prijono · 16 years ago
  11. 64f9138 Ticket #736 (aps-direct branch): implemented the compatibility layer for the old sound API by Benny Prijono · 16 years ago
  12. 8eeab0b Ticket #734: error codes in audiodev by Benny Prijono · 16 years ago
  13. 2e98879 - Disable EC in sound port when codec is used in sound device by Benny Prijono · 16 years ago
  14. 5fad7be Some testing in wmme_dev.c before changing it to use WMME callback interface by Benny Prijono · 16 years ago
  15. 2058f47 - Added pjmedia-audiodev/config.h by Benny Prijono · 16 years ago
  16. 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
  17. 10454dc Updated libraries and applications to use the new Audio Device API by Benny Prijono · 16 years ago
  18. 598b01d Added WMME device in audiodev by Benny Prijono · 16 years ago