summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qdeclarativevideooutput/tst_qdeclarativevideooutput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining items from the QML plugin into multimediaquickLars Knoll2021-04-191-707/+0
* Remove QVideoFrame(QImage) constructorLars Knoll2021-04-161-3/+7
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-2/+2
* Remove QAbstractVideoFilterLars Knoll2021-04-141-0/+1
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-061-44/+15
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-061-4/+4
* QVideoFrame should be constructed with a QSurfaceFormatLars Knoll2021-04-061-1/+1
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-4/+0
* Get rid of QVideoRendererControlLars Knoll2021-03-021-1/+1
* Kill QMediaSource and QMediaSinkLars Knoll2021-02-171-2/+0
* Rename QMediaObject to QMediaSourceLars Knoll2021-01-221-1/+1
* Modernize code baseLars Knoll2021-01-211-24/+21
* Remove paint test from tst_QDeclarativeVideoOutput::paintSurfaceVaL Doroshchuk2020-05-291-10/+0
* Expose video surfaces in rendering componentsVaL Doroshchuk2020-01-051-0/+41
* Eradicate all but one Q_FOREACH loopMarc Mutz2019-07-111-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-101-15/+6
|\
| * Android: Move inline qml to separate file in testsVal Doroshchuk2019-04-031-14/+5
* | VideoOutput: Introduce flushMode propertyVaL Doroshchuk2018-11-061-0/+20
|/
* Updated license headersAntti Kokko2016-01-201-17/+12
* Update copyright headersAntti Kokko2015-02-121-7/+7
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Yoann Lopes2014-01-301-1/+1
|\
| * Allow plugins to override the QML VideoOutput type.Andrew den Exter2014-01-201-1/+1
* | Fix MSVC-warnings about unused variable meta in tst_qdeclarativevideooutput.cpp.Friedemann Kleint2014-01-291-4/+2
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Compile in C++11 mode: the Q_DECLARE_METATYPE must be visibleThiago Macieira2012-08-061-7/+9
* Support QVideoWindowControl in the QtQuick Video element.Thomas McGuire2012-05-031-0/+1
* Fix compilation after qtbase:8f85b84f4eaa85ff5c02ec5e65fd6706a10690b9.Friedemann Kleint2012-04-241-7/+7
* Updated declarative components to use the QML moduleJonas Rabbe2012-03-141-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-2/+2
* Fix some surface assignment errors.Michael Goddard2012-01-271-3/+21
* Add a rendered and content rectangle properties to VideoOutput QML.Michael Goddard2012-01-271-0/+692