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
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
add audio-buffer-size command line flag support to the input audio for all th...
xians@chromium.org
2014-05-20
1
-2
/
+7
*
Remove OnMoreIOData(), which is not used any more.
xians@chromium.org
2014-05-18
1
-16
/
+0
*
Disable AudioAndroidOutputTest.StartOutputStreamCallbacksNonDefaultParameters
trchen@chromium.org
2014-05-16
1
-1
/
+1
*
Bump up average_time_between_callback_ms for audio unittest
dpranke@chromium.org
2014-05-15
1
-1
/
+1
*
Initialization of audio manager for Android is now done on the audio thread.
henrika@chromium.org
2014-02-21
3
-191
/
+345
*
Volume button now controls media volume for WebAudio.
henrika@chromium.org
2014-02-20
4
-28
/
+36
*
Reland 153623004: Remove the unified IO code on the browser
xians@chromium.org
2014-02-13
3
-16
/
+11
*
Revert 249790 "Remove the unified IO code on the browser."
skobes@google.com
2014-02-07
3
-11
/
+16
*
Remove the unified IO code on the browser.
xians@chromium.org
2014-02-07
3
-16
/
+11
*
Factorize MockAudioSourceCallback out of many unittests.
dalecurtis@chromium.org
2014-01-30
1
-23
/
+12
*
Disabling a flaky android test StartInputStreamCallbacks
ronghuawu@chromium.org
2014-01-24
1
-1
/
+2
*
Disable flaky StartInputStreamCallbacksNonDefaultParameters.
ronghuawu@chromium.org
2014-01-24
1
-1
/
+2
*
Adding Bluetooth support to media in Chrome.
henrika@chromium.org
2014-01-20
1
-0
/
+1
*
Ensure Android RunSymmetric test can select the AudioRecord path.
ajm@chromium.org
2014-01-16
2
-2
/
+5
*
Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.
scherkus@chromium.org
2014-01-07
1
-1
/
+1
*
Remove an unused OnClose() method from AudioInputCallback.
tommi@chromium.org
2013-12-18
3
-13
/
+3
*
Reland "Refactor audio manager for Android to avoid heavy tasks at startup"
henrika@chromium.org
2013-12-17
3
-18
/
+96
*
Revert 240887 "Revert 240885 "Revert 240883 "Refactor audio mana..."
szym@chromium.org
2013-12-16
3
-96
/
+18
*
Revert 240885 "Revert 240883 "Refactor audio manager for Android..."
henrika@chromium.org
2013-12-16
3
-18
/
+96
*
Revert 240883 "Refactor audio manager for Android to avoid heavy..."
henrika@chromium.org
2013-12-16
3
-96
/
+18
*
Refactor audio manager for Android to avoid heavy tasks at startup.
henrika@chromium.org
2013-12-16
3
-18
/
+96
*
Enable platform echo cancellation through the AudioRecord path.
ajm@chromium.org
2013-12-13
5
-66
/
+137
*
Fixes Start/Stop issue for OpenSL on Android
henrika@chromium.org
2013-12-13
1
-0
/
+1
*
Revert 240548 "Enable platform echo cancellation through the Aud..."
hashimoto@chromium.org
2013-12-13
5
-137
/
+66
*
Enable platform echo cancellation through the AudioRecord path.
ajm@chromium.org
2013-12-13
5
-66
/
+137
*
Revert 239400 "Revert 239280 "Move more file_util functions to b..."
thakis@chromium.org
2013-12-08
1
-2
/
+2
*
Revert 239280 "Move more file_util functions to base namespace."
thakis@chromium.org
2013-12-08
1
-2
/
+2
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-07
1
-2
/
+2
*
Mute audio when volume is zero on Android.
wjia@chromium.org
2013-12-05
4
-2
/
+61
*
Add a JNI AudioRecord implementation of AudioInputStream.
ajm@chromium.org
2013-12-05
4
-9
/
+210
*
Plumb AudioLog support into AudioManager.
dalecurtis@chromium.org
2013-12-04
3
-5
/
+6
*
Device enumeration on Android now thread safe.
henrika@chromium.org
2013-12-04
1
-0
/
+3
*
Adding device enumeration to the Android device manager.
henrika@chromium.org
2013-11-29
2
-12
/
+64
*
Replace LOG(INFO) with VLOG(0), throughout *media*
fischman@chromium.org
2013-11-25
1
-16
/
+16
*
Remove the last vestiges of audio_util.
dalecurtis@chromium.org
2013-10-01
1
-1
/
+0
*
Implement GetAudioOutputDevices for remaining platforms, consolidate tests.
joi@chromium.org
2013-09-16
2
-6
/
+18
*
Adding audio unit tests for Android.
henrika@chromium.org
2013-09-12
6
-189
/
+1089
*
Load opensles lazily.
qsr@chromium.org
2013-09-12
1
-0
/
+109
*
Add the necessary scaffolding to allow creation of non-default audio output d...
tommi@chromium.org
2013-09-03
2
-4
/
+16
*
Changes default audio input from stereo to mono on Android.
henrika@chromium.org
2013-08-28
1
-2
/
+7
*
Convert channel layout to channel count for optimal frame size.
rtoy@google.com
2013-06-26
1
-1
/
+2
*
Add trace event for FillBufferQueue.
rtoy@google.com
2013-06-26
1
-0
/
+2
*
Enable audio volume control on Android.
wjia@chromium.org
2013-06-21
6
-157
/
+174
*
Enable low latency mode for audio playback on Android
wjia@chromium.org
2013-06-17
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
-5
/
+7
*
Revert 203686 "Trying relanding this CL, the original CL passed ..."
xians@chromium.org
2013-06-03
2
-7
/
+5
*
Trying relanding this CL, the original CL passed the try bots but failed the ...
xians@chromium.org
2013-06-03
2
-5
/
+7
*
Revert 203427 "Hook up the device selection to the WebAudio live..."
justinlin@chromium.org
2013-05-31
2
-7
/
+5
*
Hook up the device selection to the WebAudio live audio.
xians@chromium.org
2013-05-31
2
-5
/
+7
*
Fix audio capture buffer handling on Android.
wjia@chromium.org
2013-05-28
1
-10
/
+10
[next]