summaryrefslogtreecommitdiffstats
path: root/media/audio/win/waveout_output_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Add vector_math::FMUL. Replace audio_util::AdjustVolume.dalecurtis@chromium.org2013-04-081-5/+1
* Update calls to scoped_array<T>::reset(NULL) to use the no-arg version.dcheng@chromium.org2013-04-051-1/+1
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-1/+1
* Fix buffer leak in Wave In/Out implementation.dalecurtis@chromium.org2013-02-231-10/+12
* Avoid MemoryBarrier definition discrepencies between win32 and win64jschuh@chromium.org2013-01-291-2/+3
* Revert 170870dalecurtis@google.com2012-12-201-7/+0
* Boost WaveOut thread priority for background audio.dalecurtis@google.com2012-12-041-0/+7
* Always wait for DataReady() on Windows WaveOut.dalecurtis@google.com2012-11-271-1/+7
* Increase Windows XP hardware buffer size to 4096.dalecurtis@google.com2012-11-161-0/+3
* Use ChannelMixer where applicable. Remove FoldChannels.dalecurtis@chromium.org2012-10-201-15/+7
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-4/+12
* Media: Don't use a scoped handle for a wait object.rvargas@chromium.org2012-06-131-18/+14
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-241-1/+1
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-0/+4
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-4/+0
* Move media/audio files into media namespacevrk@google.com2012-04-021-0/+4
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-8/+8
* Fix race condition when stopping audio stream on Windows.enal@chromium.org2012-01-141-20/+34
* Revert 117268 - Add CHECKs to find root cause of Windows-only crash.enal@chromium.org2012-01-121-26/+7
* Add CHECKs to find root cause of Windows-only crash.enal@chromium.org2012-01-111-7/+26
* Fix "waveOutClose failure causes PCMWaveOutAudioOutputStream to never get del...tommi@chromium.org2012-01-111-4/+6
* Better error handling in audio wave out.enal@chromium.org2012-01-101-13/+20
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-12-011-92/+127
* Revert 112147 - Did not get LGTM from all reviewers.enal@chromium.org2011-11-301-128/+92
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-11-301-92/+128
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-091-0/+4
* Problem happens because we cannot stop physical stream in arbitrary moment, c...enal@chromium.org2011-11-021-35/+36
* Add tracing for select WebAudio functionscrogers@google.com2011-08-181-0/+3
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-1/+1
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-8/+5
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-17/+11
* audio use table for channels to mask to allow more of the surround optionsfbarchard@chromium.org2010-10-261-19/+39
* add channel mask for 6.1 surround when 7 channel audio is specifiedfbarchard@chromium.org2010-10-221-10/+21
* add wave out extensible support for 5.1 surround soundfbarchard@chromium.org2010-10-181-16/+33
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-2/+4
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-6/+6
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-2/+2
* Revert 46314 - floating point audio support in util functions for volume and ...fbarchard@chromium.org2010-05-041-3/+1
* floating point audio support in util functions for volume and foldingfbarchard@chromium.org2010-05-041-1/+3
* Remove size_t from audio IPC code.jam@chromium.org2010-02-051-9/+9
* More plumbing of the low latency modecpu@chromium.org2010-01-131-11/+8
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-7/+4
* Pause for <video> should have immediate effect on audiohclam@chromium.org2009-09-171-2/+3
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-241-3/+15
* Remove the folding define macro.ajwong@chromium.org2009-08-201-7/+0
* Bump kNumBuffers to 3fbarchard@chromium.org2009-08-201-2/+3
* Possible deadlock in PCM audio Start() methodcpu@chromium.org2009-08-181-4/+14
* Surround Sound handling by folding 5 channels down to stereo.fbarchard@chromium.org2009-07-251-5/+20
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-4/+0
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-211-0/+4