[FFmpeg-cvslog] configure: add option to statically link to libvulkan

2024-12-22 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Dec 18 17:27:46 2024 +0900| [1b8cd00da62617bf5e8f2cdac67d99ea6e34404f] | committer: Lynne configure: add option to statically link to libvulkan This may be useful in weird setups and on platforms where static linking to libvulkan is supported. libplacebo a

[FFmpeg-cvslog] vulkan_decode: add queue_flags field to specify queue used

2024-12-22 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Dec 3 15:19:35 2024 +0900| [8fbecfd1a044ffd546fefd6d022117d8809d35d4] | committer: Lynne vulkan_decode: add queue_flags field to specify queue used > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fbecfd1a044ffd546fefd6d022117d8809d35d4 --- l

[FFmpeg-cvslog] vulkan: remove pointless mutex locks

2024-12-22 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Dec 18 14:58:33 2024 +0900| [157cd820adbbfcfd1870a6ce12d072dc0f623e9b] | committer: Lynne vulkan: remove pointless mutex locks This code was simply incorrect through and through. It did not protect what actually has to be protected in a multi-threaded setup

[FFmpeg-cvslog] vulkan: do not reinvent a queue context struct

2024-12-22 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Dec 3 15:31:49 2024 +0900| [2e06b84e2747ef4ea4d9f5c20c936aa866f7647d] | committer: Lynne vulkan: do not reinvent a queue context struct We recently introduced a public field which was a superset of the queue context we used to have. Switch to using it ent

[FFmpeg-cvslog] vulkan_decode: use a single execution pool

2024-12-22 Thread Lynne
ffmpeg | branch: master | Lynne | Tue Dec 3 18:11:16 2024 +0900| [7239be07bea6cce5a9e09d5dc7ebb1a14e34121f] | committer: Lynne vulkan_decode: use a single execution pool Originally, the decoder had a single execution pool, with one execution context per thread. Execution pools were always inte

[FFmpeg-cvslog] hwcontext_vulkan: do not enable portability subset by default

2024-12-22 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Dec 18 13:14:27 2024 +0900| [18af3a1db2db07cd24d611cc9cdc86fcdec4b505] | committer: Lynne hwcontext_vulkan: do not enable portability subset by default It doesn't make sense to, and could result in the implementation picking emulation layers. > http://git.

[FFmpeg-cvslog] avcodec/hw_base_encode: restrict size of next_prev

2024-12-22 Thread Benjamin Cheng
ffmpeg | branch: master | Benjamin Cheng | Sat Dec 21 15:25:37 2024 -0500| [bf9f921ef7c6b77da4c93dd292cb8bea97a49b1d] | committer: Lynne avcodec/hw_base_encode: restrict size of next_prev Some drivers are more strict about the size of the reference lists given (i.e. VAOn12 [1]). The next_prev l

[FFmpeg-cvslog] hwcontext_vulkan: disable validation layer threading warnings

2024-12-22 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Dec 18 14:33:50 2024 +0900| [4ca2b86ed54fbd0ffcfd74fd4e8bd3055bd12dcf] | committer: Lynne hwcontext_vulkan: disable validation layer threading warnings The layer is buggy currently: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/9045 > http

[FFmpeg-cvslog] avcodec/hevcdec: remove hevc prefix for x86 asm files

2024-12-22 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Dec 21 18:01:43 2024 +0800| [0a6388d1da174bb2ed3e793461c9226341e3629f] | committer: Nuo Mi avcodec/hevcdec: remove hevc prefix for x86 asm files > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a6388d1da174bb2ed3e793461c9226341e3629f --- liba

[FFmpeg-cvslog] avcodec/vvcdec: remove vvc prefix for x86 and riscv

2024-12-22 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Dec 21 18:01:42 2024 +0800| [8d27256a747fdd9eda41c480aa1eb7a065b88286] | committer: Nuo Mi avcodec/vvcdec: remove vvc prefix for x86 and riscv > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d27256a747fdd9eda41c480aa1eb7a065b88286 --- libavc

[FFmpeg-cvslog] avformat/iff: remove surplus if statement

2024-12-22 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Sun Dec 22 19:08:20 2024 +1100| [350ebef1128f111d4c5b9183e733daffc49570dd] | committer: Leo Izen avformat/iff: remove surplus if statement Fixes CID 1636854 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=350ebef1128f111d4c5b9183e733daffc49570