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_low_latency_input_output_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in media/.
Avi Drissman
2015-12-19
1
-4
/
+3
*
Forward the number of skipped frames by the OS in audio playout.
grunell
2015-12-18
1
-1
/
+3
*
Revert of Forward the number of skipped frames by the OS in audio playout. (p...
grunell
2015-12-17
1
-3
/
+1
*
Forward the number of skipped frames by the OS in audio playout.
grunell
2015-12-14
1
-1
/
+3
*
Don't use base::MessageLoop::{Quit,QuitClosure} in media/
ki.stfu
2015-10-12
1
-1
/
+2
*
media: Migrate callers of message_loop_proxy() to task_runner()
skyostil
2015-06-17
1
-1
/
+1
*
Add flag --require-audio-hardware-for-testing.
watk
2015-02-11
1
-12
/
+3
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
1
-12
/
+11
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
1
-5
/
+5
*
Remove AudioBuffersState class
acolwell
2014-09-29
1
-11
/
+2
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/
thestig
2014-09-13
1
-1
/
+1
*
Revert 290359 "Remove AudioBuffersState class."
acolwell@chromium.org
2014-08-18
1
-2
/
+11
*
Remove AudioBuffersState class.
acolwell@chromium.org
2014-08-18
1
-11
/
+2
*
Factorize media/audio into new GN.
dalecurtis@chromium.org
2014-07-19
1
-2
/
+10
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-19
1
-8
/
+9
*
Revert 277794 "Modifies AudioInputCallback::OnData and use media..."
macourteau@chromium.org
2014-06-17
1
-9
/
+8
*
Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...
henrika@chromium.org
2014-06-17
1
-8
/
+9
*
Remove OnMoreIOData(), which is not used any more.
xians@chromium.org
2014-05-18
1
-7
/
+0
*
Reland 153623004: Remove the unified IO code on the browser
xians@chromium.org
2014-02-13
1
-2
/
+1
*
Revert 249790 "Remove the unified IO code on the browser."
skobes@google.com
2014-02-07
1
-1
/
+2
*
Remove the unified IO code on the browser.
xians@chromium.org
2014-02-07
1
-2
/
+1
*
Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.
scherkus@chromium.org
2014-01-07
1
-2
/
+1
*
Remove an unused OnClose() method from AudioInputCallback.
tommi@chromium.org
2013-12-18
1
-1
/
+0
*
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
*
Plumb AudioLog support into AudioManager.
dalecurtis@chromium.org
2013-12-04
1
-1
/
+3
*
Support use_alsa==0 on Linux
spang@chromium.org
2013-11-28
1
-4
/
+8
*
Replace LOG(INFO) with VLOG(0), throughout *media*
fischman@chromium.org
2013-11-25
1
-5
/
+5
*
Add the necessary scaffolding to allow creation of non-default audio output d...
tommi@chromium.org
2013-09-03
1
-1
/
+2
*
Use a direct include of the message_loop header in media/.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Use a direct include of time headers in media/.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Replace erroneous use of base::Time with base::TimeTicks throughout media code.
miu@chromium.org
2013-06-13
1
-4
/
+4
*
Privitize WaitTillDataReady() and DataReady().
dalecurtis@chromium.org
2013-06-05
1
-1
/
+0
*
Try relanding this CL, the original CL passed the try bots but failed the mac...
xians@chromium.org
2013-06-03
1
-1
/
+1
*
Revert 203686 "Trying relanding this CL, the original CL passed ..."
xians@chromium.org
2013-06-03
1
-1
/
+1
*
Trying relanding this CL, the original CL passed the try bots but failed the ...
xians@chromium.org
2013-06-03
1
-1
/
+1
*
Revert 203427 "Hook up the device selection to the WebAudio live..."
justinlin@chromium.org
2013-05-31
1
-1
/
+1
*
Hook up the device selection to the WebAudio live audio.
xians@chromium.org
2013-05-31
1
-1
/
+1
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
1
-4
/
+4
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Remove unused parameter to OnError()
jrummell@chromium.org
2013-03-23
1
-2
/
+2
*
Reland r186180 after fixing the --audio-buffer-size flag and cras issue.
xians@chromium.org
2013-03-07
1
-17
/
+11
*
Revert 186180 "Moved AudioUtil static functions:"
hshi@chromium.org
2013-03-07
1
-11
/
+17
*
Moved AudioUtil static functions:
xians@chromium.org
2013-03-05
1
-17
/
+11
*
Style cleanup: const char* -> const char ... [].
dalecurtis@chromium.org
2013-02-22
1
-1
/
+1
*
Attempt to resolve crash in media::PCMWaveInAudioInputStream::WaveCallback.
henrika@chromium.org
2013-02-11
1
-8
/
+0
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
1
-1
/
+1
*
Removes usage of media::IsWASAPISupported and introduces new CoreAudioUtil::I...
henrika@chromium.org
2012-11-14
1
-1
/
+2
*
media: Update calls from RunAllPending() to RunUntilIdle().
xhwang@chromium.org
2012-11-14
1
-1
/
+1
[next]