summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideoframe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add QVideoFrame constructor that converts from QImageJøger Hansegård2024-04-091-0/+43
* strings: use QStringLiteral instead of fromUtf8Tim Blechmann2024-04-091-6/+6
* Tighten ownership of video buffers in QVideoFrameJøger Hansegård2024-04-041-3/+3
* Fix mapping of QVideoFrame in write modeArtem Dyomin2024-03-191-2/+13
* Fix size of QVideoSink when the video is rotatedArtem Dyomin2024-03-131-3/+2
* Move QVideoFramePrivate to a separate fileArtem Dyomin2024-02-111-35/+1
* Doc: Fix documentation warningsTopi Reinio2024-01-251-1/+1
* Apply API review comments: rename QVideo::RotationAngleArtem Dyomin2024-01-151-10/+17
* Add Correction Angle to QCameraDevice and QVideo namespaceSamuel Mira2023-11-231-4/+16
* Fix QVideoFrame::toImage thread-safetyArtem Dyomin2023-07-271-4/+9
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-1/+1
* Doc: Fix qdoc warnings for undocumented members in QVideo*Venugopal Shivashankar2022-10-071-0/+6
* Remove access to texture handles from public QVideoFrame APIPiotr Srebrny2022-08-101-23/+0
* Export textures in a bundle as QVideoFrameTextures to requesting QRhiPiotr Srebrny2022-08-081-13/+5
* Provide QRhi device when mapping QVideoFrame textures onto that QRhiPiotr Srebrny2022-07-061-2/+9
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Do QVideoFrame to QImage conversion using shadersAndré de la Rocha2022-04-011-75/+3
* Provide QRhiTexture from QVideoFrame on windows backendPiotr Srebrny2022-03-241-2/+5
* Provide QRhiTextures directly from QVideoFrame to the renderersPiotr Srebrny2022-03-241-0/+9
* Use clockwise rotation for the QVideoFrame::rotationAngle()Piotr Srebrny2022-02-111-4/+15
* Cache the QImage created from a QVideoFrameLars Knoll2022-01-201-7/+15
* Add support for YUV420P10Lars Knoll2022-01-191-0/+1
* 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