summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegmediaintegration_p.h
Commit message (Expand)AuthorAgeFilesLines
* Implement audio resampler in the ffmpeg pluginArtem Dyomin2024-01-231-0/+1
* Implement lazy initialization of CapturableWindowsArtem Dyomin2024-01-221-0/+2
* Implement lazy initialization of VideoDevicesArtem Dyomin2024-01-221-0/+2
* Fix potential thread-safety on lazy media format initializationArtem Dyomin2023-09-061-4/+6
* Refactor internal design for QWindowCapture implementationsArtem Dyomin2023-06-231-0/+1
* Renamings before QWindowCapture integrationArtem Dyomin2023-06-221-1/+1
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-261-8/+8
* Add basic screen capturing support using QScreen::grabWindowPiotr Srebrny2022-06-241-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Move QV4L2CameraDevices to common interfacePiotr Srebrny2022-05-041-1/+0
* Remove QFFmpegMediaDevicePiotr Srebrny2022-05-041-1/+0
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-291-2/+0
* FFmpeg: Add a V4l2 based cameraLars Knoll2022-01-201-0/+1
* FFmpeg: Restructure the encoder code baseLars Knoll2022-01-201-1/+1
* FFmpeg: Use PulseAudio as the audio backendLars Knoll2022-01-191-1/+1
* FFmpeg: start implementing a media playerLars Knoll2022-01-191-2/+2
* Start of an FFmpeg backendLars Knoll2022-01-191-0/+89