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
*
Forward the number of skipped frames by the OS in audio playout.
grunell
2015-12-18
3
-5
/
+14
*
Revert of Forward the number of skipped frames by the OS in audio playout. (p...
grunell
2015-12-17
3
-14
/
+5
*
Switches way to set IO buffer size on Mac to HAL based AudioObjectPropertyDat...
henrika
2015-12-16
4
-51
/
+135
*
Revert of Switches way to set IO buffer size on Mac to HAL based AudioObjectP...
kbr
2015-12-15
4
-107
/
+35
*
Switches way to set IO buffer size on Mac to HAL based AudioObjectPropertyDat...
henrika
2015-12-15
4
-35
/
+107
*
Forward the number of skipped frames by the OS in audio playout.
grunell
2015-12-14
3
-5
/
+14
*
Revert of Adding CHECK(false) for case when input audio fails to start on Mac...
henrika
2015-12-08
1
-5
/
+0
*
Adding CHECK(false) for case when input audio fails to start on Mac
henrika
2015-12-02
1
-0
/
+5
*
Cleanup: Correctly spell success(ful).
thestig
2015-11-23
1
-1
/
+1
*
Improves error handling in AUAudioInputStream::Open()
henrika
2015-11-12
1
-0
/
+2
*
Adding more UMA stats tied to existing Media.Audio.InputStartupSuccessMac (pa...
henrika
2015-11-10
2
-3
/
+13
*
Revert of Improved error handling for low-latency audio input on Mac (patchse...
henrika
2015-11-09
1
-7
/
+0
*
Adding more UMA stats tied to existing Media.Audio.InputStartupSuccessMac
henrika
2015-11-05
5
-9
/
+39
*
Improved error handling for low-latency audio input on Mac
henrika
2015-11-03
2
-21
/
+33
*
Adds Media.Audio.InputStartupSuccessMac UMA stat for Mac OS X
henrika
2015-10-30
2
-5
/
+88
*
Fix overreporting of '0' stats in the Mac audio rendering code.
tommi
2015-10-30
1
-3
/
+7
*
Add UMA stats to track details on when and how we get rendering glitches.
tommi
2015-10-19
2
-5
/
+103
*
AudioManagerMac: Avoid setting the buffer size if it hasn't actually changed.
tommi
2015-10-19
1
-0
/
+3
*
Improvements for AUHALStream.
tommi
2015-10-16
2
-27
/
+70
*
Re-land attempt 2: Add localized default audio device names.
ajm
2015-09-29
1
-1
/
+1
*
Revert "Re-land: Add localized default audio device names."
jmadill
2015-09-29
1
-1
/
+1
*
Re-land: Add localized default audio device names.
ajm
2015-09-29
1
-1
/
+1
*
Revert "Add localized default audio device names."
dgrogan
2015-09-22
1
-1
/
+1
*
Add localized default audio device names.
ajm
2015-09-22
1
-1
/
+1
*
Refactor AudioParameters member setting.
ajm
2015-09-08
1
-3
/
+4
*
Increase OSX post-resume delay for new audio streams.
dalecurtis
2015-07-16
1
-1
/
+1
*
Getting rid of duplicate includes from media/
anujk.sharma
2015-05-14
1
-2
/
+0
*
Proposed backoff scheme for kAudioUnitErr_TooManyFramesToProcess error handling.
henrika
2015-03-23
2
-4
/
+29
*
Fixes audio issue on Mac for USB headsets where kAudioUnitErr_TooManyFramesTo...
henrika
2015-03-17
1
-1
/
+8
*
Add flag --require-audio-hardware-for-testing.
watk
2015-02-11
2
-32
/
+17
*
Mechanical rename of tracing includes for /media
ssid
2015-01-28
1
-1
/
+1
*
Update {virtual,override,final} for media/ to follow C++11 style.
dcheng
2015-01-09
2
-6
/
+2
*
Switch users of foundation_util.h to include it directly and clean up uses of...
avi
2014-12-21
1
-1
/
+0
*
Report error upon AudioUnitRender failure so stream is terminated.
dalecurtis
2014-12-08
1
-0
/
+1
*
Disable power logging and related UMA stats when AGC is not supported.
henrika
2014-12-02
2
-2
/
+3
*
Fixes crash in media::AudioBlockFifo::Push for Apple Thundebolt Displays
henrika
2014-11-20
1
-5
/
+23
*
[media/audio] Convert VLOGs to DVLOGs
anujk.sharma
2014-11-19
1
-7
/
+8
*
Reland 720713002: Avoid getting CoreAudio into bad state.
xians
2014-11-12
1
-0
/
+22
*
Revert of Avoid putting CoreAudio into bad state (patchset #3 id:40001 of htt...
xians
2014-11-12
1
-10
/
+0
*
Avoid getting CoreAudio into bad state.
xians
2014-11-12
1
-0
/
+10
*
Fix no callback issue when other kind of streams try to set a larger buffer s...
xians
2014-11-05
6
-75
/
+111
*
[Relanding] Fixes bug in Media.AudioInputCbErrorMac histogram.
henrika
2014-11-04
1
-1
/
+4
*
Revert "Add a NOTREACHED and uma stat when the audio callback fails."
phoglund
2014-11-03
1
-5
/
+1
*
Fixes bug in Media.AudioInputCbErrorMac histogram.
henrika
2014-11-03
1
-2
/
+2
*
Add a NOTREACHED and uma stat when the audio callback fails.
xians
2014-10-30
1
-1
/
+5
*
Increase the default buffer size from 128 to 256 on Mac.
xians
2014-10-27
2
-10
/
+19
*
Standardize usage of virtual/override/final in media/
dcheng
2014-10-21
6
-55
/
+55
*
Add support for audio input mute detection on all platforms.
henrika
2014-10-16
4
-0
/
+30
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
6
-40
/
+40
*
Clear the FIFO when calling input stream::Stop()
xians
2014-10-02
1
-0
/
+1
[next]