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
*
Privitize WaitTillDataReady() and DataReady().
dalecurtis@chromium.org
2013-06-05
1
-3
/
+1
*
media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-24
1
-1
/
+1
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
1
-2
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Add vector_math::FMUL. Replace audio_util::AdjustVolume.
dalecurtis@chromium.org
2013-04-08
1
-7
/
+1
*
Remove unused parameter to OnError()
jrummell@chromium.org
2013-03-23
1
-1
/
+1
*
Reduce Linux low latency buffer size to 512.
dalecurtis@google.com
2013-02-07
1
-118
/
+95
*
Revert 181105
vitalybuka@chromium.org
2013-02-07
1
-93
/
+119
*
Reduce Linux low latency buffer size to 512.
dalecurtis@chromium.org
2013-02-07
1
-119
/
+93
*
Unify AudioParameter validiation checks in AudioRendererAlgorithm.
dalecurtis@chromium.org
2012-11-22
1
-13
/
+2
*
Use ChannelMixer where applicable. Remove FoldChannels.
dalecurtis@chromium.org
2012-10-20
1
-28
/
+26
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
1
-18
/
+17
*
Guard against ALSA returning insane frame counts for current delay.
fischman@chromium.org
2012-08-23
1
-3
/
+3
*
Revert 152919 - Guard against ALSA returning insane frame counts for current ...
rsleevi@chromium.org
2012-08-23
1
-3
/
+3
*
Guard against ALSA returning insane frame counts for current delay.
fischman@chromium.org
2012-08-23
1
-3
/
+3
*
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
[next]