index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
audio
/
linux
/
audio_manager_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable the device selection for linux and mac by passing a device unique id f...
xians@chromium.org
2011-11-22
1
-8
/
+12
*
Make pulseaudio available for all posix platforms and add support on OpenBSD.
scherkus@chromium.org
2011-11-18
1
-1
/
+1
*
Revert 110584 - Make pulseaudio available for all posix platforms and add sup...
scherkus@chromium.org
2011-11-17
1
-1
/
+1
*
Make pulseaudio available for all posix platforms and add support on OpenBSD.
scherkus@chromium.org
2011-11-17
1
-1
/
+1
*
Reland the CL 8162015.
xians@chromium.org
2011-10-29
1
-57
/
+130
*
Revert 106513 - The first step to add device selection to linux.
garykac@chromium.org
2011-10-20
1
-128
/
+57
*
The first step to add device selection to linux.
xians@chromium.org
2011-10-20
1
-57
/
+128
*
There is a complain from Valgrind about invalid memory access in snd_device_n...
xians@chromium.org
2011-09-15
1
-14
/
+18
*
PulseAudio Sound Playback on Linux
slock@chromium.org
2011-08-19
1
-9
/
+20
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
1
-2
/
+2
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-14
1
-1
/
+2
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
1
-2
/
+2
*
Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but...
enal@chromium.org
2011-06-08
1
-5
/
+6
*
Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...
scherkus@chromium.org
2011-06-01
1
-4
/
+87
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
1
-7
/
+3
*
Adds method to invoke platform provided audio input UI.
satish@chromium.org
2011-03-01
1
-0
/
+21
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-2
/
+2
*
Move audio output number limit to AudioManager.
sergeyu@chromium.org
2010-11-30
1
-0
/
+8
*
Implemented AudioOutputProxy.
sergeyu@chromium.org
2010-11-24
1
-0
/
+5
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
1
-7
/
+5
*
Implement audio recording for Linux via ALSA.
satish@chromium.org
2010-09-02
1
-6
/
+34
*
This test now works for the mac audio capture code as well, and in a future C...
satish@chromium.org
2010-09-02
1
-1
/
+1
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
1
-22
/
+12
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-25
1
-26
/
+7
*
Revert 57254 - Share one thread between all AudioOutputControllers instead of...
scherkus@chromium.org
2010-08-24
1
-7
/
+26
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-24
1
-26
/
+7
*
Add a fake audio input stream for testing purposes.
satish@chromium.org
2010-07-15
1
-0
/
+6
*
Add recording capability to AudioManager, and implemented on windows using th...
satish@chromium.org
2010-07-14
1
-1
/
+16
*
Rename a header and some methods to make way for subsequent audio recording a...
satish@chromium.org
2010-07-12
1
-6
/
+7
*
Some fixups for AudioController and unit tests
hclam@chromium.org
2010-06-22
1
-0
/
+6
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
1
-2
/
+5
*
Move Alsa device opening into the audio thread, and add in support for multi-...
ajwong@chromium.org
2009-10-16
1
-8
/
+10
*
Threadsafe access to AudioSource callback. Release stream on close. Handle er...
ajwong@chromium.org
2009-08-21
1
-4
/
+9
*
Reimplement the AlsaPcmOutputStream and fix the threading issues.
ajwong@chromium.org
2009-08-04
1
-10
/
+28
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@google.com
2009-07-22
1
-11
/
+10
*
Revert r21137 to fix Chromium mac valgrind
hclam@chromium.org
2009-07-21
1
-10
/
+11
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@chromium.org
2009-07-21
1
-11
/
+10
*
Change default audio device from "plug:default" to "default".
ajwong@chromium.org
2009-05-27
1
-1
/
+1
*
Third attempt at http://codereview.chromium.org/115276
ajwong@chromium.org
2009-05-21
1
-3
/
+64
*
Revert r16622
estade@chromium.org
2009-05-21
1
-64
/
+3
*
Reapply http://codereview.chromium.org/115276
ajwong@chromium.org
2009-05-21
1
-3
/
+64
*
Revert http://codereview.chromium.org/115276
ajwong@chromium.org
2009-05-21
1
-64
/
+3
*
This iteration creates one message loop per audio output stream that is respo...
ajwong@chromium.org
2009-05-21
1
-3
/
+64
*
Construct AudioRendererHost in BrowserRendererProcessHost, also construct
hclam@chromium.org
2009-02-11
1
-0
/
+10