summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi_changenotify.c
Commit message (Expand)AuthorAgeFilesLines
* Fix misspellingsstepshal2016-06-261-1/+1
* win32: replace libuuid.a usage with initguid.hJames Ross-Gowan2016-05-011-0/+1
* ao_wasapi: correct check for specified device on default changeKevin Mitchell2016-01-281-3/+3
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* ao_wasapi: remove unnecessary header fileKevin Mitchell2016-01-051-6/+0
* ao_wasapi: remove +x flag from fileswm42016-01-041-0/+0
* ao_wasapi: just use a pointer to the deviceID in change_notifyKevin Mitchell2016-01-041-3/+1
* ao_wasapi: correctly name the IMMNotificationClientVtblKevin Mitchell2016-01-041-2/+2
* ao_wasapi: make persistent enumerator local to change_notifyKevin Mitchell2016-01-041-4/+9
* ao_wasapi: wrap long lines and use only c99 comment styleKevin Mitchell2015-12-211-16/+19
* win32: revert wchar_t changeswm42015-08-011-4/+4
* win32: more wchar_t -> WCHAR replacementswm42015-07-301-4/+4
* ao_wasapi: abstract HRESULT_to_strKevin Mitchell2015-04-011-1/+1
* ao_wasapi: remove redundant castsKevin Mitchell2015-03-311-3/+3
* ao/wasapi: add ao hotplugKevin Mitchell2015-03-311-62/+67
* ao/wasapi: add missing "if" bracesKevin Mitchell2015-03-261-2/+4
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-071-3/+0
* ao/wasapi: style/code formatting tweaksKevin Mitchell2015-01-021-10/+9
* ao/wasapi: use IsEqualGUID and IsEqualPropertyKeyKevin Mitchell2014-12-161-3/+3
* ao/wasapi: expose GUID and PKEY convenience functionsKevin Mitchell2014-11-281-45/+4
* ao/wasapi: refix printf warning for both cygwin and msysKevin Mitchell2014-11-181-2/+2
* ao/wasapi: silence format string warningsJames Ross-Gowan2014-11-181-1/+1
* ao/wasapi: request reset on appropriate eventsKevin Mitchell2014-11-171-19/+83
* ao/wasapi: add convenience functions for change notifiyKevin Mitchell2014-11-171-0/+49
* ao/wasapi: new wasapi device monitoring interfaceJonathan Yong2014-11-171-0/+171