summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/gstreamer/mediacapture
Commit message (Expand)AuthorAgeFilesLines
* Some QCamera API cleanupsLars Knoll2021-05-252-15/+67
* Correctly resolve the actual output file for QMediaEncoderLars Knoll2021-05-213-8/+7
* Improve gstreamer capture pipelineLars Knoll2021-05-213-13/+20
* Improve V4L2 supportLars Knoll2021-05-212-26/+92
* Fix camera not showing up on gstreamerLars Knoll2021-05-212-5/+8
* Merge QPlatformCameraImageProcessing into QPlatformCameraLars Knoll2021-05-204-445/+219
* Remove contrast/brightness/hue/saturation properties from QCameraLars Knoll2021-05-192-92/+0
* Move QPlatformCameraExposure API into QPlatformCameraLars Knoll2021-05-194-483/+180
* Cleanup the QMediaEncoder backend architectureLars Knoll2021-05-193-64/+43
* Merge the QPlatformCameraFocus class into QPlatformCameraLars Knoll2021-05-184-248/+52
* Remove QCamera::aperture() and friendsLars Knoll2021-05-181-9/+0
* Merge QCameraImageProcessing into QCameraLars Knoll2021-05-182-91/+28
* Merge QCameraExposure into QCameraLars Knoll2021-05-182-50/+50
* Merge the QCameraFocus API into QCameraLars Knoll2021-05-182-14/+14
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-142-14/+10
* Get rid of QMediaFormat::ModeDoris Verria2021-05-122-7/+17
* Add support for selecting the camera formatLars Knoll2021-05-106-52/+53
* Fix most qcamerabackend autotests on gstreamerLars Knoll2021-05-106-54/+77
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-071-3/+3
* Clean up the GstPipeline wrapper classLars Knoll2021-05-073-2/+3
* Have QPlatformMediaIntegration create the platform encoderDoris Verria2021-04-294-29/+74
* Have the QPlatformMediaIntegration create the platformimageCaptureDoris Verria2021-04-284-24/+88
* GStreamer: Correctly handle cameras that only provide JPEGLars Knoll2021-04-282-4/+32
* Remove qmake files from the repositoryLars Knoll2021-04-231-17/+0
* Fix gstreamer camera after the latest changesLars Knoll2021-04-193-26/+35
* Have the QPlatformMediaIntegration create the platformCameraDoris Verria2021-04-195-22/+71
* Various reliability bugfixesLars Knoll2021-04-191-0/+1
* Prepare QCameraImageProcessing for usage from QMLLars Knoll2021-04-162-35/+0
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-1/+1
* Fix compilation errorsShawn Rutledge2021-04-062-1/+13
* Smaller API cleanups in QVideoFrameLars Knoll2021-04-061-1/+1
* QVideoFrame should be constructed with a QSurfaceFormatLars Knoll2021-04-061-1/+1
* Remove the handle type from QVideoSurfaceFormatLars Knoll2021-04-061-1/+1
* Don't add cameraControl and imageCaptureControl on session initializationDoris Verria2021-04-063-8/+14
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-062-6/+0
* Use QVideoFrame::image() instead of a QGstUtils::bufferToImage()Lars Knoll2021-04-061-2/+6
* Add support for QVideoSink to the capture sessionLars Knoll2021-04-062-0/+6
* Smaller cleanupLars Knoll2021-04-061-1/+0
* Cleanup the gstreamer bus handlingLars Knoll2021-04-062-13/+10
* Cleanup the gstreamer image processing code baseLars Knoll2021-03-233-230/+105
* Add support for Hue adjustment to QCameraImageProcessingLars Knoll2021-03-232-0/+17
* Add V4L2 handling of image processing fieldsLars Knoll2021-03-233-127/+303
* Add focus, exposure and imageprocessing support for gstreamerLars Knoll2021-03-238-0/+1306
* Remove the old gstreamer capturing backendLars Knoll2021-03-232-1161/+0
* Re-add support for gstreamer image captureLars Knoll2021-03-236-69/+284
* Get rid of the capture destination enumLars Knoll2021-03-232-3/+12
* Remove QCameraImageCapture::cancelCapture()Lars Knoll2021-03-192-6/+0
* Implement a new capture backend for gstreamerLars Knoll2021-03-198-247/+543
* Rename QPlatformMediaRecoder to QPlatformMediaEncoderLars Knoll2021-03-196-9/+9
* Move the audio input settings from the encoder to the capture sessionLars Knoll2021-03-184-41/+41