summaryrefslogtreecommitdiffstats
path: root/media/audio/linux/audio_manager_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-8/+12
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-181-1/+1
* Revert 110584 - Make pulseaudio available for all posix platforms and add sup...scherkus@chromium.org2011-11-171-1/+1
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-171-1/+1
* Reland the CL 8162015.xians@chromium.org2011-10-291-57/+130
* Revert 106513 - The first step to add device selection to linux.garykac@chromium.org2011-10-201-128/+57
* The first step to add device selection to linux.xians@chromium.org2011-10-201-57/+128
* There is a complain from Valgrind about invalid memory access in snd_device_n...xians@chromium.org2011-09-151-14/+18
* PulseAudio Sound Playback on Linuxslock@chromium.org2011-08-191-9/+20
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-2/+2
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+2
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+2
* Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but...enal@chromium.org2011-06-081-5/+6
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-011-4/+87
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-7/+3
* Adds method to invoke platform provided audio input UI.satish@chromium.org2011-03-011-0/+21
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-301-0/+8
* Implemented AudioOutputProxy.sergeyu@chromium.org2010-11-241-0/+5
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-7/+5
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-021-6/+34
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-021-1/+1
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-22/+12
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-26/+7
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-7/+26
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-26/+7
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-151-0/+6
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-141-1/+16
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-6/+7
* Some fixups for AudioController and unit testshclam@chromium.org2010-06-221-0/+6
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-2/+5
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-161-8/+10
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-211-4/+9
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-041-10/+28
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-11/+10
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-211-10/+11
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-211-11/+10
* Change default audio device from "plug:default" to "default".ajwong@chromium.org2009-05-271-1/+1
* Third attempt at http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-3/+64
* Revert r16622estade@chromium.org2009-05-211-64/+3
* Reapply http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-3/+64
* Revert http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-64/+3
* This iteration creates one message loop per audio output stream that is respo...ajwong@chromium.org2009-05-211-3/+64
* Construct AudioRendererHost in BrowserRendererProcessHost, also constructhclam@chromium.org2009-02-111-0/+10