summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use clockwise rotation for the QVideoFrame::rotationAngle()Piotr Srebrny2022-02-151-4/+15
* Docs: Fix qdoc warnings for QVideoFrameNicholas Bennett2021-12-161-5/+5
* Fix tst_qvideoframe failureSamuel Mira2021-12-101-2/+2
* Fix subtitle geometry for different orientation and aspect ratioPiotr Srebrny2021-12-081-2/+2
* Enable frame rotation and mirroring for backing store and toImagePiotr Srebrny2021-12-071-28/+19
* Add rotation angle and if mirrored to QVideoFramePiotr Srebrny2021-12-071-1/+36
* Avoid malloc for a default constructed video frameLars Knoll2021-10-111-17/+36
* Enable OpenGL-based video on macOSLaszlo Agocs2021-09-171-0/+3
* Implement platform independent subtitle renderingLars Knoll2021-09-071-2/+30
* Move the QVideoSink::paint() method to QVideoFrameLars Knoll2021-08-251-0/+82
* Remove some debug outputLars Knoll2021-08-161-1/+0
* Doc: Fix Qt Multimedia Documentation Part 2Nicholas Bennett2021-08-111-5/+3
* Larger rework of the RGB pixel formatsLars Knoll2021-08-091-21/+22
* Fix hardware acceleration on gstreamer, part oneLars Knoll2021-08-051-0/+1
* Enable HW accelerated playback on AndroidLars Knoll2021-08-041-0/+9
* Fix the MapData structure to include per plane size informationLars Knoll2021-07-071-64/+31
* 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