summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qv4l2camera.cpp
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: avoid infinite loop with non-discreate framesizesSamuli Piippo2023-01-041-2/+2
* Fix typo: to setup -> to set upPiotr Srebrny2022-11-281-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-181-1/+1
* Fix 'unsigned int' and 'qsizetype' comparison warnigns for Android armv7Assam Boudjelthia2022-11-141-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-281-38/+2
* Extend fraction computation algorithm to numbers above 1 and below 0Piotr Srebrny2022-05-241-2/+1
* Move QV4L2CameraDevices to common interfacePiotr Srebrny2022-05-041-20/+3
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-291-1/+2
* V4L2: add missing breakThiago Macieira2022-04-191-0/+2
* Rename QVideoFrameFormat::YCbCrColorSpace to ColorSpaceLars Knoll2022-04-091-6/+6
* Expose the color range being used in the video dataLars Knoll2022-04-081-1/+1
* Implement missing camera functionality for the v4l2 cameraLars Knoll2022-04-071-4/+118
* Fix changing the video format using the V4L2 cameraLars Knoll2022-04-071-10/+15
* FFmpeg: fix build on UbuntuPiotr Srebrny2022-01-241-36/+30
* FFMpeg/V4l2: Enable JPG based video framesLars Knoll2022-01-201-3/+2
* FFmpeg/V4L2: correctly handle disconnect of cameras while runningLars Knoll2022-01-201-3/+17
* FFMpeg/V4L2: Fix a deadlock when a camera gets plugged in/removedLars Knoll2022-01-201-2/+2
* FFmpeg/V4l2: Handle the case when the camera is in useLars Knoll2022-01-201-3/+23
* FFmpeg: Fix bugs while capturingLars Knoll2022-01-201-69/+118
* FFmpeg: First video recordedLars Knoll2022-01-201-11/+55
* FFmpeg: Add a V4l2 based cameraLars Knoll2022-01-201-0/+748