summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc improvementsLars Knoll2021-05-181-112/+5
* Make QVideoFrame(Format) movable, smaller API cleanupsVolker Hilsheimer2021-05-071-14/+18
* Fix tst_qvideoframe test failuresLars Knoll2021-04-281-1/+3
* Remove QVideoFrame(QImage) constructorLars Knoll2021-04-161-18/+6
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-41/+41
* Remove 16bit RGB pixel formatsLars Knoll2021-04-081-22/+0
* Remove endian specific surface formatsLars Knoll2021-04-081-8/+4
* Remove packed pixel formats that can't be HW acceleratedLars Knoll2021-04-081-26/+0
* Move the texture uploading code into Qt MultimediaLars Knoll2021-04-071-1/+2
* More work to enable HW decoding for Qt QuickLars Knoll2021-04-071-12/+4
* Fix compilation errorsShawn Rutledge2021-04-061-0/+1
* Start adding infrastructure to retrieve video frames as textureLars Knoll2021-04-061-11/+14
* Smaller API cleanups in QVideoFrameLars Knoll2021-04-061-6/+1
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-061-223/+42
* QVideoFrame should be constructed with a QSurfaceFormatLars Knoll2021-04-061-24/+30
* Remove metaData from QVideoFrameLars Knoll2021-04-061-41/+0
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-061-2/+1
* Kill QVideoFrame::PixmapHandleLars Knoll2021-04-061-2/+0
* Various improvements to QVideoFrame->QImage conversionLars Knoll2021-04-061-98/+62
* Remove AdobeDng and CameraRaw pixel formatsLars Knoll2021-04-061-16/+0
* Add support for P010 and P016 video formatsLars Knoll2021-04-061-0/+15
* When we convert to a QImage, we actually convert to ARGB32_PremultipliedLars Knoll2021-04-061-1/+1
* Remove unused handle types in QVideoFrameLars Knoll2021-03-231-6/+0
* Some smaller cleanupsLars Knoll2021-03-161-2/+0
* Remove virtual method that doesn't make sense.Lars Knoll2021-03-161-8/+3
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-161-25/+47
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-9/+0
* Merge QAbstractPlanarVideoOutput into QAbstractVideoOutputLars Knoll2021-01-221-101/+91
* Remove the fieldType property of QVideoFrameLars Knoll2021-01-211-47/+0
* Coding style cleanupsLars Knoll2021-01-211-39/+38
* Modernize code baseLars Knoll2021-01-211-23/+8
* Revert "Map QVideoFrame::Format_Y8=>QImage::Format_Grayscale8 in QVideoFrame"Andy Shaw2020-11-301-4/+1
* Reorder Format_ABGR32 and Format_YUV422PVaL Doroshchuk2020-08-031-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-251-2/+1
* Map QVideoFrame::Format_Y8=>QImage::Format_Grayscale8 in QVideoFrameVaL Doroshchuk2020-06-021-1/+4
* Introduce QVideoFrame::image()VaL Doroshchuk2019-10-231-4/+4
* Fix qConvertFuncs to respect QVideoFrame::Format_YUV422PVal Doroshchuk2019-10-081-3/+3
* Add YUV422P format support to QVideoFrame and declarative rendererTomasz Olszak2019-05-101-3/+14
* Introduce QVideoFrame::buffer()VaL Doroshchuk2019-02-041-0/+9
* multimedia: modernize by using nullptrJochen Seemann2019-01-041-11/+11
* 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-031-0/+3
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-19/+19
* Updated license headersAntti Kokko2016-01-191-14/+20
* Add private API for conversion from QVideoFrame to QImage.Yoann Lopes2015-10-201-0/+126
* Fix debug stream operators.Friedemann Kleint2015-04-071-44/+49
* Update copyright headersAntti Kokko2015-02-121-7/+7
* Add video filtering support to VideoOutputLaszlo Agocs2015-02-031-0/+17
* Support byte ordered QImage formats in pixelFormatFromImageFormatLaszlo Agocs2015-01-091-0/+3