1. b44b907 Rename ScopedComPtr::get() to ScopedComPtr::Get() by robliao · 8 years ago
  2. 9212cb4 Rename ScopedComPtr::Release() to ScopedComPtr::Reset() by robliao · 8 years ago
  3. b40182a [Chromoting] Audio playback won't work after switching default playback device by zijiehe · 9 years ago
  4. fc96e4f Support audio in curtain mode, and use endpoint volume instead of session volume to adjust audio stream by zijiehe · 9 years ago
  5. 0765c49 Convert //remoting to use std::unique_ptr by dcheng · 9 years ago
  6. 3ba26c00 Add volume control for windows host by zijiehe · 9 years ago
  7. 1417e013 Use std::move() instead of .Pass() in remoting/host by sergeyu · 10 years ago
  8. c5960f3 Switch to standard integer types in remoting/host/. by avi · 10 years ago
  9. 8c3eb80 base: Template methods on Timer classes instead of the classes themselves. by danakj · 10 years ago
  10. 7bc8760 Replace AudioScheduler with AudioPump. by sergeyu · 11 years ago
  11. c5f104b replace NULL->nullptr in src/remoting. by sergeyu · 11 years ago
  12. 2d69088 Use make_scoped_ptr() in src/remoting. by sergeyu · 11 years ago
  13. d21aa874 Fix Windows audio capturer to handle AUDCLNT_BUFFERFLAGS_SILENT flag. by [email protected] · 12 years ago
  14. a21883d Avoid reporting the same error multiple times when repeatedly capturing audio packets. by [email protected] · 12 years ago
  15. 881de5e Better silence detection in audio capturers by [email protected] · 13 years ago
  16. 02037c6 Don't use ScopedCOMInitializer in AudioCapturerWin by [email protected] · 13 years ago
  17. e8aaf2ca Implement audio capturer for chromoting host on Linux. by [email protected] · 13 years ago
  18. 91d3a7d Silence detection test for the Windows audio capturer. by [email protected] · 13 years ago
  19. 922ecc3 Added more error checking for audio packets. by [email protected] · 13 years ago
  20. 37a770b0 Modified Windows buffer size to avoid audio glitches. by [email protected] · 13 years ago
  21. a88e2db Changed AudioPacket data to a repeated field. by [email protected] · 13 years ago
  22. abad505 Piping for audio encoding. by [email protected] · 13 years ago
  23. 07cb35f Not streaming packets of silence. by [email protected] · 13 years ago
  24. ca148891 Added support for multiple sampling rates on Windows. by [email protected] · 13 years ago
  25. 339abeca Changed AudioCapturer::Start() to return bool. by [email protected] · 13 years ago
  26. c9bdcbd Audio capture for Windows. by [email protected] · 13 years ago