summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unused source property from VideoOutputLars Knoll2021-04-192-37/+0
* Fix a nullptr dereferenceLars Knoll2021-04-191-3/+4
* Fix a nullptr derefence on macOSLars Knoll2021-04-191-1/+1
* Some smaller fixes for declarative-cameraLars Knoll2021-04-191-2/+2
* Make sure we don't keep a reference to a deleted capture sessionLars Knoll2021-04-191-0/+4
* Fix camera and compilation on macOSLars Knoll2021-04-198-31/+38
* Fix issues with incorrect video sizes for windowed renderingLars Knoll2021-04-192-8/+17
* Fix camera errors on app shutdownLars Knoll2021-04-192-40/+7
* Fix gstreamer camera after the latest changesLars Knoll2021-04-194-29/+38
* Fix potential memory leak on camera initializitationDoris Verria2021-04-192-10/+17
* Have the QPlatformMediaIntegration create the platformCameraDoris Verria2021-04-1924-96/+218
* Get rid of the camera session usage on the camera control classesDoris Verria2021-04-198-95/+105
* Various reliability bugfixesLars Knoll2021-04-1910-103/+27
* Fix brightness and friends with xvimagesinkLars Knoll2021-04-191-4/+4
* Move the remaining items from the QML plugin into multimediaquickLars Knoll2021-04-1911-163/+148
* Fix a crash with gstreamerLars Knoll2021-04-191-1/+2
* Convert the remaining QML APIs related to captureLars Knoll2021-04-1919-3163/+21
* New QML API for image capturingLars Knoll2021-04-1913-381/+287
* Add error handling for QML Camera itemLars Knoll2021-04-195-8/+16
* Make QMediaDeviceManager available to QMLLars Knoll2021-04-199-51/+93
* Start using the new type registration scheme for QML typesLars Knoll2021-04-1611-1585/+163
* Add a couple of Q_PROPERTY macrosLars Knoll2021-04-163-0/+5
* Rename the library for Qt Quick to multimediaquickLars Knoll2021-04-1613-2/+2
* Register the C++ based API under new names to be able to test itLars Knoll2021-04-161-0/+9
* Add a missing Q_ENUMS()Lars Knoll2021-04-161-0/+1
* Rename videoPreview to videoOutputLars Knoll2021-04-163-7/+46
* Use QCameraFocus directly in QMLLars Knoll2021-04-166-238/+20
* Prepare QCameraFocus to be used in QMLLars Knoll2021-04-162-6/+10
* Get rid of QDeclarativeCameraImageProcessingLars Knoll2021-04-166-474/+3
* Prepare QCameraImageProcessing for usage from QMLLars Knoll2021-04-1611-142/+89
* Kill all versioned importsLars Knoll2021-04-165-76/+26
* Expose QMediaMetaData as a value type to QMLLars Knoll2021-04-169-635/+15
* Get rid of QDeclarativeAudioLars Knoll2021-04-166-817/+16
* API cleanups in QMediaPlayerLars Knoll2021-04-1621-139/+213
* Fix signature of newVideoFrame() signalLars Knoll2021-04-161-1/+1
* Remove QVideoFrame(QImage) constructorLars Knoll2021-04-167-214/+69
* Better error handling for gstreamerLars Knoll2021-04-164-3/+9
* Remove the graphicsType enum from QVideoSinkLars Knoll2021-04-169-69/+3
* Clean up QVideoSink and it's platform implementationLars Knoll2021-04-1616-565/+189
* Remove unused methodLars Knoll2021-04-167-25/+0
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-1463-581/+581
* Remove QAbstractVideoFilterLars Knoll2021-04-1413-587/+6
* Add some very basic and incomplete docs for QVideoSinkLars Knoll2021-04-121-0/+64
* Cleanups in QVideoSinkLars Knoll2021-04-122-43/+1
* Remove the notifyInterval() functionalityLars Knoll2021-04-0843-642/+37
* Fix audio device switching on Linux in the audiooutput exampleLars Knoll2021-04-082-1/+2
* Get rid of QMediaPlayer::setCustomRole() and relatedLars Knoll2021-04-0818-308/+52
* Remove 16bit RGB pixel formatsLars Knoll2021-04-0815-189/+0
* Various fixes to the shader codeLars Knoll2021-04-0817-34/+127
* Cleanups in the shadersLars Knoll2021-04-088-97/+16