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
*
AudioManager::Shutdown() can potentially happen before all the ALSA streams a...
xians@chromium.org
2012-06-05
1
-4
/
+4
*
Revert 138939 - alsa_output: Drain and pause pcm when stopping.
scherkus@chromium.org
2012-06-05
1
-3
/
+0
*
Audio in linux became choppy after some system update, I suppose one of the r...
xians@chromium.org
2012-05-29
1
-58
/
+56
*
Better handle error condition in ALSA output.
enal@chromium.org
2012-05-26
1
-1
/
+1
*
alsa_output: Drain and pause pcm when stopping.
dgreid@chromium.org
2012-05-25
1
-0
/
+3
*
Remove unused parameter "stream" from all variants of OnMoreData().
enal@chromium.org
2012-04-24
1
-2
/
+2
*
Fix Linux ALSA error message about failing to query delay.
scherkus@chromium.org
2012-04-11
1
-4
/
+8
*
alsa_output: Bounds check snd_pcm_avail_update (attempt #2).
scherkus@chromium.org
2012-04-05
1
-1
/
+6
*
Revert 130765 - alsa_output: Bounds check snd_pcm_avail_update.
scherkus@chromium.org
2012-04-04
1
-5
/
+0
*
alsa_output: Bounds check snd_pcm_avail_update.
scherkus@chromium.org
2012-04-04
1
-0
/
+5
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
1
-0
/
+4
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-4
/
+0
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-0
/
+4
*
Replace size_t with int in a few media classes.
scherkus@chromium.org
2012-03-27
1
-6
/
+6
*
Make AudioParameters a class instead of a struct
vrk@google.com
2012-03-21
1
-24
/
+25
*
Do not swizzle 5.0/5.1 audio layout
raymond.liu@intel.com
2012-03-16
1
-55
/
+0
*
Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...
xians@chromium.org
2012-03-07
1
-13
/
+12
*
Convert uses of int ms to TimeDelta in media/audio.
tedvessenes@gmail.com
2012-03-03
1
-2
/
+3
*
Update DCHECKs in AlsaPcmOutputStream to account for NULL message loop.
tommi@chromium.org
2012-02-15
1
-14
/
+19
*
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
[next]