aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_wasapi.h
Commit message (Expand)AuthorAge
* ao_wasapi: reorganize wasapi.hGravatar Kevin Mitchell2017-08-07
* ao_wasapi: return bool instead of HRESULT from thread_initGravatar Kevin Mitchell2017-08-07
* ao_wasapi: drop use of AF_FORMAT_S24Gravatar wm42017-07-07
* win32: add COM-specific SAFE_RELEASE to windows_utils.hGravatar James Ross-Gowan2017-01-30
* ao_wasapi: log return code when probing audio formatsGravatar wm42016-11-30
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* osdep: rename atomics.h to atomic.hGravatar wm42016-09-07
* ao_wasapi: replace laggy COM messaging with mp_dispatch_queueGravatar Kevin Mitchell2016-02-26
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionGravatar Kevin Mitchell2016-01-28
* ao_wasapi: correct check for specified device on default changeGravatar Kevin Mitchell2016-01-28
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* ao_wasapi: move out some utility functionsGravatar wm42016-01-11
* ao_wasapi: remove unnecessary header fileGravatar Kevin Mitchell2016-01-05
* ao_wasapi: remove +x flag from filesGravatar wm42016-01-04
* ao_wasapi: make persistent enumerator local to change_notifyGravatar Kevin Mitchell2016-01-04
* ao_wasapi: rewrite device listing and selectionGravatar Kevin Mitchell2016-01-04
* ao_wasapi: wrap long lines and use only c99 comment styleGravatar Kevin Mitchell2015-12-21
* ao_wasapi: reorganize private structureGravatar Kevin Mitchell2015-12-21
* ao_wasapi: remove useless buffer_block_sizeGravatar Kevin Mitchell2015-12-21
* ao_wasapi: remove volume "restore" on exitGravatar Kevin Mitchell2015-12-20
* ao_wasapi: get rid of Vistablob hackGravatar Kevin Mitchell2015-11-24
* ao/wasapi: use atomic state variable instead of different eventsGravatar Kevin Mitchell2015-04-04
* ao/wasapi: reorder priv membersGravatar Kevin Mitchell2015-04-04
* ao/wasapi: add ao hotplugGravatar Kevin Mitchell2015-03-31
* ao/wasapi: move resume to audio threadGravatar Kevin Mitchell2015-02-23
* ao_wasapi: move reset into audio threadGravatar Kevin Mitchell2015-02-23
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macrosGravatar wm42015-01-07
* ao/wasapi: handle VistaBlob failure more gracefullyGravatar Kevin Mitchell2014-11-28
* ao/wasapi: increase buffer size to 50 msGravatar Kevin Mitchell2014-11-18
* ao/wasapi: request reset on appropriate eventsGravatar Kevin Mitchell2014-11-17
* ao/wasapi: new wasapi device monitoring interfaceGravatar Jonathan Yong2014-11-17
* ao/wasapi: improve error messages and add more debug statementsGravatar Kevin Mitchell2014-11-17
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* atomics: switch to C11 stdatomic.hGravatar wm42014-05-21
* ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLEGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Implement per-application mixingGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Move non-critical code outside of the event threadGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Split into 2 filesGravatar Diogo Franco (Kovensky)2014-03-11