summaryrefslogtreecommitdiffstats
path: root/src/qtmultimediaquicktools
Commit message (Expand)AuthorAgeFilesLines
* Add OpenGL core profile support to QtMultimediaQuickToolsMassimo Callegari2018-09-0313-6/+204
* Set geometry for recreated video renderer backendVal Doroshchuk2018-05-081-7/+6
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-204-42/+28
|\
| * Fix shader compilation failureVal Doroshchuk2018-01-191-1/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-183-41/+27
| |\
| | * Improve quality of YUVY and UYVY renderingTomasz Olszak2018-01-153-41/+27
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-064-9/+29
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-061-2/+2
| |\|
| | * Fix precision loss in QDeclarativeVideoRendererBackend::adjustedViewportVaL Doroshchuk2017-12-201-2/+2
| * | QML: Use alpha channel for ARGB32 video framesVaL Doroshchuk2017-12-223-7/+27
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-1/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-1/+8
| |\|
| | * Don't discard the surface format when creating a video nodeVaL Doroshchuk2017-10-271-1/+8
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-224-26/+26
|/ /
* / Rename the QtMultimediaQuick libraryYoann Lopes2017-05-021-1/+1
|/
* 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