summaryrefslogtreecommitdiff
path: root/sys/wasapi
AgeCommit message (Expand)AuthorFilesLines
2021-09-21wasapideviceprovider: Add support for dynamic device add/removeSeungha Yang11-54/+783
2021-07-12wasapi: fix reinit of audioclient in prepare()Jakub Janků1-1/+9
2021-07-12wasapi: split gst_wasapi_util_get_device_client()Jakub Janků4-20/+42
2021-03-22gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2020-09-30wasapisrc: Make sure that wasapisrc produces data in loopback modeSeungha Yang2-0/+189
2020-07-18plugins: Use g_win32_error_message for HRESULT to string conversionSeungha Yang1-21/+10
2020-07-15wasapi: added missing lock release in case of error in gst_wasapi_xxx_resetSilvio Lazzeretti2-4/+6
2020-07-02plugins: Update for documentation of Windows pluginsSeungha Yang2-0/+4
2020-06-11wasapi: Fix possible deadlock while downwards state changeSeungha Yang4-6/+61
2019-11-28wasapisrc: Correctly handle BUFFERFLAGS_SILENTNirbheek Chauhan1-5/+6
2019-11-28wasapisrc: Try harder to avoid debug output in the hot loopNirbheek Chauhan1-5/+7
2019-11-28wasapisrc: Fix capturing from some buggy audio driversNirbheek Chauhan2-18/+40
2019-11-28wasapisrc: Clarify that nBlockAlign is actually bpfNirbheek Chauhan1-8/+8
2019-11-28wasapisrc: Fix glitching and clock skew issuesNirbheek Chauhan1-1/+3
2019-11-06wasapi: minor cleanupIgnacio Casal Quinteiro1-4/+2
2019-11-05documentation: fixed a heap o' typosAaron Boxer1-1/+1
2019-10-14wasapi: Fix build warningsSeungha Yang1-0/+4
2019-10-14wasapi: Don't cast GstDeviceProvider to GstElementSeungha Yang3-5/+5
2019-10-14Remove autotools build systemTim-Philipp Müller1-19/+0
2019-08-27wasapi: Move to CoInitializeEx for COM initializationNirbheek Chauhan3-5/+5
2019-08-12wasapi: fix symbol redefinition build errorIgnacio Casal Quinteiro2-3/+8
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-04-30Fixed segtotal value being always 2 due to an unused variableMarcos Kintschner2-3/+1
2019-02-19wasapi: add Hardware tag to element metadataTim-Philipp Müller2-2/+2
2019-02-06misc: Fix warnings on Cerbero MinGWNirbheek Chauhan1-1/+2
2019-01-21wasapi: Fixed corner-cases in mapping of channel maskJacek Tomaszewski1-6/+15
2019-01-15wasapi: Fix infinite loop when the device disappearsNirbheek Chauhan3-27/+67
2019-01-04wasapi: Fix double call to Start when resetting the elementNirbheek Chauhan2-0/+2
2019-01-03wasapisink: Don't call CoUninitialize() twice in unprepare()Sebastian Dröge1-2/+0
2018-09-11wasapi: Remove code that sets thread priorityNirbheek Chauhan6-84/+4
2018-08-08wasapi: Fix build with Windows 8.1 SDKNirbheek Chauhan2-2/+8
2018-08-02wasapisrc: Correctly disable provide-clockNirbheek Chauhan1-3/+3
2018-08-02wasapisink: fix regression in shared mode segment sizeChristoph Reiter1-3/+9
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-4/+16
2018-05-25wasapisink: recover from low buffer levels in shared modeChristoph Reiter1-27/+47
2018-05-25wasapisink: fix a rounding error when calculating the buffer frame countChristoph Reiter1-3/+5
2018-05-25wasapisink: fix missing unlock in case IAudioClient_Start failsChristoph Reiter1-1/+2
2018-05-23wasapi: use FAILED to detect errorsChristoph Reiter1-1/+1
2018-05-23wasapi: Don't pass CoTaskMemFree to g_clear_pointerChristoph Reiter2-2/+4
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-04-18wasapisrc: Don't provide a clock based on WASAPI's clockNirbheek Chauhan1-0/+12
2018-04-16wasapi: Call CoIn/Uninitialize() around prepare()Nirbheek Chauhan3-11/+9
2018-04-10wasapi: Handle return value of WaitForSingleObjectNirbheek Chauhan2-2/+16
2018-04-10wasapi: Call _Start if the client was _ResetNirbheek Chauhan4-2/+34
2018-04-09wasapi: Don't open the device in get_caps()Nirbheek Chauhan2-12/+18
2018-04-06wasapi: Only use audioclient3 when low-latencyNirbheek Chauhan1-5/+26
2018-04-06wasapi: Don't derive device period from latency timeNirbheek Chauhan1-12/+6
2018-04-04wasapi: Squelch warning about %x and HRESULTNirbheek Chauhan1-1/+1
2018-04-04wasapisrc: Implement loopback recordingNirbheek Chauhan5-23/+50
2018-03-27wasapi: Print the hresult hex value on errorNirbheek Chauhan1-1/+1