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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects.
pkasting@chromium.org
2013-04-13
3
-20
/
+8
*
Do not register JNI in inidividual tests.
nileshagrawal@chromium.org
2013-04-09
3
-33
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-2
/
+2
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
2
-2
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-2
/
+2
*
Fix a couple bugs with OSX audio buffer size selection.
dalecurtis@chromium.org
2013-04-08
3
-16
/
+42
*
Add vector_math::FMUL. Replace audio_util::AdjustVolume.
dalecurtis@chromium.org
2013-04-08
12
-233
/
+11
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
6
-6
/
+6
*
Increased initial timer interval to ensure that we don't trigger error callba...
henrika@chromium.org
2013-04-05
1
-1
/
+7
*
Adding force-wave-audio flag on Windows.
henrika@chromium.org
2013-04-05
1
-0
/
+7
*
Update calls to scoped_array<T>::reset(NULL) to use the no-arg version.
dcheng@chromium.org
2013-04-05
1
-1
/
+1
*
Adds support for CoreAudioUtil::IsChannelLayoutSupported().
henrika@chromium.org
2013-04-03
4
-15
/
+150
*
Add a unified audio I/O backend for ChromeOS.
dgreid@chromium.org
2013-04-03
8
-698
/
+651
*
Revert 191827 "Adds support for CoreAudioUtil::IsChannelLayoutSu..."
xians@chromium.org
2013-04-02
4
-149
/
+15
*
Adds support for CoreAudioUtil::IsChannelLayoutSupported()
henrika@chromium.org
2013-04-02
4
-15
/
+149
*
Fix 7% regression in Mac startup time
crogers@google.com
2013-04-01
1
-3
/
+9
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
6
-9
/
+10
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
1
-1
/
+1
*
Added the unified IO on Linux.
xians@chromium.org
2013-03-28
8
-194
/
+606
*
Revert pure ALSA buffer size to 2048.
dalecurtis@chromium.org
2013-03-28
1
-1
/
+1
*
Don't generate invalid AudioParameters.
crogers@google.com
2013-03-28
1
-20
/
+24
*
Make CRAS default device match others.
dgreid@chromium.org
2013-03-28
1
-5
/
+3
*
Re-land silence detection for audio output UI favicon indicator with crash fi...
miu@chromium.org
2013-03-28
6
-28
/
+542
*
Refactor VirtualAudioInputStream to use FakeAudioConsumer.
dalecurtis@google.com
2013-03-28
2
-41
/
+18
*
Convert a couple raw MessageLoopProxy* to scoped_refptr&.
dalecurtis@chromium.org
2013-03-27
3
-6
/
+9
*
Linux: add an option to link pulseaudio directly (DT_NEEDED).
phajdan.jr@chromium.org
2013-03-26
1
-1
/
+6
*
Fixed the media_unittests for pulseaudio.
xians@chromium.org
2013-03-26
3
-15
/
+42
*
Implement AUHALStream using an AUHAL with configurable device selection.
crogers@google.com
2013-03-26
8
-85
/
+1022
*
Remove unused parameter to OnError()
jrummell@chromium.org
2013-03-23
39
-92
/
+82
*
Add speaker on/off control on Android for WebRTC
wjia@chromium.org
2013-03-23
5
-68
/
+86
*
Select OSX buffer size based on sample rate.
dalecurtis@google.com
2013-03-23
2
-11
/
+28
*
Revert 189870 "Add speaker on/off control on Android for WebRTC "
scherkus@chromium.org
2013-03-22
2
-45
/
+10
*
Add speaker on/off control on Android for WebRTC
wjia@chromium.org
2013-03-22
2
-10
/
+45
*
Don't change devices unless the sample rate changes.
dalecurtis@google.com
2013-03-21
3
-2
/
+19
*
Revert 189095 "Silence detection for audio output UI favicon ind..."
miu@chromium.org
2013-03-21
6
-542
/
+29
*
Do not pass the string device_id via IPC message to create an audio input str...
xians@chromium.org
2013-03-20
3
-89
/
+17
*
Introduces AudioManager::Get() and deprecates AudioManager::Create().
mukai@chromium.org
2013-03-20
3
-5
/
+24
*
Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...
wjia@chromium.org
2013-03-20
5
-10
/
+103
*
Introduce AudioHash for fuzzy audio matching.
dalecurtis@chromium.org
2013-03-20
2
-53
/
+12
*
Silence detection for audio output UI favicon indicator.
miu@chromium.org
2013-03-19
6
-29
/
+542
*
Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.
dalecurtis@chromium.org
2013-03-15
7
-191
/
+261
*
Solves crash in media::AudioDeviceListenerWin::OnDefaultDeviceChanged by avoi...
henrika@chromium.org
2013-03-15
1
-6
/
+8
*
Remove AudioOutputMac.
dalecurtis@chromium.org
2013-03-15
5
-845
/
+1
*
Revert 188251 "Refactor FakeAudioOutputStream, NullAudioSink int..." for cras...
pfeldman@chromium.org
2013-03-15
7
-250
/
+193
*
Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.
dalecurtis@chromium.org
2013-03-15
7
-193
/
+250
*
Pass more detailed audio hardware configuration information to the renderer
crogers@google.com
2013-03-13
6
-13
/
+143
*
Uses VLOG instead of DVLOG for Core Audio output on Windows.
henrika@chromium.org
2013-03-13
3
-36
/
+53
*
The proper review is in https://codereview.chromium.org/12310101/.
xians@chromium.org
2013-03-13
3
-14
/
+40
*
Revert 187677 "This patch enables pulse as the default IO handli..."
sail@chromium.org
2013-03-12
3
-40
/
+18
*
This patch enables pulse as the default IO handling in Chrome.
xians@chromium.org
2013-03-12
3
-18
/
+40
[next]