From 064d41290d09d8223e506954330f056aa6fdf5d6 Mon Sep 17 00:00:00 2001 From: kosta-pmf <63353606+kosta-pmf@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:11:11 +0200 Subject: [PATCH 1/3] add DeepMark entry for the C2PA soft binding list --- softbinding-algorithm-list.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 8fbca73..5e3bd30 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -418,8 +418,8 @@ } }, { - "identifier": 29, - "alg": "com.writerslogic.zwc-watermark.1", + "identifier": 29, + "alg": "com.writerslogic.zwc-watermark.1", "type": "watermark", "encodedMediaTypes": [ "text/plain", @@ -619,5 +619,22 @@ "contact": "support@cognitive-proof.com", "informationalUrl": "https://github.com/Cognitive-Proof/VSRMark" } + }, + { + "identifier": 40, + "alg": "me.deepmark.audio.vigil.128", + "type": "watermark", + "decodedMediaTypes": [ + "audio" + ], + "entryMetadata": { + "description": "Vigil is a 128-bit-per-second neural audio watermarking algorithm developed by DeepMark Inc. Real-time capable on both CPU and GPU. Embedding can be performed by the DeepMark ingestion API at https://ingestion-api.deepmark.me. NOTE: This deployment signs manifests with test certificates, so manifest signatures will not validate against any trust authority.", + "dateEntered": "2026-06-05T00:00:00Z", + "contact": "hello@deepmark.me", + "informationalUrl": "https://www.deepmark.me" + }, + "softBindingResolutionApis": [ + "https://resolution-api.deepmark.me" + ] } -] +] \ No newline at end of file From 0438a0cd4716470439e3714915f5d5a321fe31d4 Mon Sep 17 00:00:00 2001 From: kosta-pmf <63353606+kosta-pmf@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:53:33 +0200 Subject: [PATCH 2/3] update DeepMark entry for the C2PA soft binding list --- softbinding-algorithm-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 5e3bd30..4d2bfda 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -625,10 +625,10 @@ "alg": "me.deepmark.audio.vigil.128", "type": "watermark", "decodedMediaTypes": [ - "audio" + "audio", ], "entryMetadata": { - "description": "Vigil is a 128-bit-per-second neural audio watermarking algorithm developed by DeepMark Inc. Real-time capable on both CPU and GPU. Embedding can be performed by the DeepMark ingestion API at https://ingestion-api.deepmark.me. NOTE: This deployment signs manifests with test certificates, so manifest signatures will not validate against any trust authority.", + "description": "Vigil is a 128-bit-per-second neural audio watermarking algorithm developed by DeepMark Inc. Real-time capable on both CPU and GPU. Embedding can be performed by the demo DeepMark ingestion API at https://ingestion-api.deepmark.me. NOTE: This is a demo/playground deployment that signs manifests with test certificates, so manifest signatures will not validate against any trust authority.", "dateEntered": "2026-06-05T00:00:00Z", "contact": "hello@deepmark.me", "informationalUrl": "https://www.deepmark.me" From b36ead42a73e662bcd36adaeee52c9d9ff793e1e Mon Sep 17 00:00:00 2001 From: kosta-pmf <63353606+kosta-pmf@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:28:11 +0200 Subject: [PATCH 3/3] Update softbinding-algorithm-list.json --- 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 4d2bfda..04b036b 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -625,7 +625,7 @@ "alg": "me.deepmark.audio.vigil.128", "type": "watermark", "decodedMediaTypes": [ - "audio", + "audio" ], "entryMetadata": { "description": "Vigil is a 128-bit-per-second neural audio watermarking algorithm developed by DeepMark Inc. Real-time capable on both CPU and GPU. Embedding can be performed by the demo DeepMark ingestion API at https://ingestion-api.deepmark.me. NOTE: This is a demo/playground deployment that signs manifests with test certificates, so manifest signatures will not validate against any trust authority.",