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
/
alsa_output.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce Linux low latency buffer size to 512.
dalecurtis@google.com
2013-02-07
1
-6
/
+2
*
Revert 181105
vitalybuka@chromium.org
2013-02-07
1
-2
/
+6
*
Reduce Linux low latency buffer size to 512.
dalecurtis@chromium.org
2013-02-07
1
-6
/
+2
*
Use ChannelMixer where applicable. Remove FoldChannels.
dalecurtis@chromium.org
2012-10-20
1
-2
/
+7
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
1
-3
/
+4
*
AudioManager::Shutdown() can potentially happen before all the ALSA streams a...
xians@chromium.org
2012-06-05
1
-0
/
+6
*
Audio in linux became choppy after some system update, I suppose one of the r...
xians@chromium.org
2012-05-29
1
-0
/
+3
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
1
-4
/
+6
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-6
/
+4
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-4
/
+6
*
Update DCHECKs in AlsaPcmOutputStream to account for NULL message loop.
tommi@chromium.org
2012-02-15
1
-0
/
+4
*
Make linux output streams consistent with other output stream implementations.
tommi@chromium.org
2011-12-14
1
-23
/
+6
*
Add OVERRIDE to media/.
avi@chromium.org
2011-11-23
1
-6
/
+7
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-2
/
+2
*
Create media.dll / libmedia.so.
darin@chromium.org
2011-08-29
1
-1
/
+4
*
Revert r95841 due to failing media_unittests on linux_shared bot.
darin@chromium.org
2011-08-08
1
-4
/
+1
*
Enable media.dll / libmedia.so.
darin@chromium.org
2011-08-08
1
-1
/
+4
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
1
-1
/
+1
*
Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but...
enal@chromium.org
2011-06-08
1
-67
/
+34
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
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
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
1
-4
/
+10
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
1
-2
/
+3
*
Implement audio recording for Linux via ALSA.
satish@chromium.org
2010-09-02
1
-4
/
+0
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
1
-5
/
+3
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-25
1
-1
/
+1
*
Revert 57254 - Share one thread between all AudioOutputControllers instead of...
scherkus@chromium.org
2010-08-24
1
-1
/
+1
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-24
1
-1
/
+1
*
GTTF: more FRIEND_TEST_ALL_PREFIXES
phajdan.jr@chromium.org
2010-07-27
1
-21
/
+24
*
Fixed ended event when playing audio on linux.
sergeyu@chromium.org
2010-07-14
1
-1
/
+0
*
Rename a header and some methods to make way for subsequent audio recording a...
satish@chromium.org
2010-07-12
1
-1
/
+1
*
Revert 49982 - patch
thakis@chromium.org
2010-06-16
1
-2
/
+0
*
patch
thakis@chromium.org
2010-06-16
1
-0
/
+2
*
Fixed media_unittests.
sergeyu@chromium.org
2010-05-15
1
-2
/
+2
*
Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul...
sergeyu@chromium.org
2010-05-14
1
-22
/
+12
*
Assume pending buffered bytes is zero when ALSA has underrun.
scherkus@chromium.org
2010-04-08
1
-0
/
+2
*
Minor C++ fixes found by Clang.
evan@chromium.org
2010-03-30
1
-1
/
+1
*
Remove size_t from audio IPC code.
jam@chromium.org
2010-02-05
1
-29
/
+28
*
First patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-1
/
+3
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
1
-2
/
+2
*
Move Alsa device opening into the audio thread, and add in support for multi-...
ajwong@chromium.org
2009-10-16
1
-6
/
+34
*
Providing unplayed bytes in audio hardware buffer
hclam@chromium.org
2009-08-24
1
-1
/
+2
*
Threadsafe access to AudioSource callback. Release stream on close. Handle er...
ajwong@chromium.org
2009-08-21
1
-11
/
+31
*
Reimplement the AlsaPcmOutputStream and fix the threading issues.
ajwong@chromium.org
2009-08-04
1
-103
/
+145
*
Software volume control hook-up in linux.
ajwong@chromium.org
2009-07-25
1
-0
/
+3
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@google.com
2009-07-22
1
-1
/
+0
*
Revert r21137 to fix Chromium mac valgrind
hclam@chromium.org
2009-07-21
1
-0
/
+1
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@chromium.org
2009-07-21
1
-1
/
+0
*
Change default audio device from "plug:default" to "default".
ajwong@chromium.org
2009-05-27
1
-2
/
+3
*
Third attempt at http://codereview.chromium.org/115276
ajwong@chromium.org
2009-05-21
1
-0
/
+165
[next]