summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/qplatformmediaintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort includes in QPlatformMediaIntegrationNils Petter Skålerud2025-06-111-17/+19
* QCapturableWindow: Make constructible from QWindowNils Petter Skålerud2025-06-111-0/+13
* QMaybe: introduce QUnexpectedTim Blechmann2025-03-121-1/+1
* Require 'unexpect' argument when creating QMaybe with errorJøger Hansegård2025-03-071-1/+1
* QPlatformAudioDevices: introduce backendName()Tim Blechmann2025-02-111-0/+5
* Add unit tests for QMediaDevicesArtem Dyomin2025-01-151-0/+10
* Rename QPlatformMediaDevices => QPlatformAudioDevicesArtem Dyomin2025-01-131-7/+7
* Decouple VideoDevices from MediaDevicesArtem Dyomin2025-01-091-6/+0
* Rename QPlatformVideoDevices::videoDevices => videoInputsArtem Dyomin2025-01-091-1/+1
* Make backend selection case insensitiveJøger Hansegård2024-10-111-1/+1
* Use new macro for declaring static logging categoriesUlf Hermann2024-06-141-1/+1
* Simplify color management tests by using FFmpeg color conversionJøger Hansegård2024-05-101-0/+6
* Manage media backend lifetime using Q_APPLICATION_STATICJøger Hansegård2024-04-261-40/+1
* platform integration: add getter for current backendTim Blechmann2024-04-051-2/+7
* Tie Qt Multimedia backend lifetime to Qt Application lifetimeJøger Hansegård2024-03-281-11/+50
* Add tests that verify backend availability in QtMultimediaJøger Hansegård2024-03-101-16/+16
* Simplify lifetime management of QPlatformAudioResamplerJøger Hansegård2024-03-081-0/+7
* Move ownership of media devices to platform media integrationJøger Hansegård2024-02-281-11/+42
* Log error when accessing multimedia APIs without a QCoreApplicationJøger Hansegård2024-01-291-0/+4
* Use regular plugin loader also in multimedia unit testsJøger Hansegård2024-01-291-36/+17
* Make singletons easier to spot using Q_GLOBAL_STATICJøger Hansegård2024-01-291-18/+24
* Implement lazy initialization of CapturableWindowsArtem Dyomin2024-01-211-3/+12
* Implement lazy initialization of VideoDevicesArtem Dyomin2024-01-211-1/+9
* Fix potential thread-safety on lazy media format initializationArtem Dyomin2023-09-061-1/+15
* Implement initialization of video devices on the first connectionArtem Dyomin2023-06-271-23/+20
* Introduce private interface for QCapturableWindow providingArtem Dyomin2023-06-261-0/+11
* Replace qFatal with qCriticalArtem Dyomin2023-06-081-1/+4
* Add cmake var for explicit setting of default media backendArtem Dyomin2023-02-221-0/+6
* Disambiguate static constants, variables and functionsFriedemann Kleint2023-02-151-13/+13
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Make QPlatformMediaIntegration::m_videoDevices a smart pointerMikolaj Boc2023-01-091-4/+3
* Set ffmpeg as the default media backendArtem Dyomin2023-01-041-14/+27
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-261-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-291-9/+4
* Prefer platfrom specific backend until ffmpeg becomes maturePiotr Srebrny2022-01-261-5/+6
* Move the videoInputs() API our of QPlatformMediaDevicesLars Knoll2022-01-181-0/+15
* Move the QNX backend code into a pluginLars Knoll2022-01-171-11/+0
* QNX: Instantiate the QNX backendLars Knoll2022-01-171-0/+11
* Move the windows backend into a pluginLars Knoll2022-01-151-8/+2
* Turn the macOS/iOS backend into a pluginLars Knoll2022-01-151-4/+1
* Turn the wasm backend into a pluginLars Knoll2022-01-151-3/+0
* Don't crash if we can't find a multimedia pluginLars Knoll2022-01-121-2/+4
* Turn the pulseaudio backend into a pluginLars Knoll2022-01-121-7/+1
* Convert the android backend into a pluginLars Knoll2022-01-111-7/+1
* Reintroduce a plugin architecture for multimedia backendsLars Knoll2022-01-111-10/+49
* Rename QWindowsIntegration to avoid collision with a qtbase symbolAndré de la Rocha2021-09-171-1/+1
* Fail early on unsupported platform/compilerAndré de la Rocha2021-09-171-1/+2
* Add audio plugin for QtMutimedia on WASMRaffaele Pertile2021-08-171-0/+3
* Use QAudioInput in QMediaCaptureSessionLars Knoll2021-06-111-0/+12