aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_wasapi.c
Commit message (Expand)AuthorAge
...
* ao_wasapi: fix device listingGravatar Kevin Mitchell2015-03-31
* ao/wasapi: add ao hotplugGravatar Kevin Mitchell2015-03-31
* ao/wasapi: rewrite format searchGravatar Kevin Mitchell2015-03-26
* 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: style/code formatting tweaksGravatar Kevin Mitchell2015-01-02
* ao/wasapi: remove unnecessary check of audio thread inputGravatar Kevin Mitchell2014-11-28
* ao/wasapi: more missed cleanup on failureGravatar Kevin Mitchell2014-11-28
* ao/wasapi: check return valuesGravatar Kevin Mitchell2014-11-28
* ao/wasapi: just return 0 unconditionally from the threadGravatar Kevin Mitchell2014-11-28
* ao/wasapi: fix unmatched CoUninitialize() on init failureGravatar Kevin Mitchell2014-11-28
* ao/wasapi: more debugging messagesGravatar Kevin Mitchell2014-11-28
* ao/wasapi: make get_device_delay return an error codeGravatar Kevin Mitchell2014-11-28
* ao/wasapi: increase buffer size to 50 msGravatar Kevin Mitchell2014-11-18
* ao/wasapi: Don't free stuff the thread may still be using on timeoutGravatar Kevin Mitchell2014-11-17
* ao/wasapi: also free the threadLoop handle on uninitGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix leaked event handlesGravatar Kevin Mitchell2014-11-17
* ao/wasapi: fix race condition in uninit on failure.Gravatar Kevin Mitchell2014-11-17
* ao/wasapi: request ao reload on thread_feed failuresGravatar Kevin Mitchell2014-11-17
* ao/wasapi: request reset on appropriate eventsGravatar Kevin Mitchell2014-11-17
* ao/wasapi: tidy up better on failureGravatar Kevin Mitchell2014-11-17
* ao/wasapi: improve error messages and add more debug statementsGravatar Kevin Mitchell2014-11-17
* ao/wasapi: make calling of thread_init consistent with thread_uninitGravatar Kevin Mitchell2014-11-17
* ao/wasapi: reenable the reset functionGravatar Kevin Mitchell2014-11-17
* ao_wasapi: implement device listingGravatar wm42014-10-13
* audio/out: remove old thingsGravatar wm42014-09-06
* audio/out/pull: remove race conditionsGravatar wm42014-05-29
* atomics: switch to C11 stdatomic.hGravatar wm42014-05-21
* ao_wasapi: Use the character set conversion functions from io.hGravatar Diogo Franco (Kovensky)2014-03-11
* 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
* ao_wasapi: Initial conversion to the new pull modelGravatar Diogo Franco (Kovensky)2014-03-11
* ao_wasapi: Use double math for QueryPerformanceCounter correctionGravatar Diogo Franco (Kovensky)2014-03-09
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* ao_wasapi: Slightly improve timer accuracyGravatar Diogo Franco (Kovensky)2014-03-06
* ao_wasapi: Add device latency to get_delayGravatar Diogo Franco (Kovensky)2014-03-06
* w32: use safe DLL search paths everywhereGravatar James Ross-Gowan2014-01-27
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionsGravatar wm42013-12-21
* ao_wasapi: mp_msg conversionsGravatar wm42013-12-21
* ao_wasapi: fix includesGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* ao_wasapi: Fix mistaken behavior on uninitGravatar Diogo Franco (Kovensky)2013-12-08
* ao_wasapi: handle AOPLAY_FINAL_CHUNKGravatar Diogo Franco (Kovensky)2013-12-08
* ao_wasapi: Reduce the buffer size to a sane valueGravatar Diogo Franco (Kovensky)2013-12-08
* ao_wasapi: fix audio buffering delay calculationGravatar Diogo Franco (Kovensky)2013-12-08