[FFmpeg-cvslog] ffbuild: use response files only if ar accepts them

2025-03-18 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Mar 17 20:57:28 2025 +0530| [740d4009656abeb006e2d43001b59d875c1a7a6a] | committer: Gyan Doshi ffbuild: use response files only if ar accepts them > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=740d4009656abeb006e2d43001b59d875c1a7a6a ---

[FFmpeg-cvslog] avcodec/vvc/Makefile: Move VVC decoder->h2645data dep to lavc/Makefile

2025-03-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 18 08:25:14 2025 +0100| [6bd4e8bf76c791c494b58b4edd00702f80ab9124] | committer: Andreas Rheinhardt avcodec/vvc/Makefile: Move VVC decoder->h2645data dep to lavc/Makefile If h2645data.c were changed in a way that makes it rely on another ob

[FFmpeg-cvslog] avcodec/Makefile: Only compile executor when VVC decoder is enabled

2025-03-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 18 08:38:36 2025 +0100| [81c50c33b6f582a268dddedfb0664c9be119a36a] | committer: Andreas Rheinhardt avcodec/Makefile: Only compile executor when VVC decoder is enabled Reviewed-by: Nuo Mi Signed-off-by: Andreas Rheinhardt > http://git.vi

[FFmpeg-cvslog] avutil: only duplicate hal2float and float2half in shared builds

2025-03-18 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 16 23:26:53 2025 -0300| [bf22c4cc3e005c01f50e233b1582fd1d8051aed9] | committer: James Almer avutil: only duplicate hal2float and float2half in shared builds Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b

[FFmpeg-cvslog] avcodec/Makefile: Skip ffv1_vulkan.h in checkheaders

2025-03-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 18 16:23:39 2025 +0100| [c0b7f817a4c72eb3e501f94f403b3031114e8d98] | committer: Andreas Rheinhardt avcodec/Makefile: Skip ffv1_vulkan.h in checkheaders unless vulkan is actually enabled. Reviewed-by: Lynne Signed-off-by: Andreas Rheinhar