[FFmpeg-cvslog] vulkan: fix layout qualifiers for 32-bit RGBA float storage reps

2024-10-11 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Oct 12 00:35:04 2024 +0200| [0e19b05375cf0a00240f0b08722bbfd14ccf9682] | committer: Lynne vulkan: fix layout qualifiers for 32-bit RGBA float storage reps r8 r16/r16f r32f Sure, GLSL. Makes sense. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avcodec/vaapi_encode: fix compilation without CONFIG_VAAPI_1

2024-10-11 Thread Ingo Brückl
ffmpeg | branch: master | Ingo Brückl | Wed Oct 9 04:43:01 2024 +0200| [5557c673ea783a48e8b97c2b740b22eeeca6399b] | committer: Haihao Xiang avcodec/vaapi_encode: fix compilation without CONFIG_VAAPI_1 This adds VAAPIEncodeContext *ctx that has been removed in aa82340b0ccdde4955fba41b8de5e45348

[FFmpeg-cvslog] avcodec/vaapi_encode: fix compilation without CONFIG_VAAPI_1

2024-10-11 Thread Ingo Brückl
ffmpeg | branch: release/7.1 | Ingo Brückl | Wed Oct 9 04:43:01 2024 +0200| [5c59d97e8ab90daefa198dcfb0ee4fdf9c57e37f] | committer: Haihao Xiang avcodec/vaapi_encode: fix compilation without CONFIG_VAAPI_1 This adds VAAPIEncodeContext *ctx that has been removed in aa82340b0ccdde4955fba41b8de5

[FFmpeg-cvslog] avcodec/hevc/ps: add a range check for sps_max_sub_layers

2024-10-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 5 19:56:34 2024 -0300| [bd6283342c85494cd8ed0283715a6da8f5a4ccf0] | committer: James Almer avcodec/hevc/ps: add a range check for sps_max_sub_layers It can't be higher than vps_max_sub_layers. Do this while keeping the workaround for qsvenc_hevc

[FFmpeg-cvslog] vulkan: extend ff_vk_shader_rep_fmt to be useful for bitexactness

2024-10-11 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 10 05:03:17 2024 +0200| [c982376076b6c433077c631e54b731778f90c5c8] | committer: Lynne vulkan: extend ff_vk_shader_rep_fmt to be useful for bitexactness The original either reported 8 or 16-bit conversion from the original, rather than being able to retu

[FFmpeg-cvslog] hwcontext_vulkan: add support for AV_PIX_FMT_RGBAF32

2024-10-11 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 10 06:43:41 2024 +0200| [d55a3517419b11fb143da7db68308edfe3355930] | committer: Lynne hwcontext_vulkan: add support for AV_PIX_FMT_RGBAF32 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d55a3517419b11fb143da7db68308edfe3355930 --- libavut

[FFmpeg-cvslog] hwcontext_vulkan: add support for AV_PIX_FMT_RGBF32

2024-10-11 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 10 07:21:26 2024 +0200| [168e8ae9bf02e69b8e7e63d3e193bf40d5e288ab] | committer: Lynne hwcontext_vulkan: add support for AV_PIX_FMT_RGBF32 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=168e8ae9bf02e69b8e7e63d3e193bf40d5e288ab --- libavuti

[FFmpeg-cvslog] hwcontext_vulkan: enable shaderBufferInt64Atomics if supported

2024-10-11 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 10 07:25:39 2024 +0200| [8c47cf9eeacaad8e6148760e43620cd79a5cc34f] | committer: Lynne hwcontext_vulkan: enable shaderBufferInt64Atomics if supported > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c47cf9eeacaad8e6148760e43620cd79a5cc34f ---

[FFmpeg-cvslog] vulkan: use correct signed image type for storage images

2024-10-11 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Oct 10 05:24:32 2024 +0200| [1addd0fdca14b354d85dc6f002813c015c5ef3cb] | committer: Lynne vulkan: use correct signed image type for storage images Using signed or unsigned integer formats/layouts requires that "uimage" or "iimage" are used. > http://git.vi

[FFmpeg-cvslog] libavcodec: x86: Remove an explicit include of config.asm

2024-10-11 Thread Martin Storsjö
ffmpeg | branch: release/7.1 | Martin Storsjö | Tue Oct 1 23:59:41 2024 +0300| [0b5559378b1e9c309ef876ae309a61b23398355b] | committer: Martin Storsjö libavcodec: x86: Remove an explicit include of config.asm This file is never included explicitly anywhere else, it's only included implicitly b

[FFmpeg-cvslog] avcodec/hevc/ps: return a proper error code when we don't support parsing an sps

2024-10-11 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 7 09:36:49 2024 -0300| [3290692d185e2da8e40f219176b3f7f13bcb3da0] | committer: James Almer avcodec/hevc/ps: return a proper error code when we don't support parsing an sps Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.g