summaryrefslogtreecommitdiff
path: root/sys/wasapi
Commit message (Expand)AuthorAgeFilesLines
* wasapi: fix reinit of audioclient in prepare()Jakub Janků2021-07-121-1/+9
* wasapi: split gst_wasapi_util_get_device_client()Jakub Janků2021-07-124-20/+42
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* wasapisrc: Make sure that wasapisrc produces data in loopback modeSeungha Yang2020-09-302-0/+189
* plugins: Use g_win32_error_message for HRESULT to string conversionSeungha Yang2020-07-181-21/+10
* wasapi: added missing lock release in case of error in gst_wasapi_xxx_resetSilvio Lazzeretti2020-07-152-4/+6
* plugins: Update for documentation of Windows pluginsSeungha Yang2020-07-022-0/+4
* wasapi: Fix possible deadlock while downwards state changeSeungha Yang2020-06-114-6/+61
* wasapisrc: Correctly handle BUFFERFLAGS_SILENTNirbheek Chauhan2019-11-281-5/+6
* wasapisrc: Try harder to avoid debug output in the hot loopNirbheek Chauhan2019-11-281-5/+7
* wasapisrc: Fix capturing from some buggy audio driversNirbheek Chauhan2019-11-282-18/+40
* wasapisrc: Clarify that nBlockAlign is actually bpfNirbheek Chauhan2019-11-281-8/+8
* wasapisrc: Fix glitching and clock skew issuesNirbheek Chauhan2019-11-281-1/+3
* wasapi: minor cleanupIgnacio Casal Quinteiro2019-11-061-4/+2
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* wasapi: Fix build warningsSeungha Yang2019-10-141-0/+4
* wasapi: Don't cast GstDeviceProvider to GstElementSeungha Yang2019-10-143-5/+5
* Remove autotools build systemTim-Philipp Müller2019-10-141-19/+0
* wasapi: Move to CoInitializeEx for COM initializationNirbheek Chauhan2019-08-273-5/+5
* wasapi: fix symbol redefinition build errorIgnacio Casal Quinteiro2019-08-122-3/+8
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Fixed segtotal value being always 2 due to an unused variableMarcos Kintschner2019-04-302-3/+1
* wasapi: add Hardware tag to element metadataTim-Philipp Müller2019-02-192-2/+2
* misc: Fix warnings on Cerbero MinGWNirbheek Chauhan2019-02-061-1/+2
* wasapi: Fixed corner-cases in mapping of channel maskJacek Tomaszewski2019-01-211-6/+15
* wasapi: Fix infinite loop when the device disappearsNirbheek Chauhan2019-01-153-27/+67
* wasapi: Fix double call to Start when resetting the elementNirbheek Chauhan2019-01-042-0/+2
* wasapisink: Don't call CoUninitialize() twice in unprepare()Sebastian Dröge2019-01-031-2/+0
* wasapi: Remove code that sets thread priorityNirbheek Chauhan2018-09-116-84/+4
* wasapi: Fix build with Windows 8.1 SDKNirbheek Chauhan2018-08-082-2/+8
* wasapisrc: Correctly disable provide-clockNirbheek Chauhan2018-08-021-3/+3
* wasapisink: fix regression in shared mode segment sizeChristoph Reiter2018-08-021-3/+9
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-4/+16
* wasapisink: recover from low buffer levels in shared modeChristoph Reiter2018-05-251-27/+47
* wasapisink: fix a rounding error when calculating the buffer frame countChristoph Reiter2018-05-251-3/+5
* wasapisink: fix missing unlock in case IAudioClient_Start failsChristoph Reiter2018-05-251-1/+2
* wasapi: use FAILED to detect errorsChristoph Reiter2018-05-231-1/+1
* wasapi: Don't pass CoTaskMemFree to g_clear_pointerChristoph Reiter2018-05-232-2/+4
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* wasapisrc: Don't provide a clock based on WASAPI's clockNirbheek Chauhan2018-04-181-0/+12
* wasapi: Call CoIn/Uninitialize() around prepare()Nirbheek Chauhan2018-04-163-11/+9
* wasapi: Handle return value of WaitForSingleObjectNirbheek Chauhan2018-04-102-2/+16
* wasapi: Call _Start if the client was _ResetNirbheek Chauhan2018-04-104-2/+34
* wasapi: Don't open the device in get_caps()Nirbheek Chauhan2018-04-092-12/+18
* wasapi: Only use audioclient3 when low-latencyNirbheek Chauhan2018-04-061-5/+26
* wasapi: Don't derive device period from latency timeNirbheek Chauhan2018-04-061-12/+6
* wasapi: Squelch warning about %x and HRESULTNirbheek Chauhan2018-04-041-1/+1
* wasapisrc: Implement loopback recordingNirbheek Chauhan2018-04-045-23/+50
* wasapi: Print the hresult hex value on errorNirbheek Chauhan2018-03-271-1/+1
* wasapi: try to satisfy both mingw and msvcTim-Philipp Müller2018-03-182-0/+3