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
/
audio_input_controller.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in media/, take 2.
avi
2015-12-23
1
-0
/
+5
*
Add missing macros includes in media/.
avi
2015-12-19
1
-0
/
+1
*
Switch to standard integer types in media/.
Avi Drissman
2015-12-19
1
-2
/
+2
*
Ensure that data is not overwritten in the audio input shared memory ring buf...
grunell
2015-09-10
1
-1
/
+1
*
Implement writing mic audio input data to file for debugging purposes.
grunell
2015-09-07
1
-0
/
+20
*
Check buffer sequence and ring buffer index in shared memory at browser/rende...
grunell
2015-08-20
1
-5
/
+2
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
1
-1
/
+1
*
Reduce power logging and UMA stats when AGC is disabled.
henrika
2014-10-22
1
-8
/
+7
*
Standardize usage of virtual/override/final in media/
dcheng
2014-10-21
1
-6
/
+6
*
Remove usage of AudioPowerMonitor for logging of input audio levels
henrika
2014-10-08
1
-5
/
+3
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
1
-2
/
+2
*
Adding media.MicrophoneVolume UMA stat.
henrika
2014-09-09
1
-1
/
+1
*
Adding Media.InputStreamDuration to UMA histograms for low-latency input audi...
henrika
2014-09-05
1
-0
/
+3
*
Improve logging related to start/stop and failure of audio input streams in C...
henrika
2014-08-29
1
-1
/
+2
*
Only log audio input silence state UMA stats for low latency mode and if not ...
grunell@chromium.org
2014-08-22
1
-5
/
+22
*
Add UMA stats for silence AudioInputController.
grunell@chromium.org
2014-08-14
1
-0
/
+21
*
Add UMA stats for open audio input device failure.
grunell@chromium.org
2014-08-13
1
-2
/
+1
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-19
1
-12
/
+11
*
Revert 277794 "Modifies AudioInputCallback::OnData and use media..."
macourteau@chromium.org
2014-06-17
1
-11
/
+12
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-17
1
-12
/
+11
*
Adds volume level measurements to the AudioInputController for low-latency cl...
henrika@chromium.org
2014-05-27
1
-0
/
+21
*
Add AudioInputControllerCaptureStartupSuccess UMA.
xians@chromium.org
2014-05-10
1
-0
/
+4
*
Trying to solve crash in AudioInputController related to invalid EventHandler.
henrika@chromium.org
2014-05-06
1
-3
/
+3
*
Adds error codes to AudioInputController/AudioInputRendererHost native logs
henrika@chromium.org
2014-02-28
1
-1
/
+25
*
Make sure we don't call DisableKeyPressMonitoring without calling EnableKeyPr...
tommi@chromium.org
2014-02-27
1
-5
/
+3
*
Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.
scherkus@chromium.org
2014-01-07
1
-5
/
+5
*
Remove an unused OnClose() method from AudioInputCallback.
tommi@chromium.org
2013-12-18
1
-3
/
+2
*
Adds key press detection for Mac by detecting the increase of key down event ...
jiayl@chromium.org
2013-08-28
1
-8
/
+4
*
Adding key press detection in the browser process.
jiayl@chromium.org
2013-08-15
1
-11
/
+35
*
Revert 217768 "Adding key press detection in the browser process."
phoglund@chromium.org
2013-08-15
1
-35
/
+11
*
Adding key press detection in the browser process.
jiayl@chromium.org
2013-08-15
1
-11
/
+35
*
Use a direct include of time headers in media/.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
added device selection to web speech to use the correct device. Users should ...
xians@chromium.org
2013-06-20
1
-2
/
+3
*
Use the browser UI thread for audio on OSX.
dalecurtis@chromium.org
2013-06-05
1
-1
/
+1
*
Disable timer check for no data in AudioInputController for mirroring.
miu@chromium.org
2013-04-25
1
-1
/
+2
*
Remove unused parameter to OnError()
jrummell@chromium.org
2013-03-23
1
-3
/
+3
*
Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation whic...
miu@chromium.org
2013-01-18
1
-0
/
+12
*
Make initial reset period configurable for audio input no data timer.
milanb@chromium.org
2012-09-06
1
-1
/
+1
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-06
1
-3
/
+0
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
1
-1
/
+3
*
RefCounted types should not have public destructors, media/ and gpu/ edition
rsleevi@chromium.org
2012-05-18
1
-2
/
+3
*
Improved timer implementation in AudioInputController since AudioInputControl...
henrika@chromium.org
2012-04-17
1
-17
/
+28
*
Adds Analog Gain Control (AGC) to the WebRTC client.
henrika@chromium.org
2012-03-28
1
-2
/
+14
*
Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...
jbates@chromium.org
2012-03-27
1
-2
/
+2
*
Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...
aa@chromium.org
2012-03-26
1
-2
/
+2
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-26
1
-2
/
+2
*
Fix a couple of regressions that made it in before the weekend.
tommi@chromium.org
2012-03-26
1
-3
/
+3
*
Fix race in AudioInputController::Close().
fischman@chromium.org
2012-03-23
1
-3
/
+4
*
Make AudioManager non-refcounted.
tommi@chromium.org
2012-02-15
1
-6
/
+3
*
Removes the AudioInputControllerThread from AudioInputController.
henrika@chromium.org
2012-02-03
1
-46
/
+103
[next]