summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi_utils.h
Commit message (Expand)AuthorAgeFilesLines
* ao/wasapi: use atomic state variable instead of different eventsKevin Mitchell2015-04-041-1/+1
* ao_wasapi: abstract HRESULT_to_strKevin Mitchell2015-04-011-2/+2
* ao_wasapi: simplify hotplugKevin Mitchell2015-03-311-5/+1
* ao_wasapi: fix device listingKevin Mitchell2015-03-311-6/+2
* ao/wasapi: add ao hotplugKevin Mitchell2015-03-311-0/+3
* ao/wasapi: use IsEqualGUID and IsEqualPropertyKeyKevin Mitchell2014-12-161-2/+0
* ao/wasapi: make functions return bool that were acting like itKevin Mitchell2014-11-281-3/+3
* ao/wasapi: check full GUID of KSDATAFORMAT to determine floatKevin Mitchell2014-11-281-0/+1
* ao/wasapi: expose GUID and PKEY convenience functionsKevin Mitchell2014-11-281-0/+6
* ao/wasapi: tidy up better on failureKevin Mitchell2014-11-171-0/+2
* ao/wasapi: improve error messages and add more debug statementsKevin Mitchell2014-11-171-1/+1
* ao/wasapi: make calling of thread_init consistent with thread_uninitKevin Mitchell2014-11-171-1/+1
* ao_wasapi: implement device listingwm42014-10-131-1/+2
* ao_wasapi: Move non-critical code outside of the event threadDiogo Franco (Kovensky)2014-03-111-18/+7
* ao_wasapi: Split into 2 filesDiogo Franco (Kovensky)2014-03-111-0/+56