summaryrefslogtreecommitdiffstats
path: root/remoting/host/audio_capturer_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace AudioScheduler with AudioPump.sergeyu2015-02-131-9/+1
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-1/+1
* Fix audio capturing on Linux with newer versions of Pulseaudio.sergeyu@chromium.org2014-06-151-8/+5
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Better silence detection in audio capturerssergeyu@chromium.org2013-01-021-1/+9
* Tear down AudioPipeReader on host shutdown, to release audio thread.wez@chromium.org2012-11-201-2/+7
* Fix Linux AudioPipeReader creation & teardown.wez@chromium.org2012-11-201-1/+1
* Fix AudioCapturer implementation to read from audio pipe even when there are ...sergeyu@chromium.org2012-11-011-143/+25
* Remove CommandLine dependency from the Linux's AudioCapturer.sergeyu@chromium.org2012-09-141-7/+14
* Fix AudioCapturer::Create() to handle the case when audio is disabled.sergeyu@chromium.org2012-09-121-1/+2
* Drop silent packets in the Linux audio capturer.sergeyu@chromium.org2012-09-121-9/+27
* Implement audio capturer for chromoting host on Linux.sergeyu@chromium.org2012-09-111-3/+160
* Audio capture for Windows.kxing@chromium.org2012-07-191-0/+15