summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideowindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* QVideoWindow: Recreate swapchain if it was previously destroyedDoris Verria2024-01-171-1/+1
* QVideoWindow: Immediately render window on an Expose eventDoris Verria2024-01-171-1/+1
* Disambiguate static constants, variables and functionsFriedemann Kleint2023-02-151-6/+6
* Include moc_*.cpp files in main QtMM codeArtem Dyomin2022-12-131-0/+2
* Export textures in a bundle as QVideoFrameTextures to requesting QRhiPiotr Srebrny2022-08-081-4/+4
* Provide QRhi device when mapping QVideoFrame textures onto that QRhiPiotr Srebrny2022-07-061-0/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Set window before calling isFormatSupportedPiotr Srebrny2022-06-131-1/+1
* Avoid writing outside of bufferPiotr Srebrny2022-04-281-2/+2
* Use correct gamma depending on the output surfaceLars Knoll2022-04-071-1/+1
* Add support for proper HDR renderingLars Knoll2022-04-071-3/+14
* Pass the full QVideoFrameFormat to the methods determining the shaderLars Knoll2022-04-071-4/+4
* QVideoWindow: disconnect videoFrameChanged signal when destroyingRafael Roquetto2022-03-311-0/+6
* Provide QRhiTextures directly from QVideoFrame to the renderersPiotr Srebrny2022-03-241-17/+3
* Simplify invalid frame handling when updating texturesPiotr Srebrny2022-03-231-18/+10
* QVideoWindow: use OpenGL surface when availableRafael Roquetto2022-03-231-4/+9
* Use clockwise rotation for the QVideoFrame::rotationAngle()Piotr Srebrny2022-02-111-9/+10
* Fix subtitle geometry for different orientation and aspect ratioPiotr Srebrny2021-12-081-10/+10
* Enable video frame rotation for HW accelerated QVideoWindowPiotr Srebrny2021-12-071-21/+34
* Keep video frames alive until we're done rendering themLars Knoll2021-11-181-0/+6
* Doc: Fix various documentation issuesTopi Reinio2021-09-091-0/+1
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-071-2/+2
* Implement platform independent subtitle renderingLars Knoll2021-09-071-12/+84
* Do not use TriangleFan in QVideoWindowLaszlo Agocs2021-08-261-2/+2
* Do graphics pipeline setup after the srbLaszlo Agocs2021-08-261-5/+5
* Only create the graphics pipeline object onceLaszlo Agocs2021-08-261-2/+3
* Add a missing QRhiTexture create()Laszlo Agocs2021-08-261-0/+1
* Fix plain sw path in QVideoWindowLaszlo Agocs2021-08-261-0/+3
* Use linear filtering when rendering videosLars Knoll2021-08-261-1/+1
* HW accelerated video rendering for QWindowLars Knoll2021-08-261-0/+456