summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/windows/evr/evrd3dpresentengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QComPtr with Microsoft's WRL::ComPtr in QtMultimediaJøger Hansegård2023-06-121-45/+45
* Split QComPtr reset() function into a reset() and an attach() functionJøger Hansegård2023-06-081-2/+1
* Rename QWindowsIUPointer template class to QComPtrJøger Hansegård2023-05-151-18/+18
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Windows: Fix cropping for HEVC-encoded videosAndré de la Rocha2022-08-221-1/+6
* Export textures in a bundle as QVideoFrameTextures to requesting QRhiPiotr Srebrny2022-08-081-106/+151
* Provide QRhi device when mapping QVideoFrame textures onto that QRhiPiotr Srebrny2022-07-061-8/+9
* Release DC context after usePiotr Srebrny2022-06-241-2/+5
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Do QVideoFrame to QImage conversion using shadersAndré de la Rocha2022-04-011-4/+5
* Provide QRhiTexture from QVideoFrame on windows backendPiotr Srebrny2022-03-241-5/+41
* Avoid unnecessary integer to float to integer conversionPiotr Srebrny2022-03-241-2/+2
* Do not access NV_DX_interop functions out of OpenGL contextPiotr Srebrny2022-02-151-11/+13
* Set QRhi pointer in QAbstractVideoBuffer for WMF video framesPiotr Srebrny2022-02-141-9/+9
* Avoid sending warning on per-frame basis, use debug message insteadPiotr Srebrny2022-02-141-10/+10
* Windows: Fix texture leak on media playerAndré de la Rocha2022-02-011-2/+4
* Move the windows backend into a pluginLars Knoll2022-01-151-0/+618