[FFmpeg-cvslog] swscale/input: add VYU444 input support

2024-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 7 00:06:41 2024 -0300| [ea05edc9e0504bcbc5e0a9afd750a6c3ce0d3bd5] | committer: James Almer swscale/input: add VYU444 input support Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea05edc9e0504bcbc5e0a9afd7

[FFmpeg-cvslog] swscale/input: add AYUV input support

2024-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 6 14:45:07 2024 -0300| [bb37d3c33e5791e8b87ea6843463c2bb64e8327d] | committer: James Almer swscale/input: add AYUV input support Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb37d3c33e5791e8b87ea6843463

[FFmpeg-cvslog] swscale/input: add UYVA input support

2024-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 6 19:43:24 2024 -0300| [ec7f5e314dbb4cd171600f1438d6e3a03c695971] | committer: James Almer swscale/input: add UYVA input support Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec7f5e314dbb4cd171600f1438d6

[FFmpeg-cvslog] swscale/input: add V30X input support

2024-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 7 13:36:19 2024 -0300| [04612351ab52ad043fa680731ae5a0f021433ffd] | committer: James Almer swscale/input: add V30X input support Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04612351ab52ad043fa680731ae5

[FFmpeg-cvslog] RELEASE: update release number after release/7.1 branch

2024-10-08 Thread Martin Schitter
ffmpeg | branch: master | Martin Schitter | Sat Oct 5 17:04:15 2024 +0200| [6a735e33888ad4c4dd1813444085dd09b6f59f12] | committer: Michael Niedermayer RELEASE: update release number after release/7.1 branch Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] swscale: Fix conflicting types for loongarch

2024-10-08 Thread jinbo
ffmpeg | branch: master | jinbo | Tue Oct 8 20:59:03 2024 +0800| [e6ecc1e7572d2c61aec8b45e61b1fa524fa4e060] | committer: Michael Niedermayer swscale: Fix conflicting types for loongarch Build breaks after c1a0e657638f7007dcc807a2d985c22631fcd6d3 Signed-off-by: Michael Niedermayer > http://

[FFmpeg-cvslog] swscale/ppc: fix altivec build failure

2024-10-08 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Tue Oct 8 16:45:36 2024 +0200| [477445722cc0d67439ca151c9d486c1bfca7a084] | committer: Niklas Haas swscale/ppc: fix altivec build failure Fixes: c1a0e657638f7007dcc807a2d985c22631fcd6d3 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4774457

[FFmpeg-cvslog] libavutil/vulkan: fix flexible array struct allocation

2024-10-08 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Oct 9 02:12:39 2024 +0200| [f5e2914a89c2d1c38d3ac80ae43c0eda743892f3] | committer: Lynne libavutil/vulkan: fix flexible array struct allocation The flexible array member struct can have padding added by the compiler which was not taken into accoun

[FFmpeg-cvslog] vulkan: fix ImageView flexible array struct allocation

2024-10-08 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Oct 9 02:37:26 2024 +0200| [80a0567a2f94b9f6c2cead99282c93fc601098d3] | committer: Lynne vulkan: fix ImageView flexible array struct allocation Same as the previous commit, the compiler may insert padding. Thanks to Marvin Scholz for pointing this out. >

[FFmpeg-cvslog] avutil/pixfmt: add UYVA pixel format

2024-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 6 19:28:33 2024 -0300| [dc3ef53819dc8cc2e9732b70d69b029738bad266] | committer: James Almer avutil/pixfmt: add UYVA pixel format This maps to the YpCbCrA8 pixel format as defined by Apple, which is ordered Cb Y' Cr A. Signed-off-by: James Alm

[FFmpeg-cvslog] avutil/pixfmt: add V30X pixel format

2024-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 7 13:29:25 2024 -0300| [29ea34728f1064877a0ab9b8dee0f3de69a2d750] | committer: James Almer avutil/pixfmt: add V30X pixel format This maps to the 444YpCbCr10 pixel format as defined by Apple. Signed-off-by: James Almer > http://git.videolan.org

[FFmpeg-cvslog] avutil/pixfmt: extend the VUY{A,X} description

2024-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Oct 8 11:29:14 2024 -0300| [2e79690a70fe9710a0992c554ed86b31a8d66111] | committer: James Almer avutil/pixfmt: extend the VUY{A,X} description Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e79690a70fe9710a09

[FFmpeg-cvslog] avutil/pixfmt: add VYU444 pixel format

2024-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 6 23:58:46 2024 -0300| [1f9424e0b1d17257186d0a3b68a750b9bd341f23] | committer: James Almer avutil/pixfmt: add VYU444 pixel format This maps to the 444YpCbCr8 pixel format as defined by Apple, which is ordered Cr Y' Cb. Signed-off-by: James Almer

[FFmpeg-cvslog] avutil/pixfmt: add AYUV pixel format

2024-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 6 14:37:54 2024 -0300| [263108a5049761911d2c35cbb15ef9a9c0a84027] | committer: James Almer avutil/pixfmt: add AYUV pixel format This maps to the AYpCbCr8 pixel format as defined by Apple, which is ordered A Y’ Cb Cr. Signed-off-by: James Alm

[FFmpeg-cvslog] hwcontext_vulkan: remove redundant hostQueryReset setting

2024-10-08 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Oct 8 23:44:30 2024 +0200| [31def0c3ce47e72d201d0fdf1e75498694ea7fd7] | committer: Lynne hwcontext_vulkan: remove redundant hostQueryReset setting Its set just a few lines earlier. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31def0c3ce47e7

[FFmpeg-cvslog] configure: explicitly disable spirv_compiler

2024-10-08 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Oct 7 11:31:27 2024 +0200| [204558cee880e02483ba6154bcc4fc94e88d7ef5] | committer: Lynne configure: explicitly disable spirv_compiler spirv_compiler is an undeclared variable that was spontaneously enabled if libshaderc or libglslang were detected, and ser

[FFmpeg-cvslog] vulkan: add a #define when printf debugging is enabled

2024-10-08 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Oct 8 14:04:31 2024 +0200| [b8d1b4358b13fb034ca41203af1c8ccc1a27284a] | committer: Lynne vulkan: add a #define when printf debugging is enabled > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8d1b4358b13fb034ca41203af1c8ccc1a27284a --- libav

[FFmpeg-cvslog] configure: add spirv_compiler to avfilter_suggest as well

2024-10-08 Thread Lynne
ffmpeg | branch: master | Lynne | Mon Oct 7 09:14:08 2024 +0200| [57b7e96b04b19cf7ce26d07d8fd5f76d19f380c5] | committer: Lynne configure: add spirv_compiler to avfilter_suggest as well If someone were to enable libglslang/libshaderc, and then disable all Vulkan filters, they would have the sam

[FFmpeg-cvslog] hwcontext_vulkan: set hwctx->device_features

2024-10-08 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Oct 9 00:58:14 2024 +0200| [4ad4f8101a0edfb47c5eb896c9f7a658761493ce] | committer: Lynne hwcontext_vulkan: set hwctx->device_features This was forgotten during the recent device feature refactor. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h