summaryrefslogtreecommitdiffstats
path: root/src/multimedia/camera
Commit message (Expand)AuthorAgeFilesLines
* Fix CameraImageCapture autotestLars Knoll2021-04-271-1/+1
* Fix tst_qcameraLars Knoll2021-04-271-13/+11
* Add notify signals for QCameraFocus' min/max zoomFactor changeDoris Verria2021-04-262-2/+8
* Remove qmake files from the repositoryLars Knoll2021-04-231-21/+0
* Some smaller fixes for declarative-cameraLars Knoll2021-04-191-2/+2
* Fix camera errors on app shutdownLars Knoll2021-04-192-40/+7
* Fix potential memory leak on camera initializitationDoris Verria2021-04-192-10/+17
* Have the QPlatformMediaIntegration create the platformCameraDoris Verria2021-04-192-4/+5
* Convert the remaining QML APIs related to captureLars Knoll2021-04-191-0/+1
* New QML API for image capturingLars Knoll2021-04-192-9/+27
* Add error handling for QML Camera itemLars Knoll2021-04-192-6/+13
* Make QMediaDeviceManager available to QMLLars Knoll2021-04-191-0/+6
* Add a couple of Q_PROPERTY macrosLars Knoll2021-04-162-0/+4
* Add a missing Q_ENUMS()Lars Knoll2021-04-161-0/+1
* Prepare QCameraFocus to be used in QMLLars Knoll2021-04-162-6/+10
* Prepare QCameraImageProcessing for usage from QMLLars Knoll2021-04-162-48/+89
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-144-4/+4
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-062-4/+2
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-064-4/+4
* Don't add cameraControl and imageCaptureControl on session initializationDoris Verria2021-04-062-4/+8
* Add support for Hue adjustment to QCameraImageProcessingLars Knoll2021-03-232-1/+25
* Re-add support for gstreamer image captureLars Knoll2021-03-232-9/+1
* Get rid of the capture destination enumLars Knoll2021-03-232-55/+18
* Remove QCameraImageCapture::cancelCapture()Lars Knoll2021-03-192-22/+0
* Make QMediaCaptureSession the new central class for media capturingLars Knoll2021-03-165-127/+98
* Starting point for reworking the architecture for media captureLars Knoll2021-03-164-7/+7
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-162-11/+0
* Remove Q_ENUMS that don't exist anymoreLars Knoll2021-03-161-2/+0
* Simplify state handling in QCamera and QMediaRecorderLars Knoll2021-03-163-100/+24
* Remove some dead codeLars Knoll2021-03-164-51/+2
* Remove enum values that do not make senseLars Knoll2021-03-162-6/+2
* Remove QCameraFocus::focusPointMode propertyLars Knoll2021-03-162-56/+23
* Clean up focus modes and add manual focus controlLars Knoll2021-03-162-28/+62
* Get rid of focus zonesLars Knoll2021-03-162-215/+0
* Remove unused exposure settingsLars Knoll2021-03-162-27/+17
* Simplify API for flash and torch handlingLars Knoll2021-03-162-41/+63
* Remove unused enum valueLars Knoll2021-03-152-5/+0
* Rename backend classes as a next step in consistent class namingDoris Verria2021-03-059-93/+93
* Get rid of sharpening and denoising in QCameraImageProcessingDoris Verria2021-03-052-64/+0
* Modernize code baseLars Knoll2021-03-023-44/+11
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-3/+0
* Get rid of QVideoRendererControlLars Knoll2021-03-021-1/+0
* Next steps in consistent class namingLars Knoll2021-03-024-10/+10
* And finally kill QMediaServiceLars Knoll2021-02-171-1/+0
* Get rid of QMediaService for the capture interfaceLars Knoll2021-02-172-7/+3
* Kill QMediaSource and QMediaSinkLars Knoll2021-02-1711-21/+27
* Remove QMediaSource inheritance from QCameraLars Knoll2021-02-175-42/+35
* Get rid of QCamera::CaptureModeLars Knoll2021-02-174-85/+3
* Rework how to set a video output surfaceLars Knoll2021-02-173-18/+9
* Rework the metadata handlingLars Knoll2021-02-122-7/+32