summaryrefslogtreecommitdiffstats
path: root/remoting/host/audio_scheduler.cc
Commit message (Expand)AuthorAgeFilesLines
* Create the desktop environment before any of the channel were connected.alexeypa@chromium.org2013-05-011-30/+20
* remoting: Kill the base::Passed(foo.Pass()) meme.tfarina@chromium.org2013-01-221-1/+1
* Making DesktopEnvironment a factory class used by ClientSession to create aud...alexeypa@chromium.org2013-01-161-14/+10
* Fix AudioScheduler and VideoScheduler creation.wez@chromium.org2012-12-081-15/+30
* Simplify the AudioScheduler implementation.wez@chromium.org2012-10-231-48/+34
* Implementation for a lightweight audio toggle.rmsousa@chromium.org2012-10-191-1/+16
* Use a separate thread for audio capturing and encoding.sergeyu@chromium.org2012-09-011-7/+7
* [Chromoting] Fix crash when encoded audio packet is empty.garykac@chromium.org2012-08-281-3/+9
* Piping for audio encoding.kxing@chromium.org2012-08-011-2/+8
* Changed AudioCapturer::Start() to return bool.kxing@chromium.org2012-07-201-0/+1
* Piping for host-side audio capturekxing@chromium.org2012-07-131-0/+95