[video-codec] NHW: a wavelet image codec

Raphael Canut <nhwcodec@gmail.com> Wed, 12 August 2015 17:41 UTC

Return-Path: <nhwcodec@gmail.com>
X-Original-To: video-codec@ietfa.amsl.com
Delivered-To: video-codec@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CFE411A92EB for <video-codec@ietfa.amsl.com>; Wed, 12 Aug 2015 10:41:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ocO0xQ0jjfAe for <video-codec@ietfa.amsl.com>; Wed, 12 Aug 2015 10:41:21 -0700 (PDT)
Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 100201A92ED for <video-codec@ietf.org>; Wed, 12 Aug 2015 10:41:21 -0700 (PDT)
Received: by oiev193 with SMTP id v193so13031373oie.3 for <video-codec@ietf.org>; Wed, 12 Aug 2015 10:41:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ewD/WEQEqb/xoFbL0s8eLlDz4C5SkkPnJTIxmBClzI8=; b=MUcONdw4bzLWV5KBJjwimGQwS1bkgUw3y1gySaPnqjJipO1oZ4tjXh4w+sz0HIFAjs 6sf5BTZU8Mh8FlwEmBu1nTrEs31O26sodPt3g7Xys6Z+OMTL/xpT0SLIBG3vYPdsvkx+ m8SrpNImQCw+ObkOdx4xAekI6aCKkrbJRWCRyOjGPhCNTTHinS7t/WdCpE+R18MzgJqd VpnmA1byUCnCIU8kXfWD0ndUTmKqlQ6QcKr3vf63rbDhZt3+wHL6HfqWBfWCQKHOe1iD JscO4UzJDLfCUBSF3vfmwtfsQU2GUEvTKn22jlqgiqpHHqP5YFhWOdHHbrA4SftruFOZ 1mfA==
MIME-Version: 1.0
X-Received: by 10.202.69.130 with SMTP id s124mr30101948oia.70.1439401280521; Wed, 12 Aug 2015 10:41:20 -0700 (PDT)
Received: by 10.76.83.69 with HTTP; Wed, 12 Aug 2015 10:41:20 -0700 (PDT)
Date: Wed, 12 Aug 2015 19:41:20 +0200
Message-ID: <CAKE58qFuotHXha9DewXM=15Yy7Ou5m2gFerpKV9Us4R0ODSk0w@mail.gmail.com>
From: Raphael Canut <nhwcodec@gmail.com>
To: video-codec@ietf.org
Content-Type: multipart/alternative; boundary="001a113ddd2e03cb2b051d20ba8c"
Archived-At: <http://mailarchive.ietf.org/arch/msg/video-codec/FYyaRDW2WuB5IAfcfqPv2_ycn20>
Subject: [video-codec] NHW: a wavelet image codec
X-BeenThere: video-codec@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Video codec BoF discussion list <video-codec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/video-codec>, <mailto:video-codec-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/video-codec/>
List-Post: <mailto:video-codec@ietf.org>
List-Help: <mailto:video-codec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/video-codec>, <mailto:video-codec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 12 Aug 2015 17:44:51 -0000

Hello,

New to this list, I am submitting the NHW codec to your working group.NHW
is an experimental wavelet codec, that I presented on the Xiph Theora
channel, it uses (normally) new non-patented techniques (it is normally
royalty-free).Its main advantages are speed and neatness of image.

Here are the links:
demo page: http://nhwcodec.blogspot.com/
github repo: https://github.com/rcanut/nhwcodec

If some parts could be selected for test in the NETVC project, would be
just great.The main interesting parts are: a new fast wavelet transform, a
multistage residual coding, and 3 new entropy coding schemes, which one is
very efficient and very fast for quantized coefficients in video/image
compression.

Do not hesitate to let me know if I am submitting the right way.

Many thanks.
Cheers,
Raphael