summaryrefslogtreecommitdiff
path: root/sys/wasapi2
Commit message (Expand)AuthorAgeFilesLines
* wasapi2: Increase rank to primary + 1Seungha Yang2021-08-131-5/+1
* wasapi2ringbuffer: Close IAudioClient on GstAudioRingBuffer::releaseSeungha Yang2021-07-131-3/+43
* wasapi2ringbuffer: Run gst-indentSeungha Yang2021-07-131-2/+2
* wasapi2sink: Fix ringbuffer object leakSeungha Yang2021-06-101-0/+1
* wasapi2ringbuffer: Implement GstAudioRingBuffer::pause()Seungha Yang2021-06-101-9/+64
* wasapi2src: Add support for loopback recordingSeungha Yang2021-06-097-40/+460
* wasapi2: Rewrite plugin and implement audioringbuffer subclassSeungha Yang2021-06-0813-1684/+1629
* wasapi2: Use AUDCLNT_STREAMFLAGS_NOPERSIST flagSeungha Yang2021-06-081-9/+4
* wasapi2src: Fix doc typoSeungha Yang2021-06-081-4/+4
* wasapi2: Propagate HRESULT error code everywhereSeungha Yang2021-05-065-157/+237
* wasapi2: Fix UWP buildSeungha Yang2021-04-221-0/+45
* wasapi2: Implement default audio channel maskSeungha Yang2021-04-211-7/+44
* wasapi2clinet: Simplify set capsSeungha Yang2021-04-211-12/+7
* wasapi2client: Run gst-indentSeungha Yang2021-04-211-27/+52
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* wasapi2device: Make wasapi2 device distinguishable from wasapi deviceSeungha Yang2021-02-181-2/+2
* wasapi2: Always build if Windows 10 SDK is availableSeungha Yang2021-02-181-4/+37
* wasapi2: Ensure unmute when opening audio clientSeungha Yang2020-12-141-0/+14
* wasapi2, mfvideosrc: Update "dispatcher" property to be only writableSeungha Yang2020-07-312-12/+24
* wasapi2device: Allow empty caps for UWP use caseSeungha Yang2020-07-261-1/+3
* wasapi2: Activate device asynchronously if requiredSeungha Yang2020-07-264-127/+214
* wasapi2: Add a new property for ICoreDispatcher settingSeungha Yang2020-07-265-39/+112
* wasapi2: Fix broken debug logSeungha Yang2020-07-231-1/+2
* plugins: Use g_win32_error_message for HRESULT to string conversionSeungha Yang2020-07-181-29/+14
* wasapi2util: Fix wrong use of debug categorySeungha Yang2020-07-171-2/+2
* docs: remove gst prefix from plugin titlesMathieu Duponchelle2020-07-021-1/+1
* plugins: Update for documentation of Windows pluginsSeungha Yang2020-07-021-0/+6
* wasapi2: Fallback to IAudioClient interface if IAudioClient3 API is unavailableSeungha Yang2020-06-111-5/+24
* wasapi2: Add device provider implementationSeungha Yang2020-06-084-0/+287
* wasapi2: Introduce new WASAPI pluginSeungha Yang2020-06-0811-0/+3593