aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_wasapi.c
Commit message (Expand)AuthorAge
* 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
* ao_wasapi: UWP wrapper hack supportGravatar wm42017-06-29
* ao_wasapi: do not use deprecated wchar functionsGravatar Pedro Pombeiro2017-06-29
* ao_wasapi: set name of event threadGravatar James Ross-Gowan2017-05-18
* win32: add COM-specific SAFE_RELEASE to windows_utils.hGravatar James Ross-Gowan2017-01-30
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* audio/out: deprecate "exclusive" sub-optionsGravatar wm42016-09-05
* audio/out: deprecate device sub-optionsGravatar wm42016-09-05
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* Fix misspellingsGravatar stepshal2016-06-26
* ao_wasapi: initialize COM in main thread with MTAGravatar Kevin Mitchell2016-06-05
* ao_wasapi: make wait for audio thread termination infiniteGravatar Kevin Mitchell2016-02-26
* ao_wasapi: further flatten/simplify volume controlGravatar Kevin Mitchell2016-02-26
* ao_wasapi: use MP_FATAL for stuff that leads to init failureGravatar Kevin Mitchell2016-02-26
* ao_wasapi: move pre-resume reset into resume functionGravatar Kevin Mitchell2016-02-26
* ao_wasapi: move resetting the thread state into main loopGravatar Kevin Mitchell2016-02-26
* ao_wasapi: replace laggy COM messaging with mp_dispatch_queueGravatar Kevin Mitchell2016-02-26
* ao_wasapi: avoid under-run cascade in exclusive mode.Gravatar Kevin Mitchell2016-02-26
* ao_wasapi: fix typo in commentGravatar Kevin Mitchell2016-02-26
* ao_wasapi: use SUCCEEDED/FAILED macrosGravatar Kevin Mitchell2016-02-26
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionGravatar Kevin Mitchell2016-01-28
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* ao_wasapi: use share_mode value instead of raw option opt_exclusiveGravatar Kevin Mitchell2016-01-18
* 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: make persistent enumerator local to change_notifyGravatar Kevin Mitchell2016-01-04
* ao_wasapi: fix delay calculation againGravatar Kevin Mitchell2016-01-02
* ao_wasapi: fix delay calculationGravatar 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: move exclusive and shared-specific controls to functionsGravatar Kevin Mitchell2015-12-21
* ao_wasapi: check for proxy availability in controlGravatar Kevin Mitchell2015-12-20
* ao_wasapi: actually use hw volume support information for exclusive modeGravatar Kevin Mitchell2015-12-20
* ao_wasapi: don't cast control arg to something it isn'tGravatar Kevin Mitchell2015-12-20
* ao_wasapi: remove volume "restore" on exitGravatar Kevin Mitchell2015-12-20
* ao_wasapi: split exclusive/shared specific ao controlsGravatar Kevin Mitchell2015-12-20
* ao_wasapi: get rid of Vistablob hackGravatar Kevin Mitchell2015-11-24
* ao_wasapi: only report per-app volume in shared modeGravatar Kevin Mitchell2015-11-19
* win32: revert wchar_t changesGravatar wm42015-08-01
* win32: replace wchar_t with WCHARGravatar wm42015-07-29
* ao_wasapi: fix crash on hotplug init errorGravatar wm42015-06-17
* ao/wasapi: use atomic state variable instead of different eventsGravatar Kevin Mitchell2015-04-04
* ao_wasapi: code formatting and alignmentGravatar 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