From 07fa4fc6be7e36e0b308e28467ba5cd5e24df7b9 Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Tue, 12 Nov 2024 09:16:41 +0000 Subject: [PATCH] Add JPEG XS item to changelog The PR started before v1.2 but ended after v1.3 which resulted in it missing from both changelogs. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed9c80f..72649495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ * Add a link to the [RDD 6 XML Creator](https://bbc.github.io/bmx/meta/rdd6_xml_creator/) (https://github.com/bbc/bmx/pull/61) * Document adding UUIDs to IMF filenames (https://github.com/bbc/bmx/pull/59) * Speed improvement for parsing DV, RDD 36 (ProRes), JPEG XS and VC3 formats by using bitstream information about the frame size (https://github.com/bbc/bmx/pull/54) +* Add support for JPEG XS video (https://github.com/bbc/bmx/pull/48) ### Bug fixes