summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideotexturehelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-141-6/+4
* Make sure Qt Multimedia compiles against 6.1Lars Knoll2021-05-141-2/+16
* Fix tst_qvideoframe test failuresLars Knoll2021-04-281-28/+32
* Remove QVideoFrame(QImage) constructorLars Knoll2021-04-161-26/+58
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-63/+63
* Remove the notifyInterval() functionalityLars Knoll2021-04-081-0/+34
* Remove 16bit RGB pixel formatsLars Knoll2021-04-081-31/+0
* Various fixes to the shader codeLars Knoll2021-04-081-19/+24
* Cleanups in the shadersLars Knoll2021-04-081-44/+5
* Add support for HW rendering of Y8 and Y16 video formatsLars Knoll2021-04-081-9/+11
* Add a colorMatrix to the rgb shadersLars Knoll2021-04-081-11/+9
* Remove the plane width code from the shadersLars Knoll2021-04-081-24/+5
* Remove endian specific surface formatsLars Knoll2021-04-081-26/+9
* Use the new RHI texture formats for 16bit texturesLars Knoll2021-04-081-2/+2
* Remove packed pixel formats that can't be HW acceleratedLars Knoll2021-04-081-43/+0
* Add a dependency to Qt Shader ToolsLars Knoll2021-04-071-12/+12
* Move the texture uploading code into Qt MultimediaLars Knoll2021-04-071-0/+514