summaryrefslogtreecommitdiff
path: root/src/multimedia/video/qvideotexturehelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fallback on map/upload texture if texture handle is invalidPiotr Srebrny2022-02-091-7/+20
* Fix rendering with OpenGL based RHI on macOSLars Knoll2022-01-201-1/+1
* Fix subtitle geometry for different orientation and aspect ratioPiotr Srebrny2021-12-081-10/+4
* Enable video frame rotation for HW accelerated QVideoWindowPiotr Srebrny2021-12-071-3/+7
* Add Support for BT2020 color spaceLars Knoll2021-12-031-3/+9
* Use correct texture format and do not swizzle around channelsPiotr Srebrny2021-11-291-7/+6
* Enable OpenGL-based video on macOSLaszlo Agocs2021-09-201-0/+31
* Add subtitle support to VideoOutputLars Knoll2021-09-071-3/+4
* Implement platform independent subtitle renderingLars Knoll2021-09-071-0/+98
* Fix crash with Quick camera/video outputAssam Boudjelthia2021-09-031-0/+2
* macOS/iOS: Allow for other output formats than ARGB32Lars Knoll2021-09-011-1/+0
* Larger rework of the RGB pixel formatsLars Knoll2021-08-091-73/+83
* Fix the direct texture pathLaszlo Agocs2021-08-041-12/+19
* Enable HW accelerated playback on AndroidLars Knoll2021-08-041-4/+37
* Avoid one copy of the texture data when uploading itLars Knoll2021-07-071-1/+2
* Fix the MapData structure to include per plane size informationLars Knoll2021-07-071-3/+2
* Fix issues with namespaced buildLars Knoll2021-05-281-0/+4
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-141-6/+4
* Make sure Qt Multimedia compiles against 6.1Lars Knoll2021-05-141-2/+16
* Fix tst_qvideoframe test failuresLars Knoll2021-04-281-28/+32
* Remove QVideoFrame(QImage) constructorLars Knoll2021-04-161-26/+58
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-141-63/+63
* Remove the notifyInterval() functionalityLars Knoll2021-04-081-0/+34
* Remove 16bit RGB pixel formatsLars Knoll2021-04-081-31/+0
* Various fixes to the shader codeLars Knoll2021-04-081-19/+24
* Cleanups in the shadersLars Knoll2021-04-081-44/+5
* Add support for HW rendering of Y8 and Y16 video formatsLars Knoll2021-04-081-9/+11
* Add a colorMatrix to the rgb shadersLars Knoll2021-04-081-11/+9
* Remove the plane width code from the shadersLars Knoll2021-04-081-24/+5
* Remove endian specific surface formatsLars Knoll2021-04-081-26/+9
* Use the new RHI texture formats for 16bit texturesLars Knoll2021-04-081-2/+2
* Remove packed pixel formats that can't be HW acceleratedLars Knoll2021-04-081-43/+0
* Add a dependency to Qt Shader ToolsLars Knoll2021-04-071-12/+12
* Move the texture uploading code into Qt MultimediaLars Knoll2021-04-071-0/+514