summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for HW rendering of Y8 and Y16 video formatsLars Knoll2021-04-083-9/+31
* Add a colorMatrix to the rgb shadersLars Knoll2021-04-086-16/+35
* Remove the plane width code from the shadersLars Knoll2021-04-089-82/+26
* Remove endian specific surface formatsLars Knoll2021-04-0811-102/+31
* Use the new RHI texture formats for 16bit texturesLars Knoll2021-04-082-4/+4
* Remove packed pixel formats that can't be HW acceleratedLars Knoll2021-04-0813-220/+1
* Move conversion functions from CVPixelFormat to our pixel formatLars Knoll2021-04-087-101/+123
* Simplify rendering code for video frames by always using CVPixelBuffersLars Knoll2021-04-0814-1285/+415
* Add a dependency to Qt Shader ToolsLars Knoll2021-04-0715-33/+33
* Provide a shader for the AYUV444 pixel formatLars Knoll2021-04-074-1/+26
* Move the texture uploading code into Qt MultimediaLars Knoll2021-04-0718-1363/+734
* Use the infra in QVideoSurfaceFormat to get shaders and uniformsLars Knoll2021-04-074-117/+49
* Move the shaders from the quick tools into QtMultimediaLars Knoll2021-04-0731-42/+258
* More work to enable HW decoding for Qt QuickLars Knoll2021-04-0723-146/+202
* Fix compilation errorsShawn Rutledge2021-04-067-2/+20