Re: [video-codec] Strategy for an RF video codec

Eric Rescorla <ekr@rtfm.com> Tue, 15 January 2013 15:04 UTC

Return-Path: <ekr@rtfm.com>
X-Original-To: video-codec@ietfa.amsl.com
Delivered-To: video-codec@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 45FD321F8667 for <video-codec@ietfa.amsl.com>; Tue, 15 Jan 2013 07:04:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.976
X-Spam-Level:
X-Spam-Status: No, score=-102.976 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k7Pw6DA+Wouz for <video-codec@ietfa.amsl.com>; Tue, 15 Jan 2013 07:04:24 -0800 (PST)
Received: from mail-oa0-f47.google.com (mail-oa0-f47.google.com [209.85.219.47]) by ietfa.amsl.com (Postfix) with ESMTP id 4E3D721F8650 for <video-codec@ietf.org>; Tue, 15 Jan 2013 07:04:24 -0800 (PST)
Received: by mail-oa0-f47.google.com with SMTP id h1so208561oag.6 for <video-codec@ietf.org>; Tue, 15 Jan 2013 07:04:23 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:x-gm-message-state; bh=pPgxhA4YEpq6qO+L9NS8enJsSpzFo/mbTHd9f15d+JY=; b=DRBlUn22xUP4uOEKUPOxzhaopfx4ncp7TXJSFQe+lbFoiFpyVMep3wy7t15JQ5ASs4 0pVHuFOcRUxrptjFZYNS2tntHZ1dS9Pwo6jBUKXdlNeqrCSMGreQaLcxnE3gHe7Cqyud MuAG1ykMB8Yjg8cLeQVGUbu31v+P3SLwV9sogpf1W/+MaYfRmvBJvad/kKpSp8HILNC8 XUUWzno07nPdlAVqyeUTDc2ULYoumQhCv3K1xK5jjknOGA//oU0VS9gxNimvPsXmbS/H kuEKHUR9O+172fFJUyTvMuhoN+z/WzJ5i//YaCLEF4Fva+zOVSq3IlSDVLCNFd80+EJm 6wyA==
Received: by 10.60.32.73 with SMTP id g9mr56615231oei.134.1358262263612; Tue, 15 Jan 2013 07:04:23 -0800 (PST)
MIME-Version: 1.0
Received: by 10.182.27.71 with HTTP; Tue, 15 Jan 2013 07:03:43 -0800 (PST)
X-Originating-IP: [74.95.2.173]
In-Reply-To: <C5E08FE080ACFD4DAE31E4BDBF944EB11337D2B5@xmb-aln-x02.cisco.com>
References: <C5E08FE080ACFD4DAE31E4BDBF944EB11337D2B5@xmb-aln-x02.cisco.com>
From: Eric Rescorla <ekr@rtfm.com>
Date: Tue, 15 Jan 2013 07:03:43 -0800
Message-ID: <CABcZeBNSrKGGr_nG1hTu07d-mGpKZGsp6uNu=w=Sm2YWs45YMg@mail.gmail.com>
To: "Cullen Jennings (fluffy)" <fluffy@cisco.com>
Content-Type: multipart/alternative; boundary="e89a8fb1ebc2bc056604d3551397"
X-Gm-Message-State: ALoCoQkAXOTcaKwGhvXOSU/Pks1i5NaJOU6/DkkvG9ouwbu0JBLYONIe72dDDT8qZ+kRa72aoJjV
Cc: "video-codec@ietf.org" <video-codec@ietf.org>
Subject: Re: [video-codec] Strategy for an RF video codec
X-BeenThere: video-codec@ietf.org
X-Mailman-Version: 2.1.12
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: <http://www.ietf.org/mail-archive/web/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: Tue, 15 Jan 2013 15:04:25 -0000

Cullen,

This is a really interesting idea.

Can you give me some sense of how you envisioned the negotiation happening?
Traditionally, IETF uses one of three types of negotiation:

- One side offers some list of non-categorized features and the other side
picks
a subset. ("extensions")
- We have a bunch of feature categories and one side offers a list of which
ones if supports in each category. The other side picks one from each column
("chinese menu}")
- We have a fixed number of feature combinations and one side offers
a list of the combinations it supports and the other side picks one
("suites")
- We have a list of features and one side lists the combinations it would
accept ("profiles" (?))

What did you have in mind here? I ask because it impacts the relationship
between the features and the required level of engineering
work.

-Ekr


On Mon, Jan 14, 2013 at 8:28 PM, Cullen Jennings (fluffy)
<fluffy@cisco.com>wrote:

>
> I'm going to assert that it will be much more difficult to get an state of
> the art RF video codec than to get an good RF audio codec. Some of the
> people working in the CODEC WG had strategies to increate the likely hood
> of an RF codec but the WG never had any strategies to achieve this. I think
> the video codec WG should have a strategy to optimize the odds of RF.
>
> Here's my proposal for a strategy and I think this, or whatever it is we
> decide is our strategy, should be in the charter:
>
> 1) every separable part of the codec becomes a separate feature and both
> sides negotiate the features they support. I'm imaging 100 or more features
> many of which depend on others or you can't use them. The minimal feature
> might just be uncompressed video. The odds of managing for all parts of an
> advanced video codec to be RF are low and this allows us to mitigate the
> risk by if some part if found to not be RF, deployments can disable that
> feature and the features that depend on them. This also makes for a much
> smother watt to incrementally advance the codec over time. Doing this means
> we are not doing a single codec but really a family of codecs .
>
> 2) every feature that goes into the codec is specified in a separate draft
> to get separate IRP claims
>
> 3) every feature includes information about why we think it is RF. This
> might be because it is an implementation of an old algorithm, it might be
> because the IPR has been granted RF, or it might be because we are so
> brilliant no one could have ever thought of this idea before.
>
>
> Cullen
>
> _______________________________________________
> video-codec mailing list
> video-codec@ietf.org
> https://www.ietf.org/mailman/listinfo/video-codec
>