aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_wasapi_utils.c
Commit message (Expand)AuthorAge
* ao_wasapi: fix regressionGravatar wm42015-06-27
* audio: fix format function consistency issuesGravatar wm42015-06-26
* ao/wasapi: use atomic state variable instead of different eventsGravatar Kevin Mitchell2015-04-04
* ao_wasapi: code formatting and alignmentGravatar Kevin Mitchell2015-04-03
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* ao_wasapi: passthrough reworkGravatar Kevin Mitchell2015-04-03
* ao_wasapi: abstract HRESULT_to_strGravatar Kevin Mitchell2015-04-01
* ao_wasapi: remove redundant castsGravatar Kevin Mitchell2015-03-31
* ao_wasapi: simplify hotplugGravatar Kevin Mitchell2015-03-31
* ao_wasapi: fix device listingGravatar Kevin Mitchell2015-03-31
* ao/wasapi: add ao hotplugGravatar Kevin Mitchell2015-03-31
* ao/wasapi: use built in KSDATAFORMATsGravatar Kevin Mitchell2015-03-27
* ao/wasapi: add missing "if" bracesGravatar Kevin Mitchell2015-03-26
* ao/wasapi: rewrite format searchGravatar Kevin Mitchell2015-03-26
* ao/wasapi: move resume to audio threadGravatar Kevin Mitchell2015-02-23
* ao_wasapi: fix try_format logic in shared modeGravatar James Ross-Gowan2015-01-23
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macrosGravatar wm42015-01-07
* ao/wasapi: style/code formatting tweaksGravatar Kevin Mitchell2015-01-02
* ao/wasapi: improve exclusive mode format searchGravatar Kevin Mitchell2015-01-02
* ao/wasapi: revamp set_waveformatexGravatar Kevin Mitchell2015-01-02
* ao/wasapi: add CO_E_NOTINITIALIZED to explain_errGravatar Kevin Mitchell2015-01-02
* ao/wasapi: use IsEqualGUID and IsEqualPropertyKeyGravatar Kevin Mitchell2014-12-16
* ao/wasapi: set the ao with the waveformat channelmapGravatar Kevin Mitchell2014-12-15
* ao/wasapi: make set_ao_format EX/EXTENSIBLE agnosticGravatar Kevin Mitchell2014-12-01
* ao/wasapi: fix set_ao_formatGravatar Kevin Mitchell2014-12-01
* ao/wasapi: show actual waveformat triedGravatar Kevin Mitchell2014-12-01
* ao/wasapi: don't assume 32-bits == floatGravatar Kevin Mitchell2014-12-01
* ao/wasapi: make sure that < 16-bit pcm never happensGravatar Kevin Mitchell2014-12-01
* ao/wasapi: get rid of WAVEFMT unionGravatar Kevin Mitchell2014-12-01
* ao/wasapi: handle VistaBlob failure more gracefullyGravatar Kevin Mitchell2014-11-28
* ao/wasapi: more consistent/reliable method of computing extra WAVEFORMATEXTEN...Gravatar Kevin Mitchell2014-11-28
* ao/wasapi: make functions return bool that were acting like itGravatar Kevin Mitchell2014-11-28
* ao/wasapi: check full GUID of KSDATAFORMAT to determine floatGravatar Kevin Mitchell2014-11-28
* ao/wasapi: expose GUID and PKEY convenience functionsGravatar Kevin Mitchell2014-11-28
* ao/wasapi: remove unused variableGravatar Kevin Mitchell2014-11-28
* ao/wasapi: safely define PKEY constantsGravatar Kevin Mitchell2014-11-28
* ao/wasapi: avoid redundant passing of ao and wasapi_state as argumentsGravatar Kevin Mitchell2014-11-28
* ao/wasapi: fix unmatched CoUninitialize() on init failureGravatar Kevin Mitchell2014-11-28
* ao/wasapi: more debugging messagesGravatar Kevin Mitchell2014-11-28
* ao/wasapi: simplify the init retryGravatar Kevin Mitchell2014-11-28
* ao_wasapi: don't treat SetDisplayName() failure as fatalGravatar wm42014-11-27
* ao/wasapi: only retry resizing the buffer onceGravatar Kevin Mitchell2014-11-18
* ao/wasapi: keep bufferPeriod in sync on retryGravatar Kevin Mitchell2014-11-18
* ao/wasapi: periodicity in shared mode must be zeroGravatar Kevin Mitchell2014-11-18
* ao/wasapi: increase buffer size to 50 msGravatar Kevin Mitchell2014-11-18
* ao/wasapi: fix leaked marshaled interface streamsGravatar Jonathan Yong2014-11-18
* ao/wasapi: silence format string warningsGravatar James Ross-Gowan2014-11-18
* ao/wasapi: add retry loop on AUDCLNT_E_DEVICE_IN_USEGravatar Kevin Mitchell2014-11-17
* ao/wasapi: request reset on appropriate eventsGravatar Kevin Mitchell2014-11-17
* ao/wasapi: look for "multimedia" default device instead of "console"Gravatar Kevin Mitchell2014-11-17