aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_wasapi_utils.c
Commit message (Expand)AuthorAge
* ao_wasapi: use SUCCEEDED/FAILED macrosGravatar Kevin Mitchell2016-02-26
* Initial Android supportGravatar Jan Ekström2016-02-10
* 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
* ao_wasapi: fix check for already found deviceGravatar Kevin Mitchell2016-01-28
* ao_wasapi: use correct UINT type for device enumerationGravatar Kevin Mitchell2016-01-22
* ao_wasapi: exit earlier if there are zero playback devices foundGravatar Kevin Mitchell2016-01-22
* 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: initialize change notify in main threadGravatar Kevin Mitchell2016-01-05
* ao_wasapi: make find_deviceID read only wrt struct aoGravatar Kevin Mitchell2016-01-05
* ao_wasapi: move device selection to main threadGravatar Kevin Mitchell2016-01-05
* ao_wasapi: avoid some redundant error messages in device selectionGravatar Kevin Mitchell2016-01-05
* ao_wasapi: alloc later to avoid free on errorGravatar 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: move volume control init to it's own functionGravatar Kevin Mitchell2015-12-21
* ao_wasapi: correctly handle audio session display failureGravatar Kevin Mitchell2015-12-21
* ao_wasapi: non-fatal error handling for COM marshallingGravatar Kevin Mitchell2015-12-21
* ao_wasapi: wrap long lines and use only c99 comment styleGravatar Kevin Mitchell2015-12-21
* ao_wasapi: remove useless buffer_block_sizeGravatar Kevin Mitchell2015-12-21
* ao_wasapi: call the class-specific release functionsGravatar Kevin Mitchell2015-12-20
* ao_wasapi: actually use hw volume support information for exclusive modeGravatar Kevin Mitchell2015-12-20
* ao_wasapi: remove volume "restore" on exitGravatar Kevin Mitchell2015-12-20
* ao_wasapi: add E_NOINTERFACE to error listGravatar Kevin Mitchell2015-12-20
* ao_wasapi: get rid of Vistablob hackGravatar Kevin Mitchell2015-11-24
* ao_wasapi: work around DTS passthrough failureGravatar wm42015-11-19
* audio: always log channel maps before determining final mapGravatar wm42015-10-26
* win32: revert wchar_t changesGravatar wm42015-08-01
* win32: more wchar_t -> WCHAR replacementsGravatar wm42015-07-30
* win32: replace wchar_t with WCHARGravatar wm42015-07-29
* ao_wasapi: fix regressionGravatar wm42015-06-27
* audio: fix format function consistency issuesGravatar wm42015-06-26
* ao/wasapi: use atomic state variable instead of different eventsGravatar Kevin Mitchell2015-04-04
* ao_wasapi: code formatting and alignmentGravatar Kevin Mitchell2015-04-03
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* ao_wasapi: passthrough reworkGravatar Kevin Mitchell2015-04-03
* ao_wasapi: abstract HRESULT_to_strGravatar Kevin Mitchell2015-04-01
* ao_wasapi: remove redundant castsGravatar Kevin Mitchell2015-03-31
* ao_wasapi: simplify hotplugGravatar Kevin Mitchell2015-03-31
* ao_wasapi: fix device listingGravatar Kevin Mitchell2015-03-31
* ao/wasapi: add ao hotplugGravatar Kevin Mitchell2015-03-31
* ao/wasapi: use built in KSDATAFORMATsGravatar Kevin Mitchell2015-03-27
* ao/wasapi: add missing "if" bracesGravatar Kevin Mitchell2015-03-26
* ao/wasapi: rewrite format searchGravatar Kevin Mitchell2015-03-26
* 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