From ab9d569e99a96f4d16ee159a4a6d84cd83212e85 Mon Sep 17 00:00:00 2001 From: Harsha Ampar Date: Thu, 30 Apr 2026 20:50:37 +0530 Subject: [PATCH] Add VerdaAI watermarking algorithms (image, video, audio) Identifiers updated to 34, 35, 36 to avoid conflict with #47. Co-Authored-By: Claude Opus 4.6 (1M context) --- softbinding-algorithm-list.json | 59 +++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 6023341..0765f26 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -512,5 +512,64 @@ "contact": "contact@sasha.eu", "informationalUrl": "https://sasha.eu/technology" } + }, + { + "identifier": 34, + "alg": "ai.verda.watermark.image.1", + "type": "watermark", + "decodedMediaTypes": [ + "image" + ], + "encodedMediaTypes": [ + "image/png", + "image/jpeg", + "image/avif" + ], + "entryMetadata": { + "description": "VerdaAI invisible image watermarking", + "dateEntered": "2026-04-16T00:00:00.000Z", + "contact": "harsha@verda.ai", + "informationalUrl": "https://verda.ai/watermarking" + } + }, + { + "identifier": 35, + "alg": "ai.verda.watermark.video.1", + "type": "watermark", + "decodedMediaTypes": [ + "video" + ], + "encodedMediaTypes": [ + "video/mp4", + "video/webm", + "video/quicktime" + ], + "entryMetadata": { + "description": "VerdaAI invisible video watermarking", + "dateEntered": "2026-04-16T00:00:00.000Z", + "contact": "harsha@verda.ai", + "informationalUrl": "https://verda.ai/watermarking" + } + }, + { + "identifier": 36, + "alg": "ai.verda.watermark.audio.1", + "type": "watermark", + "decodedMediaTypes": [ + "audio" + ], + "encodedMediaTypes": [ + "audio/mpeg", + "audio/wav", + "audio/aac", + "audio/ogg", + "audio/flac" + ], + "entryMetadata": { + "description": "VerdaAI invisible audio watermarking", + "dateEntered": "2026-04-16T00:00:00.000Z", + "contact": "harsha@verda.ai", + "informationalUrl": "https://verda.ai/watermarking" + } } ]