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
*
Better memory management for audio channel swizzle code.
annacc@chromium.org
2011-06-02
1
-10
/
+16
*
Revert 87535 - Better memory management for audio channel swizzle code.
michaeln@google.com
2011-06-01
1
-16
/
+10
*
Better memory management for audio channel swizzle code.
annacc@chromium.org
2011-06-01
1
-10
/
+16
*
Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...
scherkus@chromium.org
2011-06-01
12
-5
/
+196
*
Surround sound swizzling for Mac based on device channel layout preferences.
annacc@chromium.org
2011-05-26
2
-20
/
+213
*
Description:
annacc@chromium.org
2011-05-16
11
-141
/
+241
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-2
/
+2
*
Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.
kushi.p@gmail.com
2011-04-29
2
-4
/
+4
*
Replace AudioDecoder::media_format() with AudioDecoderConfig.
scherkus@chromium.org
2011-04-26
3
-3
/
+69
*
Blind fix for a Linux only crash in AudioManager::Destroy
thestig@chromium.org
2011-04-22
1
-4
/
+6
*
Open ALSA device using hw_params calls
davej@chromium.org
2011-04-19
2
-4
/
+72
*
Allow audio output on Linux to work with web audio API
crogers@google.com
2011-04-16
1
-2
/
+3
*
Fix erratic HTML5 audio playback
davej@chromium.org
2011-04-14
2
-21
/
+54
*
Fix Linux audio playback
davej@chromium.org
2011-04-14
2
-2
/
+26
*
Implements AudioInputDevice API for low-latency audio input in the browser pr...
scherkus@chromium.org
2011-04-12
4
-13
/
+85
*
Mac platform was not treating 8bit PCM audio as unsigned data.
sjl@google.com
2011-04-01
1
-4
/
+15
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
12
-26
/
+26
*
Add WebKit API to retrieve the audio hardware sample-rate
crogers@google.com
2011-03-23
2
-0
/
+18
*
Use default "output" rather than "input" device when querying hardware sample...
crogers@google.com
2011-03-22
1
-3
/
+3
*
Remove a test which checks for timing of audio recording callbacks.
satish@chromium.org
2011-03-11
1
-50
/
+0
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
21
-184
/
+92
*
Adds method to invoke platform provided audio input UI.
satish@chromium.org
2011-03-01
8
-0
/
+78
*
Bug-fixes for AudioInputStream:
scherkus@chromium.org
2011-02-16
2
-2
/
+3
*
Remove NullAudioManager.
sergeyu@chromium.org
2011-02-14
1
-27
/
+0
*
Fix crash in WinAudioTest.PCMWaveStreamOpenLimit.
robertshield@chromium.org
2011-02-13
1
-2
/
+3
*
Revert 74590 - Disable AudioOutputControllerTest.CreateAndClose since it cras...
sergeyu@chromium.org
2011-02-12
1
-5
/
+0
*
clang: Fix several -Woverloaded-virtual warnings.
thakis@chromium.org
2011-02-11
1
-6
/
+2
*
Disable AudioOutputControllerTest.CreateAndClose since it crashes on Windows ...
maruel@chromium.org
2011-02-11
1
-0
/
+5
*
Override AudioManager::MakeAudioInputStream() in NullAudioManager.
sergeyu@chromium.org
2011-02-10
1
-7
/
+9
*
Disable FakeAudioInputTest.BasicCallbacks after two crashes in a row.
dmazzoni@chromium.org
2011-02-10
1
-2
/
+2
*
Clean up warnings found in our testing code.
erg@google.com
2011-02-07
1
-2
/
+2
*
media/audio/mac/audio_low_latency_output_mac.cc is missing an #include.
mark@chromium.org
2011-02-02
1
-0
/
+2
*
Add a low-latency AudioOutputStream implementation for Mac OS X.
crogers@google.com
2011-01-29
6
-12
/
+350
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
8
-25
/
+25
*
Implement renderer AudioDevice API for low-latency audio output
crogers@google.com
2011-01-15
2
-0
/
+31
*
Fix crash in reading audio capture device name.
satish@chromium.org
2011-01-14
1
-0
/
+3
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
1
-9
/
+9
*
Use the lock when accessing the buffer object.
cevans@chromium.org
2011-01-12
1
-0
/
+1
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
2
-6
/
+7
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
2
-7
/
+6
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
2
-6
/
+7
*
Fix indents. I am used to webkit style, so did it wrong in last commit.
inferno@chromium.org
2011-01-06
1
-2
/
+2
*
Turn the volume range check into a bail out return to prevent browser crash.
inferno@chromium.org
2011-01-06
1
-3
/
+5
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
2
-2
/
+2
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
3
-8
/
+10
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
5
-5
/
+5
*
Fix AudioManager shutdown
acolwell@chromium.org
2010-12-23
6
-2
/
+30
*
Set scoped IO access when closing the audio input thread to allow joining.
leandrogracia@chromium.org
2010-12-22
1
-0
/
+11
*
Mark FakeAudioInputTest.BasicCallbacks as flaky.
phajdan.jr@chromium.org
2010-12-17
1
-1
/
+2
*
(Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...
kbr@google.com
2010-12-16
2
-1
/
+60
[next]