aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_wasapi_utils.c
Commit message (Expand)AuthorAge
* audio: fix annyoing af_get_best_sample_formats() definitionGravatar wm42018-01-25
* ao_wasapi: remove old commentGravatar Kevin Mitchell2017-08-07
* ao_wasapi: reorganize wasapi.hGravatar Kevin Mitchell2017-08-07
* ao_wasapi: deduplicate wasapi sample format selectionGravatar Kevin Mitchell2017-08-07
* ao_wasapi: clean up find_formats logicGravatar Kevin Mitchell2017-08-07
* ao_wasapi: return bool instead of HRESULT from thread_initGravatar Kevin Mitchell2017-08-07
* ao_wasapi: remove redundant / outdated commentGravatar Kevin Mitchell2017-07-10
* ao_waspi: use switch for handling fix_format errorsGravatar Kevin Mitchell2017-07-10
* ao_wasapi: don't repeat format negotiation on align hackGravatar Kevin Mitchell2017-07-10
* ao_wasapi: fix leak on align hackGravatar Kevin Mitchell2017-07-10
* ao_wasapi: enable packed 24 bit outputGravatar Kevin Mitchell2017-07-09
* ao_wasapi: reorder channels and samplerates to speed up searchGravatar Kevin Mitchell2017-07-09
* ao_wasapi: minor cosmetic fixesGravatar Kevin Mitchell2017-07-09
* ao_wasapi: try correct initial formatGravatar Kevin Mitchell2017-07-09
* ao_wasapi_utils: be slightly more clever when converting channel mapGravatar wm42017-07-07
* ao_wasapi: drop use of AF_FORMAT_S24Gravatar wm42017-07-07
* ao_wasapi: UWP wrapper hack supportGravatar wm42017-06-29
* Universal Windows Plaform (UWP) supportGravatar Pedro Pombeiro2017-06-29
* ao_wasapi: do not use deprecated wchar functionsGravatar Pedro Pombeiro2017-06-29
* ao_wasapi: remove subtly duplicated codeGravatar wm42017-06-28
* ao_wasapi: remove duplicate code for creating IAudioClientGravatar wm42017-06-28
* ao_wasapi: do not pass nonsense to drivers with doubleGravatar wm42017-03-29
* 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
* ao_wasapi_utils: remove unused variableGravatar pavelxdd2016-11-27
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* win32: build with -DINITGUIDGravatar James Ross-Gowan2016-09-28
* ao_wasapi: in exclusive mode do not output multichannel by defaultGravatar wm42016-08-05
* ao_wasapi: use new af_select_best_samplerate functionGravatar Kevin Mitchell2016-03-17
* ao_wasapi: use MP_FATAL for stuff that leads to init failureGravatar Kevin Mitchell2016-02-26
* ao_wasapi: set buffer size to device period in exclusive modeGravatar Kevin Mitchell2016-02-26
* ao_wasapi: replace laggy COM messaging with mp_dispatch_queueGravatar Kevin Mitchell2016-02-26
* 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