summaryrefslogtreecommitdiffstats
path: root/src/qtmultimediaquicktools/qsgvideonode_rgb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the texture uploading code into Qt MultimediaLars Knoll2021-04-071-203/+0
* Use the infra in QVideoSurfaceFormat to get shaders and uniformsLars Knoll2021-04-071-14/+12
* Move the shaders from the quick tools into QtMultimediaLars Knoll2021-04-071-2/+2
* Smaller API cleanups in QVideoFrameLars Knoll2021-04-061-1/+1
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-061-12/+12
* Remove the handle type from QVideoSurfaceFormatLars Knoll2021-04-061-1/+1
* Minor fix in the QML video node codeLars Knoll2021-04-061-1/+3
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-161-3/+3
* Modernize code baseLars Knoll2021-03-021-3/+1
* Modernize code baseLars Knoll2021-01-211-3/+3
* Quick: Always create sg textures in ctor()VaL Doroshchuk2020-08-301-2/+1
* Update dependencies on 'dev' in qt/qtmultimediaVaL Doroshchuk2020-06-301-1/+1
* RHI: Remove gl code from video nodesVaL Doroshchuk2020-06-041-184/+16
* Quick: Add support of RHI for video framesVaL Doroshchuk2020-05-291-0/+78
* Update qtbase dependencyFriedemann Kleint2020-03-251-1/+1
* QML: Use alpha channel for ARGB32 video framesVaL Doroshchuk2017-12-221-3/+12
* Add missing override and remove redundant virtualAlexander Volkov2016-12-121-6/+6
* 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/+4
* Minor refactor of built-in QSGVideoNodes.v5.5.0-beta1Yoann Lopes2015-04-301-55/+24
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\
| * Fix order of QSGVideoNode_RGB's supported formats.Yoann Lopes2015-03-181-1/+1
* | Update copyright headersAntti Kokko2015-02-121-7/+7
* | Add video filtering support to VideoOutputLaszlo Agocs2015-02-031-1/+1
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-011-1/+1
|\
| * Fix QSGVideoNode rendering of rgb frames with padding.Daniele E. Domenichelli2014-08-251-1/+1
* | Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* | Support dynamic opengl32 - ANGLE switching on WindowsLaszlo Agocs2014-07-291-15/+15
|/
* Fix QSGVideoNode rendering of frames with stride != width.Andrew den Exter2014-05-151-4/+31
* Allow plugins to override the QML VideoOutput type.Andrew den Exter2014-01-201-0/+289