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
/
cras
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace COMPILE_ASSERT with static_assert in media/
mostynb
2015-01-05
1
-2
/
+2
*
Clean up the CrasUnifiedStreamTest.ConstructedState test.
wtc
2014-12-17
1
-7
/
+7
*
[Hotword, Audio] Remove bad include that was not needed and caused compile er...
rlp
2014-12-16
1
-1
/
+0
*
[Hotword] Adding audio parameters to handle audio coming from the DSP.
rlp
2014-12-16
1
-1
/
+6
*
Add support for audio input mute detection on all platforms.
henrika
2014-10-16
2
-0
/
+5
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
5
-27
/
+27
*
Remove AudioBuffersState class
acolwell
2014-09-29
1
-1
/
+1
*
Set keyboard mic effect if available.
grunell
2014-09-24
2
-2
/
+16
*
Convert channel layout for cras_input
hychao
2014-09-05
1
-0
/
+36
*
Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...
xians
2014-08-28
3
-81
/
+1
*
Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...
tnagel
2014-08-27
3
-1
/
+81
*
Remove the last piece of deprecated synchronous IO code.
xians
2014-08-27
3
-81
/
+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
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-19
3
-13
/
+9
*
Revert 277794 "Modifies AudioInputCallback::OnData and use media..."
macourteau@chromium.org
2014-06-17
3
-10
/
+8
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-17
3
-8
/
+10
*
add audio-buffer-size command line flag support to the input audio for all th...
xians@chromium.org
2014-05-20
1
-2
/
+8
*
Remove OnMoreIOData(), which is not used any more.
xians@chromium.org
2014-05-18
2
-3
/
+5
*
Improve spelling of "notification".
tnagel@chromium.org
2014-05-08
2
-2
/
+2
*
Revert 268203 "There are many ways to get it wrong."
benjhayden@chromium.org
2014-05-05
2
-2
/
+2
*
There are many ways to get it wrong.
tnagel@chromium.org
2014-05-05
2
-2
/
+2
*
Fix #define'd min/max from breaking std::min, std::max
dalecurtis@google.com
2014-04-17
1
-0
/
+7
*
Use larger buffer sizes for lower power on Linux.
dalecurtis@chromium.org
2014-04-17
1
-4
/
+8
*
Reland 153623004: Remove the unified IO code on the browser
xians@chromium.org
2014-02-13
3
-7
/
+4
*
Revert 249790 "Remove the unified IO code on the browser."
skobes@google.com
2014-02-07
1
-2
/
+3
*
Remove the unified IO code on the browser.
xians@chromium.org
2014-02-07
1
-3
/
+2
*
Factorize MockAudioSourceCallback out of many unittests.
dalecurtis@chromium.org
2014-01-30
1
-10
/
+1
*
Fix chromeos=1 so Pulse is preferred when use_cras=0.
dalecurtis@chromium.org
2014-01-10
8
-22
/
+40
*
Fix CRAS unittests compile break after r238637.
posciak@chromium.org
2013-12-20
2
-0
/
+12
*
Remove an unused OnClose() method from AudioInputCallback.
tommi@chromium.org
2013-12-18
2
-8
/
+3
*
Enable platform echo cancellation through the AudioRecord path.
ajm@chromium.org
2013-12-13
1
-1
/
+1
*
Plumb AudioLog support into AudioManager.
dalecurtis@chromium.org
2013-12-04
2
-2
/
+3
*
Support use_alsa==0 on Linux
spang@chromium.org
2013-11-28
2
-2
/
+2
*
cras_unified: set channel layout
hychao@chromium.org
2013-10-30
1
-0
/
+33
*
Remove the last vestiges of audio_util.
dalecurtis@chromium.org
2013-10-01
2
-2
/
+0
*
Add loopback audio capture on Windows.
sergeyu@chromium.org
2013-09-17
3
-9
/
+2
*
Implement GetAudioOutputDevices for remaining platforms, consolidate tests.
joi@chromium.org
2013-09-16
2
-17
/
+20
*
cras: Remove "Input Start" error message.
derat@chromium.org
2013-09-10
1
-1
/
+0
*
Add the necessary scaffolding to allow creation of non-default audio output d...
tommi@chromium.org
2013-09-03
2
-1
/
+9
*
Remove unnecessary log line from cras audio
jamescook@chromium.org
2013-08-28
1
-1
/
+0
*
Enable audio desktop mirroring.
hshi@chromium.org
2013-08-01
5
-17
/
+34
*
Update include paths in media/audio for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+0
*
cras_unified: Add default case to stream-type switch.
dgreid@chromium.org
2013-07-02
1
-0
/
+2
*
Use a direct include of time headers in media/.
avi@chromium.org
2013-06-28
3
-3
/
+3
*
Fix yet another instance of scoped_ptr<T>(NULL) on ChromeOS.
dcheng@chromium.org
2013-06-26
1
-2
/
+0
*
Removed the IsRecordingInProcess check for speech since it is not needed.
xians@chromium.org
2013-06-05
1
-5
/
+1
*
Try relanding this CL, the original CL passed the try bots but failed the mac...
xians@chromium.org
2013-06-03
2
-2
/
+4
*
Revert 203686 "Trying relanding this CL, the original CL passed ..."
xians@chromium.org
2013-06-03
2
-4
/
+2
*
Trying relanding this CL, the original CL passed the try bots but failed the ...
xians@chromium.org
2013-06-03
2
-2
/
+4
[next]