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
*
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
*
Move audio output number limit to AudioManager.
sergeyu@chromium.org
2010-11-30
5
-14
/
+97
*
Implemented AudioOutputProxy.
sergeyu@chromium.org
2010-11-24
13
-2
/
+866
*
FBTF: Remove unneeded headers from base/ (part 9)
thestig@chromium.org
2010-11-20
1
-2
/
+1
*
Fix compilation of audio_manager_win.cc in Win Release.
tony@chromium.org
2010-11-19
1
-87
/
+91
*
On windows, send audio hardware info with speech input requests if user conse...
satish@chromium.org
2010-11-19
5
-1
/
+127
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
44
-400
/
+319
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
2
-6
/
+6
*
FBTF: Hopefully, the last ctor patch.
erg@google.com
2010-10-27
2
-1
/
+3
*
Fix excessive IPCs by audio renderer.
sergeyu@chromium.org
2010-10-26
1
-2
/
+7
*
audio use table for channels to mask to allow more of the surround options
fbarchard@chromium.org
2010-10-26
1
-19
/
+39
*
add channel mask for 6.1 surround when 7 channel audio is specified
fbarchard@chromium.org
2010-10-22
1
-10
/
+21
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
4
-1
/
+6
*
Fixed a Windows-with-hardware-only unit test that is failing. Revision 59224 ...
scherkus@chromium.org
2010-10-21
1
-1
/
+1
*
Convert LOG(INFO) to VLOG(1) - media/.
pkasting@chromium.org
2010-10-19
2
-6
/
+4
*
Fix the issue with audio ended event on Ubuntu 10.10.
sergeyu@chromium.org
2010-10-19
2
-11
/
+4
*
add wave out extensible support for 5.1 surround sound
fbarchard@chromium.org
2010-10-18
2
-18
/
+36
*
Coverity: Initialize data members in constructor.
kmadhusu@chromium.org
2010-10-18
1
-1
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
18
-148
/
+312
*
Remove a disabled and unneeded test.
vandebo@chromium.org
2010-09-24
1
-18
/
+0
*
Make AudioOutputController.Close() truly asynchronous.
sergeyu@chromium.org
2010-09-17
3
-81
/
+81
*
Fix a typo in a comment.
evan@chromium.org
2010-09-16
1
-1
/
+2
*
Revert 59600 - Make AudioOutputController.Close() truly asynchronous.
sergeyu@chromium.org
2010-09-16
3
-83
/
+83
*
Make AudioOutputController.Close() truly asynchronous.
sergeyu@chromium.org
2010-09-16
3
-83
/
+83
*
Fixed crash in AudioOutputController.
sergeyu@chromium.org
2010-09-14
2
-12
/
+20
*
3 channel test removed
fbarchard@chromium.org
2010-09-13
1
-0
/
+2
*
fix for mock failure in alsa unittest with downmix
fbarchard@chromium.org
2010-09-13
1
-1
/
+1
*
enable folding code for 6.1 and 7.1 surround sound.
fbarchard@chromium.org
2010-09-13
5
-12
/
+25
*
Implement audio recording for Linux via ALSA.
satish@chromium.org
2010-09-02
10
-83
/
+492
*
This test now works for the mac audio capture code as well, and in a future C...
satish@chromium.org
2010-09-02
12
-150
/
+68
*
Fixed OpenBSD build.
sergeyu@chromium.org
2010-09-02
2
-33
/
+7
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
38
-429
/
+374
*
Guarantee PPAPI Audio playbacks are stopped in Pause().
neb@chromium.org
2010-08-31
1
-0
/
+7
[next]