summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegvideobuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent lost D3D11 device with QVideoFrame::toImage() with Qt QuickJøger Hansegård2024-04-161-2/+2
* Fix mapping of QVideoFrame in write modeArtem Dyomin2024-03-191-1/+17
* Set NotMapped mode in QFFmpegVideoBuffer upon unmapArtem Dyomin2024-03-131-1/+3
* Fix naming of members in QFFmpegVideoBufferArtem Dyomin2024-03-081-38/+38
* Fix conversion of premultiplied rgb formats to ffmpeg formatsArtem Dyomin2024-01-121-2/+4
* Handle non-standard pixel aspect ratios by the ffmpeg backendArtem Dyomin2023-11-131-7/+13
* Mute warning that always appear on first call to QVideoFrame::toImageJøger Hansegård2023-09-201-2/+6
* Fix formats conversion in ffmpeg video framesArtem Dyomin2023-09-191-7/+8
* Improve ffmpeg hw accel and codecs findingArtem Dyomin2023-03-061-2/+6
* Fix crash with ffmpeg on specific video filesArtem Dyomin2023-01-111-1/+12
* Fix ffmpeg camera crash when videotoolbox doesn't support formatArtem Dyomin2022-11-291-0/+3
* Fix some memory leaks and crashes in corner cases with ffmpeg encoderArtem Dyomin2022-11-231-24/+17
* Clean up multiplication by AVRational, avoid dividing by 0Piotr Srebrny2022-10-191-1/+3
* Export textures in a bundle as QVideoFrameTextures to requesting QRhiPiotr Srebrny2022-08-081-9/+4
* Provide QRhi device when mapping QVideoFrame textures onto that QRhiPiotr Srebrny2022-07-061-3/+6
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Remove some of qDebug() and move the remaining to qCDebug()Piotr Srebrny2022-06-071-5/+0
* Android: Enable FFmpeg playback - HW renderingSamuel Mira2022-05-231-0/+5
* Enable HW acceleration on Windows with D3D11 texturesPiotr Srebrny2022-04-251-1/+6
* Rename QVideoFrameFormat::YCbCrColorSpace to ColorSpaceLars Knoll2022-04-091-6/+6
* Pass the max mastering luminance from the stream metadata to the shadersLars Knoll2022-04-091-0/+15
* Expose the color range being used in the video dataLars Knoll2022-04-081-8/+17
* Pass the color transfer characteristics to QVideoFrameLars Knoll2022-04-071-0/+30
* Correctly pass the color space to QVideoFrameLars Knoll2022-04-071-0/+32
* Restructure the HW codec supportLars Knoll2022-03-251-7/+12
* FFMpeg/V4l2: Enable JPG based video framesLars Knoll2022-01-201-0/+3
* Rework the thread handling in the decoderLars Knoll2022-01-191-3/+3
* FFmpeg: Fix a crash on macOSLars Knoll2022-01-191-3/+3
* FFmpeg: Zero copy support on macOSLars Knoll2022-01-191-6/+8
* FFmpeg: Add support for a zero copy path when using egl and vaapiLars Knoll2022-01-191-5/+7
* FFmpeg: Add infrastructure for HW accelerated decodingLars Knoll2022-01-191-23/+71
* Add support for YUV420P10Lars Knoll2022-01-191-0/+4
* FFmpeg: Use libswscale to handle pixel formats Qt doesn't know aboutLars Knoll2022-01-191-3/+42
* FFmpeg: Get some frames on the screenLars Knoll2022-01-191-0/+194