summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
Commit message (Expand)AuthorAgeFilesLines
* Fix qConvertFuncs to respect QVideoFrame::Format_YUV422PVal Doroshchuk2019-10-081-3/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-011-2/+2
|\
| * Move QVideoFrame::Format_ABGR32 to the end of the Pixel FormatsVaL Doroshchuk2019-09-251-1/+1
* | Move QVideoFrame::Format_YUV422P to the end of the Pixel FormatsVaL Doroshchuk2019-09-241-1/+1
* | Add YUV422P format support to QVideoFrame and declarative rendererTomasz Olszak2019-05-102-3/+15
* | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-051-6/+6
|/
* Introduce QVideoFrame::buffer()VaL Doroshchuk2019-02-042-0/+10
* multimedia: modernize by using nullptrJochen Seemann2019-01-049-23/+23
* Fix conversion from QVideoFrame to QImage to respect bytesPerLineVal Doroshchuk2018-11-301-1/+1
* Setup QVideoFrame::Format_ABGR32Val Doroshchuk2018-11-091-0/+4
* Android: Change video frame format from BGR32 to ABGR32Val Doroshchuk2018-10-032-0/+4
* Doc: Fix documentation warningsTopi Reinio2018-04-194-5/+5
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-1/+1
|\
| * qimagevideobuffer.cpp: Fix deprecation warningFriedemann Kleint2018-01-241-1/+1
* | add mirrored API to QVideoSurfaceFormatJochen Seemann2018-02-012-0/+32
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-274-22/+22
|/
* 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
|/