summaryrefslogtreecommitdiffstats
path: root/src/qtmultimediaquicktools/qsgvideonode_yuv.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the texture uploading code into Qt MultimediaLars Knoll2021-04-071-424/+0
* Use the infra in QVideoSurfaceFormat to get shaders and uniformsLars Knoll2021-04-071-93/+30
* Move the shaders from the quick tools into QtMultimediaLars Knoll2021-04-071-8/+8
* More work to enable HW decoding for Qt QuickLars Knoll2021-04-071-10/+18
* Start adding infrastructure to retrieve video frames as textureLars Knoll2021-04-061-8/+6
* Add support for rendering P010 and P016 formats in QuickLars Knoll2021-04-061-1/+83
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-061-16/+16
* Remove the handle type from QVideoSurfaceFormatLars Knoll2021-04-061-11/+5
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-161-8/+8
* Modernize code baseLars Knoll2021-03-021-3/+1
* Modernize code baseLars Knoll2021-01-211-3/+3
* Quick: Introduce multiple textures for NV12/NV21 video framesVaL Doroshchuk2020-09-091-1/+23
* Quick: Always create sg textures in ctor()VaL Doroshchuk2020-08-301-8/+4
* Update dependencies on 'dev' in qt/qtmultimediaVaL Doroshchuk2020-06-301-1/+1
* Quick: Fix padded video frame when bytes per line > widthVaL Doroshchuk2020-06-151-7/+7
* RHI: Remove gl code from video nodesVaL Doroshchuk2020-06-041-395/+29
* Quick: Add support of RHI for video framesVaL Doroshchuk2020-05-291-2/+220
* Update qtbase dependencyFriedemann Kleint2020-03-251-1/+1
* Add YUV422P format support to QVideoFrame and declarative rendererTomasz Olszak2019-05-101-8/+11
* Fix comment for YUV fragment shadersSamuel Gaist2019-01-291-2/+2
* Add OpenGL core profile support to QtMultimediaQuickToolsMassimo Callegari2018-09-031-6/+41
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-13/+19
|\
| * Improve quality of YUVY and UYVY renderingTomasz Olszak2018-01-151-13/+19
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-3/+3
|/
* Add missing override and remove redundant virtualAlexander Volkov2016-12-121-8/+8
* Implement YUV 4:2:2 8bit support for QtQuickSamuel Gaist2016-04-291-4/+95
* Updated license headersAntti Kokko2016-01-191-14/+20
* Fix some private headers.Yoann Lopes2015-11-241-1/+1
* Fix video nodes material comparison.Yoann Lopes2015-07-201-0/+3
* Fix texture unit bug in the YUV video node.Yoann Lopes2015-05-121-1/+2
* Minor refactor of built-in QSGVideoNodes.v5.5.0-beta1Yoann Lopes2015-04-301-173/+105
* Add NV12/NV21 support into SG videonode.Timur Pocheptsov2015-03-201-0/+460