summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegvideobuffer_p.h
Commit message (Expand)AuthorAgeFilesLines
* Handle non-standard pixel aspect ratios by the ffmpeg backendArtem Dyomin2023-11-131-1/+2
* Fix some memory leaks and crashes in corner cases with ffmpeg encoderArtem Dyomin2022-11-231-6/+7
* Export textures in a bundle as QVideoFrameTextures to requesting QRhiPiotr Srebrny2022-08-081-2/+1
* Provide QRhi device when mapping QVideoFrame textures onto that QRhiPiotr Srebrny2022-07-061-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Enable HW acceleration on Windows with D3D11 texturesPiotr Srebrny2022-04-251-0/+1
* Rename QVideoFrameFormat::YCbCrColorSpace to ColorSpaceLars Knoll2022-04-091-1/+1
* Pass the max mastering luminance from the stream metadata to the shadersLars Knoll2022-04-091-0/+2
* Expose the color range being used in the video dataLars Knoll2022-04-081-0/+1
* Pass the color transfer characteristics to QVideoFrameLars Knoll2022-04-071-0/+1
* Correctly pass the color space to QVideoFrameLars Knoll2022-04-071-0/+2
* Restructure the HW codec supportLars Knoll2022-03-251-2/+6
* FFmpeg: Zero copy support on macOSLars Knoll2022-01-191-1/+1
* FFmpeg: Add support for a zero copy path when using egl and vaapiLars Knoll2022-01-191-2/+2
* FFmpeg: Add infrastructure for HW accelerated decodingLars Knoll2022-01-191-2/+13
* FFmpeg: Use libswscale to handle pixel formats Qt doesn't know aboutLars Knoll2022-01-191-1/+1
* FFmpeg: Get some frames on the screenLars Knoll2022-01-191-0/+87