summaryrefslogtreecommitdiffstats
path: root/src/qtmultimediaquicktools
Commit message (Expand)AuthorAgeFilesLines
* Fix precision loss in QDeclarativeVideoRendererBackend::adjustedViewportVaL Doroshchuk2017-12-201-2/+2
* Don't discard the surface format when creating a video nodeVaL Doroshchuk2017-10-271-1/+8
* Add missing override and remove redundant virtualAlexander Volkov2016-12-127-39/+39
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-10/+0
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-101-10/+0
| |\
| | * QNX: Avoid reading frames faster than they're renderedDan Cape2016-04-271-10/+0
* | | Fix missing precision qualifier in YUV 4:2:2 shaders.Yoann Lopes2016-05-022-2/+2
* | | Implement YUV 4:2:2 8bit support for QtQuickSamuel Gaist2016-04-297-8/+147
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-4/+3
|\|
| * rely on the automatically defined QT_BUILD_*_LIBOswald Buddenhagen2016-02-251-2/+1
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+2
* | Updated license headersAntti Kokko2016-01-1912-171/+243
* | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-1510-20/+58
|\|
| * Add virtual dtor to QSGVideoNodeFactoryInterfaceKevin Funk2015-12-221-0/+4
| * Fix some private headers.Yoann Lopes2015-11-249-20/+54
* | QtMultimediaQuickTools: replace foreach with range-based forAnton Kudryavtsev2016-01-152-5/+7
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-062-0/+22
* Doc: update qml module version to 5.5.Yoann Lopes2015-08-111-4/+0
* Add new property to QVideoSurfaceFormat.Yoann Lopes2015-08-071-0/+6
* Fix video nodes material comparison.Yoann Lopes2015-07-203-0/+11
* Add an env var to disable OpenGL texture-based video frames.Laszlo Agocs2015-06-031-0/+11
* Initialize the resource, so it can be used from static libraries.Andras Mantia2015-05-201-0/+5
* 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-3014-285/+291
* 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
* | Don't error out when presenting empty frames in QSGVideoItemSurface.Yoann Lopes2015-04-071-4/+0
* | Fix inconsistent overrides. [-Winconsistent-missing-override]Sergio Martins2015-03-222-16/+16
* | Add NV12/NV21 support into SG videonode.Timur Pocheptsov2015-03-204-62/+177
* | Update copyright headersAntti Kokko2015-02-1212-82/+82
* | Add video filtering support to VideoOutputLaszlo Agocs2015-02-039-11/+203
|/
* Migrate to categorized logging in Quick 2 video outputLaszlo Agocs2015-01-092-23/+15
* Fix VideoOutput autoOrientation when switching cameras.Yoann Lopes2014-12-031-11/+40
* Fix bogus videonode plugin handlingv5.4.0-rc1Laszlo Agocs2014-11-181-4/+19
* Check whether current context can be obtained when deleting textures.Friedemann Kleint2014-11-061-2/+6
* 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-2412-226/+130
* | Support dynamic opengl32 - ANGLE switching on WindowsLaszlo Agocs2014-07-293-41/+44
* | Add an EGLImageKHR video node.Andrew den Exter2014-07-181-1/+1
* | New camera selection API in QML.Yoann Lopes2014-07-171-0/+3
* | Support per-plane strides and data offsets in QVideoFrame.Andrew den Exter2014-07-081-20/+9
|/
* Fix QSGVideoNode rendering of frames with stride != width.Andrew den Exter2014-05-152-18/+73
* Doc: Clean up references to Qt System InfoSze Howe Koh2014-05-121-0/+4
* Fix QSGGeometry object leakLiang Jian2014-04-011-0/+1
* QNX: Remove most of the CPU overhead for video renderingFabian Bumberger2014-04-011-0/+10
* Fix VideoOutput::autoOrientation documentation.Yoann Lopes2014-03-201-1/+1
* VideoOutput: fix autoOrientation with a camera source.Yoann Lopes2014-02-281-1/+25
* Ensure the backend has had its geometry updated.Roger Maclean2014-02-031-0/+3
* Allow plugins to override the QML VideoOutput type.Andrew den Exter2014-01-2012-2/+2592