summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi.h
Commit message (Expand)AuthorAgeFilesLines
* ao_wasapi: replace laggy COM messaging with mp_dispatch_queueKevin Mitchell2016-02-261-14/+2
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionKevin Mitchell2016-01-281-1/+1
* ao_wasapi: correct check for specified device on default changeKevin Mitchell2016-01-281-0/+1
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* ao_wasapi: move out some utility functionswm42016-01-111-5/+1
* ao_wasapi: remove unnecessary header fileKevin Mitchell2016-01-051-2/+25
* ao_wasapi: remove +x flag from fileswm42016-01-041-0/+0
* ao_wasapi: make persistent enumerator local to change_notifyKevin Mitchell2016-01-041-1/+1
* ao_wasapi: rewrite device listing and selectionKevin Mitchell2016-01-041-0/+2
* ao_wasapi: wrap long lines and use only c99 comment styleKevin Mitchell2015-12-211-2/+2
* ao_wasapi: reorganize private structureKevin Mitchell2015-12-211-37/+36
* ao_wasapi: remove useless buffer_block_sizeKevin Mitchell2015-12-211-1/+0
* ao_wasapi: remove volume "restore" on exitKevin Mitchell2015-12-201-3/+0
* ao_wasapi: get rid of Vistablob hackKevin Mitchell2015-11-241-11/+0
* ao/wasapi: use atomic state variable instead of different eventsKevin Mitchell2015-04-041-6/+11
* ao/wasapi: reorder priv membersKevin Mitchell2015-04-041-12/+14
* ao/wasapi: add ao hotplugKevin Mitchell2015-03-311-1/+3
* ao/wasapi: move resume to audio threadKevin Mitchell2015-02-231-4/+1
* ao_wasapi: move reset into audio threadKevin Mitchell2015-02-231-0/+1
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-071-3/+0
* ao/wasapi: handle VistaBlob failure more gracefullyKevin Mitchell2014-11-281-1/+4
* ao/wasapi: increase buffer size to 50 msKevin Mitchell2014-11-181-4/+0
* ao/wasapi: request reset on appropriate eventsKevin Mitchell2014-11-171-3/+13
* ao/wasapi: new wasapi device monitoring interfaceJonathan Yong2014-11-171-0/+8
* ao/wasapi: improve error messages and add more debug statementsKevin Mitchell2014-11-171-1/+1
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* atomics: switch to C11 stdatomic.hwm42014-05-211-1/+3
* ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLEDiogo Franco (Kovensky)2014-03-111-0/+4
* ao_wasapi: Implement per-application mixingDiogo Franco (Kovensky)2014-03-111-0/+5
* ao_wasapi: Move non-critical code outside of the event threadDiogo Franco (Kovensky)2014-03-111-15/+14
* ao_wasapi: Split into 2 filesDiogo Franco (Kovensky)2014-03-111-0/+95