aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_wasapi_utils.c
Commit message (Expand)AuthorAge
* 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
* ao/wasapi: put loading of default device in it's own functionGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix possible null dereference of pDeviceGravatar Kevin Mitchell2014-11-17
* ao/wasapi: tidy up better on failureGravatar Kevin Mitchell2014-11-17
* ao/wasapi: improve error messages and add more debug statementsGravatar Kevin Mitchell2014-11-17
* ao/wasapi: make calling of thread_init consistent with thread_uninitGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix leaked deviceIDGravatar Jonathan Yong2014-11-17
* ao_wasapi: implement device listingGravatar wm42014-10-13
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* ao_wasapi: fix fragile format-mapping codeGravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* ao_wasapi: simplify nAvgBytesPerSec calculationGravatar Marcoen Hirschberg2014-05-28
* atomics: switch to C11 stdatomic.hGravatar wm42014-05-21
* ao_wasapi: make code shorterGravatar wm42014-03-30
* ao_wasapi: Use the character set conversion functions from io.hGravatar Diogo Franco (Kovensky)2014-03-11