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
*
Revert 186180 "Moved AudioUtil static functions:"
hshi@chromium.org
2013-03-07
30
-453
/
+313
*
Fix some minor issues on pulse input before enabling pulse by default.
xians@chromium.org
2013-03-06
2
-4
/
+6
*
Moved AudioUtil static functions:
xians@chromium.org
2013-03-05
30
-313
/
+453
*
Improved CoreAudioUtil::IsSupported().
henrika@chromium.org
2013-03-05
1
-4
/
+29
*
Ensure Stop() is called before ~OnMoreDataConverter().
dalecurtis@chromium.org
2013-03-05
1
-2
/
+7
*
Add some NULL checks for shared memory and AudioBus creation.
dalecurtis@chromium.org
2013-03-05
2
-2
/
+2
*
Wait for the renderer even on WASAPI.
dalecurtis@google.com
2013-03-02
1
-6
/
+15
*
Always fully fill PulseAudio's requested buffer. Allow larger initial requests.
dalecurtis@chromium.org
2013-03-01
1
-41
/
+37
*
Add lock to AUAudioOutputStream::Start() and Stop().
dalecurtis@google.com
2013-03-01
2
-11
/
+31
*
Add xians, henrika to media/audio/OWNERS
dalecurtis@chromium.org
2013-02-28
1
-0
/
+6
*
More AudioMessageFilter cleanup. Fix crash.
dalecurtis@google.com
2013-02-27
2
-9
/
+7
*
Remove browser-wide audio mirroring and --force-audio-mirroring flag.
miu@chromium.org
2013-02-27
6
-281
/
+113
*
This patch changes GetVolume() to be asynchronous when being called by pulse ...
xians@chromium.org
2013-02-26
2
-7
/
+31
*
Remove forwarding include for base/files/file_path except for MTPD.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
2
-2
/
+2
*
Fix buffer leak in Wave In/Out implementation.
dalecurtis@chromium.org
2013-02-23
2
-12
/
+15
*
Adding pulseaudio input support to chrome.
xians@chromium.org
2013-02-22
13
-164
/
+1046
*
Unflake time between callbacks test.
dalecurtis@chromium.org
2013-02-22
1
-2
/
+2
*
Use microseconds instead of milliseconds for integer audio math.
dalecurtis@google.com
2013-02-22
3
-18
/
+16
*
Style cleanup: const char* -> const char ... [].
dalecurtis@chromium.org
2013-02-22
6
-8
/
+8
*
Ensures that the volume level and muting state for a rendering session are pe...
henrika@chromium.org
2013-02-21
1
-1
/
+6
*
Re-land AudioManagerCras change after rebase.
dgreid@chromium.org
2013-02-20
10
-81
/
+199
*
Don't use callback after Stop().
dalecurtis@chromium.org
2013-02-20
1
-6
/
+6
*
Mac Chromium style checker cleanup
rsleevi@chromium.org
2013-02-20
1
-3
/
+3
*
Add audio mirroring-related OWNERS.
miu@chromium.org
2013-02-19
1
-0
/
+4
*
Revert 183140
nkostylev@chromium.org
2013-02-19
10
-204
/
+81
*
Attempt to heal the cros asan bots
thakis@chromium.org
2013-02-19
2
-2
/
+2
*
Break down AudioManagerLinux cras code to AudioManagerCras to remove the if-s...
xians@chromium.org
2013-02-18
10
-81
/
+204
*
Don't switch to fake audio output until stream open fails.
dalecurtis@chromium.org
2013-02-16
3
-12
/
+53
*
Fixes live-audio input on Windows.
henrika@chromium.org
2013-02-15
1
-1
/
+2
*
Remove CanShowAudioInputSettings().
dalecurtis@google.com
2013-02-15
12
-45
/
+0
*
Fix fake audio output stream to callback on a regular basis.
dalecurtis@google.com
2013-02-14
3
-34
/
+50
*
Enable audio capture on Android
wjia@chromium.org
2013-02-12
3
-0
/
+34
*
Attempt to resolve crash in media::PCMWaveInAudioInputStream::WaveCallback.
henrika@chromium.org
2013-02-11
3
-54
/
+51
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
7
-9
/
+9
*
Fix win64 media_unittests build breakage in media/audio/win
wolenetz@chromium.org
2013-02-09
1
-3
/
+3
*
Ensures that WASAPI audio output does not go silent in rare cases
henrika@chromium.org
2013-02-08
2
-126
/
+136
*
Reduce Linux low latency buffer size to 512.
dalecurtis@google.com
2013-02-07
5
-133
/
+105
*
Plumb |input_channels| all the way to AudioManager
crogers@google.com
2013-02-07
12
-64
/
+74
*
Revert 181105
vitalybuka@chromium.org
2013-02-07
5
-103
/
+134
*
Fix win64 build breakage in media/audio/win
jschuh@chromium.org
2013-02-07
5
-8
/
+8
*
Reduce Linux low latency buffer size to 512.
dalecurtis@chromium.org
2013-02-07
5
-134
/
+103
*
Add --waveout-buffers switch for Windows users.
dalecurtis@chromium.org
2013-02-06
1
-0
/
+8
*
Linux/ChromeOS Chromium style checker cleanup, media/ edition.
rsleevi@chromium.org
2013-02-06
3
-7
/
+10
*
Revert "GTTF: Add missing virtual destructors."
phajdan.jr@chromium.org
2013-02-06
1
-2
/
+0
*
Avoids irregular OnMoreData callbacks on Windows using Core Audio.
henrika@chromium.org
2013-02-06
9
-785
/
+462
*
GTTF: Add missing virtual destructors.
phajdan.jr@chromium.org
2013-02-05
1
-0
/
+2
*
MessageLoop's RUN method will pass a const ref to PendingTask when
rtenneti@chromium.org
2013-02-03
1
-14
/
+24
*
Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...
gab@chromium.org
2013-02-03
3
-50
/
+18
*
Avoids crash in PCMWaveInAudioInputStream::WaveCallback
henrika@chromium.org
2013-02-01
2
-4
/
+22
[next]