[FFmpeg-cvslog] hwcontext_vulkan: enable subgroupSizeControl

2025-04-22 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Apr 22 13:37:35 2025 +0200| [3bb2b8aff4f051f4f90b0161715afb2ef2f787e1] | committer: Lynne hwcontext_vulkan: enable subgroupSizeControl We already use this feature for setting the subgroup size, but this feature was not enabled. Fixes a validation warning.

[FFmpeg-cvslog] vulkan: move OPT_CHAIN out of hwcontext_vulkan

2025-04-22 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Apr 20 10:57:42 2025 +0200| [96ddce1b3c11a998ab249569b51a027cd5d74c45] | committer: Lynne vulkan: move OPT_CHAIN out of hwcontext_vulkan This allows for it to be shared. Technically, implementations should not give drivers structs that the drivers are not f

[FFmpeg-cvslog] vulkan: move feature<->usage mapping code outside of hwcontext_vulkan.c

2025-04-22 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Apr 20 10:35:15 2025 +0200| [5098b1a34545e8c16787c0a8d2823b1fb0194221] | committer: Lynne vulkan: move feature<->usage mapping code outside of hwcontext_vulkan.c Allows for it to be reused. In particular, for a future patch to make vulkan hwaccels output DM

[FFmpeg-cvslog] vulkan: check that the max number of push descriptors is not exceeded

2025-04-22 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Apr 20 10:29:17 2025 +0200| [cee34e0a550eddccdd4984926d519f5cd46a9d55] | committer: Lynne vulkan: check that the max number of push descriptors is not exceeded Just correctness. We don't exceed this on any known hardware, but its better to check. If we do,

[FFmpeg-cvslog] avformat/crypto: use av_err2str

2025-04-22 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Apr 2 01:23:57 2025 +0200| [cd96d2ed6a0b407c52ebaa06b5094254749354ca] | committer: Marvin Scholz avformat/crypto: use av_err2str There is no need to explicitly specify the buffer, as it is only ever passed to av_log, so av_err2str can be used. >

[FFmpeg-cvslog] tools/aviocat: use av_err2str

2025-04-22 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Apr 2 01:43:12 2025 +0200| [d0bcf62597a4cca8e21c1b8e07f70194fa4036ba] | committer: Marvin Scholz tools/aviocat: use av_err2str There is no need to explicitly specify the buffer, as it is only ever passed to fprintf, so av_err2str can be used. > h

[FFmpeg-cvslog] vulkan: use _KHR suffix for push descriptor properties struct ID

2025-04-22 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Apr 23 01:44:59 2025 +0200| [37bd91504250d21003a0397c2d1587a0d94bf0b8] | committer: Lynne vulkan: use _KHR suffix for push descriptor properties struct ID > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37bd91504250d21003a0397c2d1587a0d94bf0b8 -

[FFmpeg-cvslog] tools/ismindex: use av_err2str

2025-04-22 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Apr 2 01:37:34 2025 +0200| [a903d6dade3d3623efd2d03a63a00a17d5525631] | committer: Marvin Scholz tools/ismindex: use av_err2str There is no need to explicitly specify the buffer, as it is only ever passed to fprintf, so av_err2str can be used. >

[FFmpeg-cvslog] avfilter/drawutils: narrow variable scopes

2025-04-22 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Mon Sep 9 02:47:18 2024 +0200| [0ea83e65aa0793ed6710edeb3922a7bd5bffb18d] | committer: Marvin Scholz avfilter/drawutils: narrow variable scopes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ea83e65aa0793ed6710edeb3922a7bd5bffb18d ---

[FFmpeg-cvslog] lavfi/vf_xpsnr: use av_err2str

2025-04-22 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Apr 2 01:26:33 2025 +0200| [d7d103c34c79abf0270f40e5a6a391d96da8751d] | committer: Marvin Scholz lavfi/vf_xpsnr: use av_err2str There is no need to explicitly specify the buffer, as it is only ever passed to av_log, so av_err2str can be used. > h

[FFmpeg-cvslog] avformat/dashdec: use av_err2str

2025-04-22 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Apr 2 01:20:31 2025 +0200| [8129474b93a589e38aa4c2db05713738e9d92f68] | committer: Marvin Scholz avformat/dashdec: use av_err2str There is no need to explicitly specify the buffer, as it is only ever passed to av_log, so av_err2str can be used. >

[FFmpeg-cvslog] tests: lavfi/drawutils: use av_err2str

2025-04-22 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Apr 2 01:29:41 2025 +0200| [b781f1836e670cd7c48df27fc1b7c0ff7615c449] | committer: Marvin Scholz tests: lavfi/drawutils: use av_err2str There is no need to explicitly specify the buffer, as it is only ever passed to printf, so av_err2str can be us

[FFmpeg-cvslog] ffbuild: fix include path for uninstalled .pc files

2025-04-22 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Tue Apr 1 03:00:58 2025 +0200| [cacc68f3b5f957c849319e575babb0862a78a83b] | committer: Marvin Scholz ffbuild: fix include path for uninstalled .pc files > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cacc68f3b5f957c849319e575babb0862a78a8

[FFmpeg-cvslog] tools/sidxindex: use av_err2str

2025-04-22 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Apr 2 01:40:02 2025 +0200| [da38b2fcd2296a6b3474110d1dc6694d02300921] | committer: Marvin Scholz tools/sidxindex: use av_err2str There is no need to explicitly specify the buffer, as it is only ever passed to fprintf, so av_err2str can be used. >

[FFmpeg-cvslog] rtpdec_mpeg4: Add fmtp parsing of bitrate value

2025-04-22 Thread Erik Linge
ffmpeg | branch: master | Erik Linge | Mon Sep 26 21:24:25 2022 +0200| [09a83e095d84fe91223a1cd309dc6ed221baa8e1] | committer: Marvin Scholz rtpdec_mpeg4: Add fmtp parsing of bitrate value According to RFC 6416 the audio stream sender can pass the data rate for the audio bitstream as "bitrate=