summaryrefslogtreecommitdiff
path: root/src/qtmultimediaquicktools
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Doc: update qml module version to 5.5.Yoann Lopes1-4/+0
2015-08-07Add new property to QVideoSurfaceFormat.Yoann Lopes1-0/+6
2015-07-20Fix video nodes material comparison.Yoann Lopes3-0/+11
2015-06-03Add an env var to disable OpenGL texture-based video frames.Laszlo Agocs1-0/+11
2015-05-20Initialize the resource, so it can be used from static libraries.Andras Mantia1-0/+5
2015-05-12Fix texture unit bug in the YUV video node.Yoann Lopes1-1/+2
2015-04-30Minor refactor of built-in QSGVideoNodes.Yoann Lopes14-285/+291
2015-04-15Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi1-1/+1
2015-04-07Don't error out when presenting empty frames in QSGVideoItemSurface.Yoann Lopes1-4/+0
2015-03-22Fix inconsistent overrides. [-Winconsistent-missing-override]Sergio Martins2-16/+16
2015-03-20Add NV12/NV21 support into SG videonode.Timur Pocheptsov4-62/+177
2015-03-18Fix order of QSGVideoNode_RGB's supported formats.Yoann Lopes1-1/+1
2015-02-12Update copyright headersAntti Kokko12-82/+82
2015-02-03Add video filtering support to VideoOutputLaszlo Agocs9-11/+203
2015-01-09Migrate to categorized logging in Quick 2 video outputLaszlo Agocs2-23/+15
2014-12-03Fix VideoOutput autoOrientation when switching cameras.Yoann Lopes1-11/+40
2014-11-18Fix bogus videonode plugin handlingLaszlo Agocs1-4/+19
2014-11-06Check whether current context can be obtained when deleting textures.Friedemann Kleint1-2/+6
2014-09-01Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn1-1/+1
2014-08-25Fix QSGVideoNode rendering of rgb frames with padding.Daniele E. Domenichelli1-1/+1
2014-08-24Update license headers and add new license filesAntti Kokko12-226/+130
2014-07-29Support dynamic opengl32 - ANGLE switching on WindowsLaszlo Agocs3-41/+44
2014-07-18Add an EGLImageKHR video node.Andrew den Exter1-1/+1
2014-07-17New camera selection API in QML.Yoann Lopes1-0/+3
2014-07-08Support per-plane strides and data offsets in QVideoFrame.Andrew den Exter1-20/+9
2014-05-15Fix QSGVideoNode rendering of frames with stride != width.Andrew den Exter2-18/+73
2014-05-12Doc: Clean up references to Qt System InfoSze Howe Koh1-0/+4
2014-04-01Fix QSGGeometry object leakLiang Jian1-0/+1
2014-04-01QNX: Remove most of the CPU overhead for video renderingFabian Bumberger1-0/+10
2014-03-20Fix VideoOutput::autoOrientation documentation.Yoann Lopes1-1/+1
2014-02-28VideoOutput: fix autoOrientation with a camera source.Yoann Lopes1-1/+25
2014-02-03Ensure the backend has had its geometry updated.Roger Maclean1-0/+3
2014-01-20Allow plugins to override the QML VideoOutput type.Andrew den Exter12-2/+2592
2013-01-10Update copyright year in Digia's license headersSergio Ahumada1-1/+1
2012-12-16remove obsolete DEPENDPATH assignmentsOswald Buddenhagen1-1/+0
2012-11-19Fix qmake warning about missing headers.Friedemann Kleint1-2/+2
2012-09-24Change copyrights from Nokia to DigiaIikka Eklund1-24/+24
2012-09-12remove usage of QT_MAKEDLL from QtMultimediaJoerg Bornemann1-2/+0
2012-09-12centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen1-2/+0
2012-08-11follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen1-1/+1
2012-07-24Mark QtMultimediaQuickTools library as internal.Stephen Kelly1-0/+1
2012-07-16Fix for broken QML multimedia import on windowsMithra Pattison1-7/+2
2012-06-25build system cleanupsOswald Buddenhagen1-2/+1
2012-02-08Added loading of video node factories from pluginsJonas Rabbe2-0/+158