[FFmpeg-cvslog] avcodec/vvc: parse all SEI messages

2025-06-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Jun 11 20:52:06 2025 +0200| [9ad6dca28ccbe989f615fb10626b22236b06df59] | committer: Nuo Mi avcodec/vvc: parse all SEI messages While the current code iterated over the messages, it always returned in the first iteration. Instead keep iterating and

[FFmpeg-cvslog] avcodec/vvc/dec: fix possible null-pointer dereference

2025-06-12 Thread Marvin Scholz
ffmpeg | branch: master | Marvin Scholz | Wed Jun 11 19:53:29 2025 +0200| [3d7668dae12fc07a49ba19875ba4d32a4ff46289] | committer: Nuo Mi avcodec/vvc/dec: fix possible null-pointer dereference When checking for filmgrain here, needs_fg can be true even when film_grain_characteristics is NULL (w

[FFmpeg-cvslog] avutil/hwcontext_videotoolbox: fix color primaries check

2025-06-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jun 4 12:33:09 2025 +0800| [58f3d8a461b7424b72c9b28775207dda1df2449c] | committer: Jun Zhao avutil/hwcontext_videotoolbox: fix color primaries check Fix incorrect enum value used in color primaries check by replacing AVCOL_SPC_UNSPECIFIED with AVCOL_PRI

[FFmpeg-cvslog] avutil/intmath: use AV_HAS_BUILTIN to detect builtin availability

2025-06-12 Thread Kacper Michajłow
ffmpeg | branch: master | Kacper Michajłow | Mon Mar 31 14:02:36 2025 +0200| [43dc443446e48614323bd1f083e90ae11ea66827] | committer: Martin Storsjö avutil/intmath: use AV_HAS_BUILTIN to detect builtin availability Fixes use of bultins on clang x86_64-pc-windows-msvc which does not define any _

[FFmpeg-cvslog] avformat/internal: add missing __clang__ check

2025-06-12 Thread Kacper Michajłow
ffmpeg | branch: master | Kacper Michajłow | Mon Mar 31 14:02:37 2025 +0200| [26807592e12546daecd97296711c745c9eeaa688] | committer: Martin Storsjö avformat/internal: add missing __clang__ check Clang x86_64-pc-windows-msvc doesn't define __GNUC__. Signed-off-by: Kacper Michajłow Signed-off-

[FFmpeg-cvslog] avcodec/libx264: Remove unnecessary include

2025-06-12 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Jun 7 20:17:49 2025 +0800| [f3bf5356966b4ad9334034e720fa224c2d9464a6] | committer: Zhao Zhili avcodec/libx264: Remove unnecessary include eval is for av_strtod, which wasn't been used by libx264 now. Signed-off-by: Zhao Zhili > http://git.videolan