summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/windows/evr/evrd3dpresentengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename MapData::nPlane => planeCount, size => dataSizeArtem Dyomin12 days1-2/+2
* Deprecate internal methods of QVideoFrameArtem Dyomin14 days1-5/+7
* Move QHwVideoBuffer to a separate fileArtem Dyomin14 days1-1/+1
* Add QtVideo::MapMode, deprecate QVideoFrame::MapModeArtem Dyomin14 days1-8/+8
* Decouple QAbstractVideoBuffer from hw related interfaceArtem Dyomin14 days1-8/+8
* Remove QAbstractVideoBuffer::mapModeArtem Dyomin2024-05-231-2/+0
* Revert "Avoid skipping frames with windows media player"Jøger Hansegård2023-12-131-21/+5
* EVR: use ComPtr for IMFSample everywhereVladimir Belyavsky2023-12-081-5/+5
* Avoid skipping frames with windows media playerJøger Hansegård2023-12-041-5/+21
* Simplify lifetime handling when creating EVR video samplesJøger Hansegård2023-10-311-2/+4
* EVR: add possibility for an user to opt-out HW video renderingVladimir Belyavsky2023-09-201-12/+29
* EVR: fix potential crash on accessing to NV_DX_Interop extensionVladimir Belyavsky2023-08-101-1/+6
* Replace QComPtr with Microsoft's WRL::ComPtr in QtMultimediaJøger Hansegård2023-06-071-45/+45
* Split QComPtr reset() function into a reset() and an attach() functionJøger Hansegård2023-06-071-2/+1
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-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