summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qv4l2camera.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing "moc_*.cpp" includes to v4l2 filesArtem Dyomin2023-10-251-0/+2
* Move QV4l2CameraDevices to separate filesArtem Dyomin2023-10-251-151/+3
* Add preffix m_ to v4l2 camaera class membersArtem Dyomin2023-10-251-106/+109
* Ensure updating of all v4l2 parameters on camera changeArtem Dyomin2023-10-241-52/+50
* Fix v4l2 camera frames corruptionArtem Dyomin2023-10-241-218/+102
* Drop v4l2 cameras with unknown formatsArtem Dyomin2023-10-201-0/+3
* Prettify getting of video frame format in v4l2 cameraArtem Dyomin2023-10-201-4/+10
* Use xioctl function wrapper for v4l2 cameraArtem Dyomin2023-10-121-27/+38
* Minor cleanup in v4l2 cameraArtem Dyomin2023-10-101-4/+3
* Prettify calling of QMediaDevice signalsArtem Dyomin2023-06-121-1/+1
* Improve v4l2 cameras update logicArtem Dyomin2023-06-121-27/+36
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* ffmpeg: avoid infinite loop with non-discreate framesizesSamuli Piippo2023-01-031-2/+2
* Fix typo: to setup -> to set upPiotr Srebrny2022-11-281-1/+1
* Fix 'unsigned int' and 'qsizetype' comparison warnigns for Android armv7Assam Boudjelthia2022-11-141-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Remove some of qDebug() and move the remaining to qCDebug()Piotr Srebrny2022-06-071-9/+13
* 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