From b435d97b776b49975a304f4964ced43d4380f2a1 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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index ecdd55e..eaa98f6 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -601,5 +601,22 @@ "contact": "c2pa@evixar.com", "informationalUrl": "https://www.evixar.com/en/technology/efp/" } + }, + { + "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" + ] } ] From aaaf862d6d093a24587d126ad5d4b63454d0f9ff 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 eaa98f6..5dead60 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -607,10 +607,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 8fa3ef8f8a77e154b516d8cbcfa8d7ce7dbd47f2 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 5dead60..59d6bed 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -607,7 +607,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.",