From 4addd648d660e3847bf731c29f820e0d290d693b Mon Sep 17 00:00:00 2001 From: John Collomosse Date: Thu, 13 Aug 2026 11:35:29 +0100 Subject: [PATCH 1/4] Add Adobe HierMark and FlowMark watermark algorithms --- softbinding-algorithm-list.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 207fe74..191a778 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -770,5 +770,33 @@ "softBindingResolutionApis": [ "https://api.joinmonolith.com/api/c2pa" ] + }, + { + "identifier": 49, + "alg": "com.adobe.hiermark.A", + "type": "watermark", + "decodedMediaTypes": [ + "audio" + ], + "entryMetadata": { + "description": "Adobe Hierarchical Audio watermark (HierMark) variant A", + "dateEntered": "2026-08-13T12:00:00.000Z", + "contact": "collomos@adobe.com", + "informationalUrl": "https://helpx.adobe.com/uk/creative-cloud/apps/adobe-content-authenticity/content-credentials/overview.html" + } + }, + { + "identifier": 50, + "alg": "com.adobe.flowmark.A", + "type": "watermark", + "decodedMediaTypes": [ + "video" + ], + "entryMetadata": { + "description": "Adobe FlowMark video watermarking variant A", + "dateEntered": "2026-08-13T12:00:00.000Z", + "contact": "collomos@adobe.com", + "informationalUrl": "https://arxiv.org/abs/2607.05261" + } } ] From df838c9384f594b23f9a63dc42b3d8bf523f6374 Mon Sep 17 00:00:00 2001 From: Dominique Guinard Date: Wed, 19 Aug 2026 12:28:59 +0200 Subject: [PATCH 2/4] Apply suggestion from @domguinard Add correct next ID --- softbinding-algorithm-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 191a778..7475dab 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -772,7 +772,7 @@ ] }, { - "identifier": 49, + "identifier": 52, "alg": "com.adobe.hiermark.A", "type": "watermark", "decodedMediaTypes": [ From 413ff2caa5988e78e8276e6e454be771428187f4 Mon Sep 17 00:00:00 2001 From: Dominique Guinard Date: Wed, 19 Aug 2026 12:29:16 +0200 Subject: [PATCH 3/4] Apply suggestion from @domguinard --- softbinding-algorithm-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 7475dab..ff70f53 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -786,7 +786,7 @@ } }, { - "identifier": 50, + "identifier": 53, "alg": "com.adobe.flowmark.A", "type": "watermark", "decodedMediaTypes": [ From c0218cd628c9163ad62a08c3deff5a10fa0e0d0b Mon Sep 17 00:00:00 2001 From: Dominique Guinard Date: Thu, 20 Aug 2026 10:37:24 +0200 Subject: [PATCH 4/4] Resolving conflict issue --- softbinding-algorithm-list.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index d359e49..694713c 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -777,6 +777,18 @@ "https://api.joinmonolith.com/api/c2pa" ] }, + { + "identifier": 49, + "alg": "com.museblossom.contentsdefence.1", + "type": "watermark", + "decodedMediaTypes": ["image"], + "entryMetadata": { + "description": "Contents Defence invisible image watermark, used to recover the associated C2PA manifest when embedded metadata is absent.", + "dateEntered": "2026-08-10T00:00:00.000Z", + "contact": "contact@museblossom.com", + "informationalUrl": "https://museblossom.com/about" + } + }, { "identifier": 50, "alg": "me.reconize.videoseal.1", @@ -832,15 +844,6 @@ "dateEntered": "2026-08-13T12:00:00.000Z", "contact": "collomos@adobe.com", "informationalUrl": "https://arxiv.org/abs/2607.05261" - "identifier": 49, - "alg": "com.museblossom.contentsdefence.1", - "type": "watermark", - "decodedMediaTypes": ["image"], - "entryMetadata": { - "description": "Contents Defence invisible image watermark, used to recover the associated C2PA manifest when embedded metadata is absent.", - "dateEntered": "2026-08-10T00:00:00.000Z", - "contact": "contact@museblossom.com", - "informationalUrl": "https://museblossom.com/about" - } + } } ]