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
*
Use macro for AudioInputBufferParameters alignment.
grunell
2015-08-20
1
-2
/
+8
*
Check buffer sequence and ring buffer index in shared memory at browser/rende...
grunell
2015-08-20
4
-17
/
+39
*
Avoid setting effects on output devices if they weren't asked for.
tommi
2015-08-10
1
-1
/
+8
*
clang/win: Build chromium_code with -Wunused-function
Nico Weber
2015-08-08
1
-21
/
+0
*
Revert of Modifies size of ring buffer in shared memory on the audio capture ...
grunell
2015-08-07
1
-7
/
+1
*
Fix WASAPI restriction to be based on period size; fixes Win10.
dalecurtis
2015-08-07
1
-82
/
+93
*
Fix incorrect opus seek preroll and flaky pre-skip removal.
dalecurtis
2015-08-07
2
-8
/
+37
*
Introduce OutputDevice interface.
guidou
2015-07-31
9
-35
/
+21
*
Modifies size of ring buffer in shared memory on the audio capture side.
henrika
2015-07-24
1
-1
/
+7
*
clang/win: Fix build after https://codereview.chromium.org/1248543002/
Nico Weber
2015-07-22
1
-1
/
+0
*
Remove device change deduplication based on device id.
dalecurtis
2015-07-22
3
-47
/
+53
*
Try to reland "Implement HasInputDevices in CrasAudioManager"
cychiang
2015-07-17
3
-27
/
+28
*
Increase OSX post-resume delay for new audio streams.
dalecurtis
2015-07-16
1
-1
/
+1
*
Remove -Wno-unused-private-field clang warning suppression.
benwells
2015-07-09
1
-5
/
+4
*
Remove sample_rate / 100 check for input devices.
dalecurtis
2015-07-09
1
-2
/
+0
*
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
[next]