summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-0815-262/+2
* 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-075-118/+50
* 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-0725-149/+205
* Fix compilation errorsShawn Rutledge2021-04-067-2/+20
* Start adding infrastructure to retrieve video frames as textureLars Knoll2021-04-0614-39/+101
* Add support for rendering P010 and P016 formats in QuickLars Knoll2021-04-067-1/+137
* Simplify codeLars Knoll2021-04-061-12/+5
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-0642-882/+76
* Correctly set the target rect when going fullscreenLars Knoll2021-04-061-0/+1
* Fix video playback on WindowsLars Knoll2021-04-0620-231/+91
* Fix compilation on AndroidLars Knoll2021-04-0614-147/+92
* Smaller API cleanups in QVideoFrameLars Knoll2021-04-069-15/+9
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-0670-887/+892
* QVideoFrame should be constructed with a QSurfaceFormatLars Knoll2021-04-066-76/+81
* Remove the handle type from QVideoSurfaceFormatLars Knoll2021-04-0616-107/+42
* Remove metaData from QVideoFrameLars Knoll2021-04-063-76/+0
* Rough adaptation of the QNX codeLars Knoll2021-04-066-148/+6
* Rename the control classes on darwinDoris Verria2021-04-0622-209/+209
* Don't add cameraControl and imageCaptureControl on session initializationDoris Verria2021-04-0617-43/+127
* Move the camera controls to QPlatformCamera for darwinDoris Verria2021-04-064-27/+21
* Remove all uses of QAbstractVideoSurface from the gstreamer backendLars Knoll2021-04-066-152/+47
* Clean up QAbstractVideoSurface usages in the gstreamer backendLars Knoll2021-04-065-50/+76
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-0633-719/+84
* Remove the custom video surface examplesLars Knoll2021-04-0620-1491/+2
* Remove unused API using QAbstractVideoSurface on macOS/iOSLars Knoll2021-04-0612-33/+6
* Use the new AVFVideoSink abstraction for the camera as wellLars Knoll2021-04-068-29/+56
* Some fixes to the capture handling on macOS/iOSLars Knoll2021-04-063-49/+28
* Minor fix in the QML video node codeLars Knoll2021-04-062-1/+4
* Further refactor the video sink implementation on macOS/iOS.Lars Knoll2021-04-069-275/+264
* Kill QVideoFrame::PixmapHandleLars Knoll2021-04-066-12/+1
* Get rid of the AVFVideoOutput interfaceLars Knoll2021-04-067-124/+7
* ename AVFVideoWindowControl to AVFVideoSinkLars Knoll2021-04-068-41/+41
* Get rid of AVFCameraWindowControlLars Knoll2021-04-064-390/+0
* Fix windowed video rendering for capture sessions on macOSLars Knoll2021-04-066-61/+81
* Fix Windowed playback on macOSLars Knoll2021-04-067-29/+53
* Rename FooMediaRecorderControl to FooMediaEncoder for darwin classesDoris Verria2021-04-069-39/+38
* Fix compilation on macOSLars Knoll2021-04-0611-65/+49
* Get rid of QPainterVideoSurfaceLars Knoll2021-04-0610-3164/+0
* Fix QML video renderingLars Knoll2021-04-067-103/+41
* Remove the QGstVideoRendererPluginLars Knoll2021-04-068-258/+43
* Convert QGraphicsVideoItem to use QVideoSinkLars Knoll2021-04-064-73/+46