summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Further cleanups of the VideoOutput APILars Knoll2021-04-191-2/+7
* Remove unused source property from VideoOutputLars Knoll2021-04-192-3/+0
* Fix QML runtime warningsLars Knoll2021-04-193-5/+6
* Fix a nullptr dereferenceLars Knoll2021-04-192-1/+9
* Fix camera permissions on macOSLars Knoll2021-04-192-0/+50
* Some smaller fixes for declarative-cameraLars Knoll2021-04-193-3/+51
* Fix the declarative-camera exampleLars Knoll2021-04-196-37/+41
* Convert the remaining QML APIs related to captureLars Knoll2021-04-191-1/+1
* New QML API for image capturingLars Knoll2021-04-191-3/+2
* Add error handling for QML Camera itemLars Knoll2021-04-192-8/+8
* Make QMediaDeviceManager available to QMLLars Knoll2021-04-199-17/+19
* Use the C++ based Camera itemLars Knoll2021-04-161-7/+11
* Rename videoPreview to videoOutputLars Knoll2021-04-161-1/+1
* Use QCameraFocus directly in QMLLars Knoll2021-04-161-2/+2
* Kill all versioned importsLars Knoll2021-04-1694-111/+111
* Get rid of QDeclarativeAudioLars Knoll2021-04-161-2/+0
* API cleanups in QMediaPlayerLars Knoll2021-04-168-27/+32
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-161-4/+4
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-3/+3
* Remove QAbstractVideoFilterLars Knoll2021-04-147-909/+0
* Remove the notifyInterval() functionalityLars Knoll2021-04-082-6/+10
* Get rid of QMediaPlayer::setCustomRole() and relatedLars Knoll2021-04-083-13/+0
* Use the infra in QVideoSurfaceFormat to get shaders and uniformsLars Knoll2021-04-071-1/+1
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-062-2/+2
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-063-6/+6
* Remove the custom video surface examplesLars Knoll2021-04-0619-1491/+0
* Fix QML video renderingLars Knoll2021-04-061-2/+2
* Make QAbstractVideoSurface::isFormatSupported() non virtualLars Knoll2021-03-232-13/+0
* Fix loading of the qmlvideo exampleLars Knoll2021-03-231-2/+2
* Add support for Hue adjustment to QCameraImageProcessingLars Knoll2021-03-232-41/+65
* Add V4L2 handling of image processing fieldsLars Knoll2021-03-232-14/+95
* Re-add support for gstreamer image captureLars Knoll2021-03-231-0/+1
* Some fixes to meta data handlingLars Knoll2021-03-192-5/+9
* Move the audio input settings from the encoder to the capture sessionLars Knoll2021-03-181-1/+1
* Remove audio/video device settings from QMediaEncoderLars Knoll2021-03-182-4/+6
* Add a QMediaEncoder classLars Knoll2021-03-176-65/+64
* Make QMediaCaptureSession the new central class for media capturingLars Knoll2021-03-165-6/+14
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-164-14/+14
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-167-19/+19
* Simplify state handling in QCamera and QMediaRecorderLars Knoll2021-03-163-14/+7
* Get rid of AVFMediaPlayerSessionLars Knoll2021-03-151-1/+1
* Basic support for different audio/video tracks on DarwinLars Knoll2021-03-051-11/+14
* Add support for selecting audio/video tracksLars Knoll2021-03-052-0/+62
* Implement basic metadata support for QMediaPlayerLars Knoll2021-03-021-10/+12
* Set metadata when recording to the camera exampleDoris Verria2021-03-027-2/+270
* Show metadata for audio/video files in player exampleDoris Verria2021-03-022-4/+54
* Start rewriting the gstreamer player backendLars Knoll2021-03-021-1/+1
* Modernize code baseLars Knoll2021-03-0212-44/+14
* Remove manual metatype declarations and registrationsLars Knoll2021-03-023-5/+0
* Add example for listing audio and video devices and their propertiesDoris Verria2021-02-173-0/+221