From 3ab57daafc00c91b195ee061b9309a61db0221d7 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 8 Oct 2024 15:43:09 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3aaedcc9..b60585a0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,17 @@ CasparCG 2.4.1 Stable * Revert removal of tbbmalloc, due to notable performance loss on windows * Supress some cmake build warnings * Build failure when doxygen installed on system +* Build failures with ffmpeg 7.0 +* Revert RPATH linking changes ### Producers ##### Fixes * FFmpeg: Ignore ndi:// urls +* FFmpeg: Using both in and seek could result in incorrect duration * Route: Race condition during destruction +* Image: Update freeimage on windows with some CVE fixes and failures with certain pngs +* Image: Respect EXIF rotate flag +* NDI: list local sources ### Consumers ##### Fixes