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
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert of Reland 501823002: Used native deinterleaved and float point format...
xians
2014-09-03
2
-137
/
+103
*
Used native deinterleaved and float point format for the input streams.
xians
2014-08-29
2
-103
/
+137
*
Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...
xians
2014-08-28
1
-12
/
+1
*
Revert of Used native deinterleaved and float point format for the input stre...
xians
2014-08-27
2
-115
/
+106
*
Used native deinterleaved and float point format for the input streams.
xians
2014-08-27
2
-106
/
+115
*
Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...
tnagel
2014-08-27
1
-1
/
+12
*
Remove the last piece of deprecated synchronous IO code.
xians
2014-08-27
1
-12
/
+1
*
Revert 290359 "Remove AudioBuffersState class."
acolwell@chromium.org
2014-08-18
1
-2
/
+3
*
Remove AudioBuffersState class.
acolwell@chromium.org
2014-08-18
1
-3
/
+2
*
Switch the input code to use AudioBlockFifo.
xians@chromium.org
2014-07-21
2
-49
/
+18
*
changed the input low latency input impl to use client's native buffer size o...
xians@chromium.org
2014-06-30
3
-95
/
+57
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-19
5
-36
/
+48
*
Revert 277794 "Modifies AudioInputCallback::OnData and use media..."
macourteau@chromium.org
2014-06-17
5
-48
/
+36
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-17
5
-36
/
+48
*
Remove OnMoreIOData(), which is not used any more.
xians@chromium.org
2014-05-18
3
-137
/
+32
*
Remove erroneous DCHECK() for deferred audio stream start.
dalecurtis@chromium.org
2014-04-30
3
-3
/
+0
*
Syntax correction in audio_manager_mac.cc
mcasas@chromium.org
2014-04-28
1
-38
/
+21
*
Allow pass through buffer sizes on OSX.
dalecurtis@chromium.org
2014-04-18
3
-37
/
+74
*
Defer input stream start around suspend and resume.
dalecurtis@chromium.org
2014-04-16
8
-25
/
+75
*
Revert of Attempting to resolve a race condition with PowerMonitor (https://c...
scottmg@chromium.org
2014-04-05
1
-3
/
+3
*
Attempting to resolve a race condition with PowerMonitor.
bajones@chromium.org
2014-04-05
1
-3
/
+3
*
Stop streams on OSX prior to shutdown.
dalecurtis@chromium.org
2014-03-26
2
-2
/
+51
*
Always PostTask device change notifications.
dalecurtis@chromium.org
2014-03-07
1
-9
/
+9
*
Convert scoped_ptr_malloc -> scoped_ptr, part 2.
viettrungluu@chromium.org
2014-02-26
1
-4
/
+4
*
Remove deprecated non-AUHAL audio path on OSX.
dalecurtis@chromium.org
2014-02-20
4
-533
/
+0
*
Cleanup AudioManager initialization on OSX to reduce startup delay.
dalecurtis@chromium.org
2014-02-14
2
-20
/
+22
*
Reland 153623004: Remove the unified IO code on the browser
xians@chromium.org
2014-02-13
9
-2198
/
+8
*
Revert 249790 "Remove the unified IO code on the browser."
skobes@google.com
2014-02-07
9
-8
/
+2198
*
Remove the unified IO code on the browser.
xians@chromium.org
2014-02-07
9
-2198
/
+8
*
Factorize MockAudioSourceCallback out of many unittests.
dalecurtis@chromium.org
2014-01-30
1
-10
/
+1
*
Defer OSX output stream Start() around system supend and resume.
dalecurtis@chromium.org
2014-01-25
5
-1
/
+100
*
Rewrite AUHAL unit tests to use the audio thread correctly.
dalecurtis@chromium.org
2014-01-24
1
-164
/
+57
*
Pass through channel layout on OSX if hardware supports it.
dalecurtis@chromium.org
2014-01-11
1
-33
/
+28
*
Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.
scherkus@chromium.org
2014-01-10
2
-2
/
+2
*
Remove media::BindToLoop() in favour of media::BindToCurrentLoop().
scherkus@chromium.org
2014-01-09
1
-6
/
+5
*
Provide fake audio parameters when devices don't exist.
dalecurtis@chromium.org
2014-01-09
1
-8
/
+11
*
Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.
scherkus@chromium.org
2014-01-07
2
-8
/
+7
*
Remove an unused OnClose() method from AudioInputCallback.
tommi@chromium.org
2013-12-18
3
-27
/
+8
*
Enable platform echo cancellation through the AudioRecord path.
ajm@chromium.org
2013-12-13
1
-4
/
+8
*
Revert 240548 "Enable platform echo cancellation through the Aud..."
hashimoto@chromium.org
2013-12-13
1
-8
/
+4
*
Enable platform echo cancellation through the AudioRecord path.
ajm@chromium.org
2013-12-13
1
-4
/
+8
*
Plumb AudioLog support into AudioManager.
dalecurtis@chromium.org
2013-12-04
4
-7
/
+8
*
Replace LOG(INFO) with VLOG(0), throughout *media*
fischman@chromium.org
2013-11-25
2
-3
/
+3
*
Dynamically FIFO when OSX requests unexpected frame counts.
dalecurtis@chromium.org
2013-11-21
2
-59
/
+71
*
mac: Prepare for -Wunused-functions.
thakis@chromium.org
2013-11-07
1
-13
/
+0
*
select the associated device if it is the default output device
tommi@chromium.org
2013-11-06
1
-1
/
+22
*
Improve error handling and revert old debugging code.
dalecurtis@google.com
2013-11-04
2
-22
/
+26
*
Remove the last vestiges of audio_util.
dalecurtis@chromium.org
2013-10-01
7
-23
/
+19
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-2
/
+0
*
Implement GetAudioOutputDevices for remaining platforms, consolidate tests.
joi@chromium.org
2013-09-16
1
-4
/
+4
[next]