summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
Commit message (Expand)AuthorAgeFilesLines
* Add missing override and remove redundant virtualAlexander Volkov2016-12-125-10/+10
* Add proper global headers for QtMultimediaLars Knoll2016-11-233-3/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-271-1/+1
|\
| * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-073-3/+3
|\|
| * Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-03-033-3/+3
* | Updated license headersAntti Kokko2016-01-1927-378/+540
* | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-151-0/+11
|\|
| * Fix some private headers.Yoann Lopes2015-11-241-0/+11
* | Video, Playback: replace foreach with range-based forAnton Kudryavtsev2016-01-151-1/+2
|/
* Add private API for conversion from QVideoFrame to QImage.Yoann Lopes2015-10-209-2/+897
* Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-10-201-2/+2
|\
| * Fix signal/slot declaration in QVideoOutputOrientationHandler.Yoann Lopes2015-10-161-2/+2
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-062-0/+22
|/
* Fix qdoc warnings.Yoann Lopes2015-08-111-6/+6
* Add new property to QVideoSurfaceFormat.Yoann Lopes2015-08-071-1/+12
* Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* QAbstractVideoFilter: make ctor explicitMarc Mutz2015-06-121-1/+1
* Fix debug stream operators.Friedemann Kleint2015-04-074-80/+98
* Merge dev into 5.5Oswald Buddenhagen2015-02-242-2/+2
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-132-2/+2
| |\
| | * Fix some typosSergio Ahumada2015-02-111-1/+1
| | * Add the library prefix to QObject in public headerSergio Ahumada2015-02-041-1/+1
* | | Fix some qdoc-warnings.Friedemann Kleint2015-02-231-1/+1
|/ /
* | Update copyright headersAntti Kokko2015-02-1221-145/+145
* | Add video filtering support to VideoOutputLaszlo Agocs2015-02-035-6/+427
|/
* Support byte ordered QImage formats in pixelFormatFromImageFormatLaszlo Agocs2015-01-091-0/+3
* Remove private API use from video orientation handlerAndrew Knight2014-12-111-3/+1
* Update license headers and add new license filesAntti Kokko2014-08-2419-359/+207
* Add an EGLImageKHR video node.Andrew den Exter2014-07-182-0/+2
* Support per-plane strides and data offsets in QVideoFrame.Andrew den Exter2014-07-085-21/+328
* Merge remote-tracking branch 'origin/5.3' into devSergio Ahumada2014-06-144-41/+22
|\
| * Use Q_CONSTRUCTOR_FUNCTION macro to register multimedia meta types.Yoann Lopes2014-05-304-41/+22
* | Removed debug operator autotests.Yoann Lopes2014-03-261-1/+1
|/
* VideoOutput: fix autoOrientation with a camera source.Yoann Lopes2014-02-281-1/+1
* Fix some typos in documentation.Jeff Tranter2014-01-071-1/+1
* Add autoOrientation property to QDeclarativeVideoOutputTobias Koenig2013-03-193-0/+159
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1917-17/+17
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1017-17/+17
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-289-40/+0
|/
* Fix syncqt-warnings.Friedemann Kleint2012-11-195-6/+6
* Enable the "#include <QMultimedia>" camel-case headerSze Howe Koh2012-11-062-2/+2
* Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-259-18/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2417-408/+408
* Reduce the usage of QAbstractVideoBufferPrivate.Michael Goddard2012-06-133-13/+6
* Added QAbstractVideoBuffer::release virtual methodDmytro Poplavskiy2012-06-073-1/+16
* Use QPointer instead of QWeakPointer to track QObjects.Stephen Kelly2012-06-072-6/+8
* Fixed not initialized QVideoFrame mappedCount memberDmytro Poplavskiy2012-05-301-0/+1
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-042-2/+2
* Support QVideoWindowControl in the QtQuick Video element.Thomas McGuire2012-05-031-0/+1