summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpeghwaccel_d3d11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix regression causing asserts with FFmpeg media playerJøger Hansegård2024-01-221-0/+3
* Fix style issues in qffmpeghwaccel_d3d11Jøger Hansegård2024-01-211-23/+15
* Fix bumpy video playback on Windows with FFmpeg using synced texturesJøger Hansegård2024-01-191-69/+181
* Replace QComPtr with Microsoft's WRL::ComPtr in QtMultimediaJøger Hansegård2023-06-071-15/+15
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-2/+1
* Rename file qwindowsiuptr_p.h to qcomptr_p.hJøger Hansegård2023-05-151-1/+1
* Rename QWindowsIUPointer template class to QComPtrJøger Hansegård2023-05-151-8/+8
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Fix ffmpeg compilation and tests on win CIArtem Dyomin2022-11-091-2/+1
* Export textures in a bundle as QVideoFrameTextures to requesting QRhiPiotr Srebrny2022-08-081-26/+6
* Validate RHi backend before accessing D3D11 native devicePiotr Srebrny2022-07-181-11/+8
* GPU copy a single texture from a texture array to avoid video flickeringPiotr Srebrny2022-06-251-35/+64
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Fix class member order to reflect initialization order causing GCC errPiotr Srebrny2022-05-031-1/+1
* Enable HW acceleration on Windows with D3D11 texturesPiotr Srebrny2022-04-251-0/+188