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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
1
-2
/
+0
*
Detect errors in audio output and report them upstream.
fischman@chromium.org
2012-01-27
1
-0
/
+2
*
Add thread safety to AudioManagerBase to protect access to the audio thread m...
tommi@chromium.org
2012-01-19
1
-15
/
+15
*
Convert use of int ms to TimeDelta in files owned by vrk.
tedvessenes@gmail.com
2012-01-14
1
-2
/
+2
*
Make linux output streams consistent with other output stream implementations.
tommi@chromium.org
2011-12-14
1
-169
/
+120
*
Reland 7976047 to fix the alsa output scheduling for low latency audio.
xians@chromium.org
2011-11-14
1
-16
/
+34
*
Revert r104043, which causes audio not to play smoothly on Chrome OS.
enal@chromium.org
2011-10-18
1
-36
/
+16
*
Re-write the alsa polling scheduling to make it work with low buffer audio, f...
xians@chromium.org
2011-10-05
1
-16
/
+36
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-12
/
+11
*
Add tracing for select WebAudio functions
crogers@google.com
2011-08-18
1
-0
/
+3
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
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
-146
/
+76
*
Allow audio output on Linux to work with web audio API
crogers@google.com
2011-04-16
1
-2
/
+3
*
Fix Linux audio playback
davej@chromium.org
2011-04-14
1
-0
/
+24
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
1
-18
/
+12
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-8
/
+8
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
1
-29
/
+12
*
Convert LOG(INFO) to VLOG(1) - media/.
pkasting@chromium.org
2010-10-19
1
-3
/
+2
*
Fix the issue with audio ended event on Ubuntu 10.10.
sergeyu@chromium.org
2010-10-19
1
-8
/
+3
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
1
-10
/
+45
*
Fix a typo in a comment.
evan@chromium.org
2010-09-16
1
-1
/
+2
*
enable folding code for 6.1 and 7.1 surround sound.
fbarchard@chromium.org
2010-09-13
1
-2
/
+2
*
Implement audio recording for Linux via ALSA.
satish@chromium.org
2010-09-02
1
-73
/
+23
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
1
-13
/
+10
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-25
1
-8
/
+8
*
Revert 57254 - Share one thread between all AudioOutputControllers instead of...
scherkus@chromium.org
2010-08-24
1
-8
/
+8
*
Share one thread between all AudioOutputControllers instead of creating one p...
sergeyu@chromium.org
2010-08-24
1
-8
/
+8
*
Fixed ended event when playing audio on linux.
sergeyu@chromium.org
2010-07-14
1
-25
/
+2
*
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
/
+1
*
patch
thakis@chromium.org
2010-06-16
1
-1
/
+2
*
Fixed memleak in alsa_output.cc
sergeyu@chromium.org
2010-05-16
1
-1
/
+2
*
Fixed media_unittests.
sergeyu@chromium.org
2010-05-15
1
-7
/
+15
*
Removed AlsaPcmOutputStrem::Packet. Fixed bug in AlsaPcmOutputStream::Schedul...
sergeyu@chromium.org
2010-05-14
1
-92
/
+102
*
Cleanup: Explicitly add a bunch of missing includes.
thestig@chromium.org
2010-04-15
1
-0
/
+1
*
Assume pending buffered bytes is zero when ALSA has underrun.
scherkus@chromium.org
2010-04-08
1
-14
/
+18
*
Prevent integer underflow when calculating next_fill_time_ms in AlsaPcmOutput...
scherkus@chromium.org
2010-02-25
1
-5
/
+14
*
Remove size_t from audio IPC code.
jam@chromium.org
2010-02-05
1
-33
/
+33
*
Retry 35837 linux: grab device name before closing it
ajwong@chromium.org
2010-01-09
1
-2
/
+3
*
Revert 35837 - Failed media tests - linux: grab device name before closing it
rsesek@chromium.org
2010-01-08
1
-3
/
+2
*
linux: grab device name before closing it
evan@chromium.org
2010-01-08
1
-2
/
+3
*
Limit frequency of audio to 48000.
fbarchard@chromium.org
2009-11-05
1
-0
/
+9
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
1
-4
/
+4
*
Quick fix for Alsa stutter - Wake up sooner.
fbarchard@chromium.org
2009-10-22
1
-0
/
+3
*
Move Alsa device opening into the audio thread, and add in support for multi-...
ajwong@chromium.org
2009-10-16
1
-68
/
+320
*
Pad time to next audio data write to compensate for nanosleep inaccuracy on l...
ajwong@chromium.org
2009-10-15
1
-0
/
+10
*
Provide unplayed bytes ALSA implementation of audio
hclam@chromium.org
2009-08-24
1
-2
/
+20
*
Providing unplayed bytes in audio hardware buffer
hclam@chromium.org
2009-08-24
1
-3
/
+5
[next]