summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/windows/qwindowsintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* platform integration: avoid unnecessary latin1->unicode conversionsTim Blechmann2024-04-061-1/+1
* platform integration: add getter for current backendTim Blechmann2024-04-051-0/+1
* Implement lazy initialization of VideoDevicesArtem Dyomin2024-01-211-2/+5
* Fix potential thread-safety on lazy media format initializationArtem Dyomin2023-09-061-6/+2
* Make QPlatformMediaIntegration::m_videoDevices a smart pointerMikolaj Boc2023-01-091-1/+1
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-261-7/+7
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Extract QWindowsVideoDevices from QWindowsMediaDevicesPiotr Srebrny2022-05-121-0/+2
* Remove redundant reference counter, MFStartup and CoInitialize has ownPiotr Srebrny2022-05-041-13/+4
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-291-9/+1
* Move the list of QMediaDevices to QPlatformMediaIntegrationLars Knoll2022-01-181-1/+1
* Move the windows backend into a pluginLars Knoll2022-01-151-0/+147