summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpeghwaccel_vaapi.cpp
Commit message (Expand)AuthorAgeFilesLines
* FFmpeg VAAPI: Fix not closing fd's when returning from getTextures()Lars Sutterud2024-04-301-4/+8
* Prevent lost D3D11 device with QVideoFrame::toImage() with Qt QuickJøger Hansegård2024-04-161-1/+1
* FFmpeg EGL/vaapi: Disable HW accelerated texture conversion when failingLars Sutterud2024-03-131-5/+16
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-2/+1
* Add missing QT_BEGIN_NAMESPACEAllan Sandfeld Jensen2023-02-201-0/+2
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Remove some of qDebug() and move the remaining to qCDebug()Piotr Srebrny2022-06-071-13/+15
* Enable HW acceleration on Windows with D3D11 texturesPiotr Srebrny2022-04-251-1/+1
* Restructure the HW codec supportLars Knoll2022-03-251-20/+28
* FFmpeg: Small cleanup in the HW acceleration frameworkLars Knoll2022-03-251-10/+1
* Fix fatal warning: control reaches end of non-void functionShawn Rutledge2022-01-261-0/+1
* Rework the thread handling in the decoderLars Knoll2022-01-191-1/+1
* FFmpeg: Zero copy support on macOSLars Knoll2022-01-191-19/+28
* FFmpeg: Add support for a zero copy path when using egl and vaapiLars Knoll2022-01-191-0/+373