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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert of Implement HasInputDevices in CrasAudioManager (patchset #10 id:1700...
mnissler
2015-07-08
2
-26
/
+27
*
Implement HasInputDevices in CrasAudioManager
cychiang
2015-07-08
2
-27
/
+26
*
Fixed all unused-variable Clang warnings on Windows.
mgiuca
2015-07-08
1
-3
/
+0
*
GN: Add a missing android dep to //media/audio:unittests
agrieve
2015-07-08
1
-0
/
+1
*
Move WriteInto to base namespace.
Brett Wilson
2015-07-07
1
-1
/
+1
*
Unify audio device input parameter selection on Windows.
dalecurtis
2015-07-02
6
-123
/
+87
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
3
-8
/
+10
*
Fix some clang warnings with -Wmissing-braces in media.
dcheng
2015-07-01
1
-1
/
+1
*
Use safer IPC serializations in media_param_traits.cc
dcheng
2015-06-30
5
-35
/
+5
*
Fix cras_input_unittests with component=shared_library
spang
2015-06-25
1
-1
/
+2
*
Make audio thread hang checker less chatty.
dalecurtis
2015-06-25
1
-17
/
+44
*
Fix Clang compile error.
chinyue
2015-06-25
1
-1
/
+1
*
media: Migrate callers of message_loop_proxy() to task_runner()
skyostil
2015-06-17
8
-17
/
+17
*
Remove base::SimpleThread::SetThreadPriority() interface
toyoshim
2015-06-16
2
-10
/
+6
*
Add support for the audio-output-device switching IPC mechanism to the render...
guidou
2015-06-16
11
-2
/
+173
*
Revert of Add support for the audio-output-device switching IPC mechanism to ...
jmadill
2015-06-15
10
-172
/
+2
*
Add support for the audio-output-device switching IPC mechanism to the render...
guidou
2015-06-15
10
-2
/
+172
*
Remove remaining use of the deprecated MessageLoopProxy
skyostil
2015-06-12
2
-18
/
+15
*
Change audio IPC enums from kConstantStyle to MACRO_STYLE.
nick
2015-06-11
6
-31
/
+31
*
Add IPC interface for switching the audio output device for a given audio str...
guidou
2015-06-11
3
-0
/
+23
*
Use proper channel map for PulseAudio in the CHANNEL_LAYOUT_MONO case
agoode
2015-06-08
2
-10
/
+17
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
2
-3
/
+4
*
Remove some duplicated code in media/audio/.
erikchen
2015-05-30
2
-4
/
+2
*
Update CRAS loopback capture stream usage.
chinyue
2015-05-28
3
-5
/
+47
*
Allowing a custom audio buffer size in WebRtcAudioCapturer.
ckehoe
2015-05-15
1
-0
/
+3
*
Getting rid of duplicate includes from media/
anujk.sharma
2015-05-14
16
-21
/
+0
*
Get audio_unittests passing with h/w on windows.
watk
2015-05-14
8
-52
/
+42
*
Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in m...
anujk.sharma
2015-05-13
1
-1
/
+1
*
Cleanup: Simplify some checks in tests.
thestig
2015-05-11
2
-7
/
+7
*
Make the GN Windows component build work.
brettw
2015-05-05
1
-0
/
+1
*
Add async trace that shows audio device startup time.
hubbe
2015-04-30
1
-2
/
+17
*
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.
anujk.sharma
2015-04-30
2
-2
/
+6
*
Apply automated fixits for Chrome clang plugin to media.
dcheng
2015-04-29
4
-23
/
+16
*
Switch audio hang monitor to default-off. Enable for non-beta,stable.
dalecurtis
2015-04-28
2
-6
/
+27
*
Don't allow CoreAudioUtil::IsSupported() to reinitialize COM.
dalecurtis
2015-04-28
1
-4
/
+5
*
Revert of [media] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle ...
xhwang
2015-04-27
2
-6
/
+2
*
Revert of Switch to STA mode for audio thread and WASAPI I/O streams. (patchs...
dalecurtis
2015-04-27
16
-320
/
+171
*
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in src/media.
anujk.sharma
2015-04-27
2
-2
/
+6
*
GN Windows component build fixes: media
brettw
2015-04-24
1
-1
/
+4
*
Update {virtual,override} to follow C++11 style in media.
nick
2015-04-24
6
-20
/
+20
*
Removed obsolete float_util.h as VS2013 supports standards well enough.
mateuszs
2015-04-24
1
-2
/
+1
*
Adds method to provide custom AudioManager at runtime.
slan
2015-04-23
5
-5
/
+138
*
Switch to STA mode for audio thread and WASAPI I/O streams.
dalecurtis
2015-04-22
16
-171
/
+320
*
Apply automated fixits for Chrome clang plugin to views_unittests.
dcheng
2015-04-21
6
-64
/
+66
*
WavAudioHandler no longer keeps state with AudioParameters.
slan
2015-04-20
6
-43
/
+48
*
Partial revert of disabling low latency audio for remote desktop.
dalecurtis
2015-04-17
3
-57
/
+1
*
Validate channel count matches channel layout.
dalecurtis
2015-04-10
2
-6
/
+24
*
Disable low latency audio under remote desktop sessions.
dalecurtis
2015-04-08
3
-49
/
+120
*
Require two failed pings of the audio thread to crash.
dalecurtis
2015-04-02
1
-10
/
+39
*
Turn ThreadPriority enum into an enum class.
gab
2015-04-01
3
-3
/
+3
[next]