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
/
win
/
waveout_output_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add vector_math::FMUL. Replace audio_util::AdjustVolume.
dalecurtis@chromium.org
2013-04-08
1
-5
/
+1
*
Update calls to scoped_array<T>::reset(NULL) to use the no-arg version.
dcheng@chromium.org
2013-04-05
1
-1
/
+1
*
Remove unused parameter to OnError()
jrummell@chromium.org
2013-03-23
1
-1
/
+1
*
Fix buffer leak in Wave In/Out implementation.
dalecurtis@chromium.org
2013-02-23
1
-10
/
+12
*
Avoid MemoryBarrier definition discrepencies between win32 and win64
jschuh@chromium.org
2013-01-29
1
-2
/
+3
*
Revert 170870
dalecurtis@google.com
2012-12-20
1
-7
/
+0
*
Boost WaveOut thread priority for background audio.
dalecurtis@google.com
2012-12-04
1
-0
/
+7
*
Always wait for DataReady() on Windows WaveOut.
dalecurtis@google.com
2012-11-27
1
-1
/
+7
*
Increase Windows XP hardware buffer size to 4096.
dalecurtis@google.com
2012-11-16
1
-0
/
+3
*
Use ChannelMixer where applicable. Remove FoldChannels.
dalecurtis@chromium.org
2012-10-20
1
-15
/
+7
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
1
-4
/
+12
*
Media: Don't use a scoped handle for a wait object.
rvargas@chromium.org
2012-06-13
1
-18
/
+14
*
Remove unused parameter "stream" from all variants of OnMoreData().
enal@chromium.org
2012-04-24
1
-1
/
+1
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
1
-0
/
+4
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-4
/
+0
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-0
/
+4
*
Make AudioParameters a class instead of a struct
vrk@google.com
2012-03-21
1
-8
/
+8
*
Fix race condition when stopping audio stream on Windows.
enal@chromium.org
2012-01-14
1
-20
/
+34
*
Revert 117268 - Add CHECKs to find root cause of Windows-only crash.
enal@chromium.org
2012-01-12
1
-26
/
+7
*
Add CHECKs to find root cause of Windows-only crash.
enal@chromium.org
2012-01-11
1
-7
/
+26
*
Fix "waveOutClose failure causes PCMWaveOutAudioOutputStream to never get del...
tommi@chromium.org
2012-01-11
1
-4
/
+6
*
Better error handling in audio wave out.
enal@chromium.org
2012-01-10
1
-13
/
+20
*
Change the way we are sending audio data to driver when using WaveOut API.
enal@chromium.org
2011-12-01
1
-92
/
+127
*
Revert 112147 - Did not get LGTM from all reviewers.
enal@chromium.org
2011-11-30
1
-128
/
+92
*
Change the way we are sending audio data to driver when using WaveOut API.
enal@chromium.org
2011-11-30
1
-92
/
+128
*
Implement polling for data becoming ready when starting audio stream.
enal@chromium.org
2011-11-09
1
-0
/
+4
*
Problem happens because we cannot stop physical stream in arbitrary moment, c...
enal@chromium.org
2011-11-02
1
-35
/
+36
*
Add tracing for select WebAudio functions
crogers@google.com
2011-08-18
1
-0
/
+3
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
1
-1
/
+1
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
1
-8
/
+5
*
Simplified AudioOutputStream interface.
sergeyu@chromium.org
2010-11-11
1
-17
/
+11
*
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
*
add wave out extensible support for 5.1 surround sound
fbarchard@chromium.org
2010-10-18
1
-16
/
+33
*
Add AudioBuffersState struct. Use it for audio synchronization.
sergeyu@chromium.org
2010-09-29
1
-2
/
+4
*
Add AudioParameters struct. Use it everywhere.
sergeyu@chromium.org
2010-08-31
1
-6
/
+6
*
Rename a header and some methods to make way for subsequent audio recording a...
satish@chromium.org
2010-07-12
1
-2
/
+2
*
Revert 46314 - floating point audio support in util functions for volume and ...
fbarchard@chromium.org
2010-05-04
1
-3
/
+1
*
floating point audio support in util functions for volume and folding
fbarchard@chromium.org
2010-05-04
1
-1
/
+3
*
Remove size_t from audio IPC code.
jam@chromium.org
2010-02-05
1
-9
/
+9
*
More plumbing of the low latency mode
cpu@chromium.org
2010-01-13
1
-11
/
+8
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
1
-7
/
+4
*
Pause for <video> should have immediate effect on audio
hclam@chromium.org
2009-09-17
1
-2
/
+3
*
Providing unplayed bytes in audio hardware buffer
hclam@chromium.org
2009-08-24
1
-3
/
+15
*
Remove the folding define macro.
ajwong@chromium.org
2009-08-20
1
-7
/
+0
*
Bump kNumBuffers to 3
fbarchard@chromium.org
2009-08-20
1
-2
/
+3
*
Possible deadlock in PCM audio Start() method
cpu@chromium.org
2009-08-18
1
-4
/
+14
*
Surround Sound handling by folding 5 channels down to stereo.
fbarchard@chromium.org
2009-07-25
1
-5
/
+20
*
Refactoring to share MockAudioOutputStream implementations across 3 platforms
hclam@google.com
2009-07-22
1
-4
/
+0
*
Revert r21137 to fix Chromium mac valgrind
hclam@chromium.org
2009-07-21
1
-0
/
+4
[next]