[FFmpeg-cvslog] lavu/vulkan_spirv: use correct inclusion guards

2024-10-06 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Oct 6 06:02:51 2024 +0200| [9391d4ccc59cf890217a66e447aaf5a17cab42ea] | committer: Lynne lavu/vulkan_spirv: use correct inclusion guards Forgot to change them after moving the file over from libavfilter. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/libx265: unbreak build for X265_BUILD >= 213

2024-10-06 Thread Gyan Doshi
ffmpeg | branch: release/6.0 | Gyan Doshi | Sat Oct 5 10:26:31 2024 +0530| [769c36b01378d1d860150cea535dea1128abde0b] | committer: Timo Rothenpieler avcodec/libx265: unbreak build for X265_BUILD >= 213 Earlier, x265 made an API change to support alpha and other multiple layer pictures. We add

[FFmpeg-cvslog] avcodec/libx265: unbreak build for X265_BUILD >= 213

2024-10-06 Thread Gyan Doshi
ffmpeg | branch: release/6.1 | Gyan Doshi | Sat Oct 5 10:26:31 2024 +0530| [4571c80b404fef48d649c71a059d8d00c5275c95] | committer: Timo Rothenpieler avcodec/libx265: unbreak build for X265_BUILD >= 213 Earlier, x265 made an API change to support alpha and other multiple layer pictures. We add

[FFmpeg-cvslog] configure: add spirv_compiler to avcodec_suggest

2024-10-06 Thread Lynne via ffmpeg-devel
ffmpeg | branch: master | Lynne via ffmpeg-devel | Sun Oct 6 16:24:13 2024 +0200| [f339169f35bc3edd250062d613a7de957ad5a877] | committer: Timo Rothenpieler configure: add spirv_compiler to avcodec_suggest 893f3fde4cdeb made libavcodec link to libshaderc/libglslang, though no codecs depend on

[FFmpeg-cvslog] configure: include liblcevc_dec ldflags in avcodec_extralibs

2024-10-06 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 6 10:42:15 2024 -0300| [a77365d86497ead7ba101b248cc1efec9676476c] | committer: James Almer configure: include liblcevc_dec ldflags in avcodec_extralibs This is more in line with other optional libraries, instead of littering avcodec_suggest. Si

[FFmpeg-cvslog] avcodec/libx265: unbreak build for X265_BUILD >= 213

2024-10-06 Thread Gyan Doshi
ffmpeg | branch: release/7.0 | Gyan Doshi | Sat Oct 5 10:26:31 2024 +0530| [f5f590b1e72cbd1da257d87d1adf1e9db3b9e2a9] | committer: Timo Rothenpieler avcodec/libx265: unbreak build for X265_BUILD >= 213 Earlier, x265 made an API change to support alpha and other multiple layer pictures. We add

[FFmpeg-cvslog] avcodec/libx265: unbreak build for X265_BUILD >= 213

2024-10-06 Thread Gyan Doshi
ffmpeg | branch: release/5.0 | Gyan Doshi | Sat Oct 5 10:26:31 2024 +0530| [f3eb622fc455cbef7b2fc9efacd82666e16ffd76] | committer: Timo Rothenpieler avcodec/libx265: unbreak build for X265_BUILD >= 213 Earlier, x265 made an API change to support alpha and other multiple layer pictures. We add

[FFmpeg-cvslog] avcodec/libx265: unbreak build for X265_BUILD >= 213

2024-10-06 Thread Gyan Doshi
ffmpeg | branch: release/5.1 | Gyan Doshi | Sat Oct 5 10:26:31 2024 +0530| [768807492dd60671582b6f7829de8f8e5e9e6869] | committer: Timo Rothenpieler avcodec/libx265: unbreak build for X265_BUILD >= 213 Earlier, x265 made an API change to support alpha and other multiple layer pictures. We add

[FFmpeg-cvslog] avcodec/libx265: unbreak build for X265_BUILD >= 213

2024-10-06 Thread Gyan Doshi
ffmpeg | branch: release/4.4 | Gyan Doshi | Sat Oct 5 10:26:31 2024 +0530| [283dc2e8eba5744f9f29499bd1ab829bbb4d9af2] | committer: Timo Rothenpieler avcodec/libx265: unbreak build for X265_BUILD >= 213 Earlier, x265 made an API change to support alpha and other multiple layer pictures. We add

[FFmpeg-cvslog] vulkan: always enable GL_EXT_shader_explicit_arithmetic_types

2024-10-06 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Oct 6 07:06:04 2024 +0200| [8c250da8f3abe7ce08f37a57c17bebead29de873] | committer: Lynne vulkan: always enable GL_EXT_shader_explicit_arithmetic_types Implicit types were a mistake. lowp/mediump/highp was a sin. > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] vulkan: always enable GL_EXT_control_flow_attributes

2024-10-06 Thread Lynne
ffmpeg | branch: master | Lynne | Sun Oct 6 07:11:58 2024 +0200| [6871fd31708dc50e8a8609660aceb1b90a29c1cf] | committer: Lynne vulkan: always enable GL_EXT_control_flow_attributes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6871fd31708dc50e8a8609660aceb1b90a29c1cf --- libavut