From patchwork Wed Nov 16 00:18:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran O Leary X-Patchwork-Id: 1430 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.90.1 with SMTP id o1csp1891902vsb; Tue, 15 Nov 2016 16:24:47 -0800 (PST) X-Received: by 10.194.165.136 with SMTP id yy8mr51817wjb.14.1479255887146; Tue, 15 Nov 2016 16:24:47 -0800 (PST) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id h70si4988916wme.114.2016.11.15.16.24.46; Tue, 15 Nov 2016 16:24:47 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@gmail.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org; dmarc=fail (p=NONE dis=NONE) header.from=gmail.com Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0579A68049B; Wed, 16 Nov 2016 02:24:43 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7FAA3689D2B for ; Wed, 16 Nov 2016 02:24:36 +0200 (EET) Received: by mail-wm0-f53.google.com with SMTP id a197so203388990wmd.0 for ; Tue, 15 Nov 2016 16:24:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=LGWpePE91bD+f3fBj7gel6a8R669qTUZILRijibbTnc=; b=LHDH5JkGQZqPiBnpcx9viW76wCTP9BxU2tvrpW0HTnbkAOw7fjDrf4vCJbK/Ge7Nm9 KOA57tWITBYv5N/JXuGkv6FEsaezDtk/8H13Fl0DBAhC1Pygo2cerPSfq0Vl0rBxqBjY Jh4NpF/K/9ewgv+UjKzeHM/LvPUp+hVP1D8PURox6loO+AoWsWT7og1CgphKTLcerq3V hR3V4VPY5FD09w2xE8tsP5JDeTCcsh+KXGzTaH7j+AQ1ha1DspKa60qgyGlJuSJaDQBK isxktfwUW9ciq7mzLLgZXE01VuiYYDqlfq71UVtK7w7inog9JLS9zNAULiw/xPtzyjtB 4IjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=LGWpePE91bD+f3fBj7gel6a8R669qTUZILRijibbTnc=; b=go+kWac6NYXucJEfwvyRLgUUViHmJeTtycL7DDeW2x77ITXm776E7FKBQV5PwioHFr NNRDPNqKua4rxh+q6aWKm/5rbAwg6AYxpnsTEfdlvj/lff/zBpgC2IoihGrVhS2rXcVv yQCVE/GbYy3ZhLv0MaswYD5/sjTQavdj0OOMLLDzEnuZXG+1PbeyWcgW0P//avFUCKuP zvyZjrcvRPzS/VhKxXILBPJvJEtCUe1rv7lNFT/VrJpV/mfx+ij68Ga77ri1PUmRQGXK BX3kekedgTFmugnpQsSg3Cr2Tq4dn+G+XNC68Le8qCkwenPMP050uQmuxL7j1clL0z/y GB5A== X-Gm-Message-State: ABUngvebK3p8fvoLDvbWZ0xnZhrnKsMdgJ992SP6gKifar+7K32vFlmVcvR2Jqq1Xsf/+eHdUbjgLPE3S8506g== X-Received: by 10.28.54.3 with SMTP id d3mr6347296wma.34.1479255524200; Tue, 15 Nov 2016 16:18:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.45.228 with HTTP; Tue, 15 Nov 2016 16:18:43 -0800 (PST) From: Kieran O Leary Date: Wed, 16 Nov 2016 00:18:43 +0000 Message-ID: To: FFmpeg development discussions and patches , Vittorio Giovara X-Content-Filtered-By: Mailman/MimeDel 2.1.20 Subject: [FFmpeg-devel] [PATCH] doc/filters: adds recently added -vf colorspace options X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Hi, I've never submitted a patch for anything before, so hopefully this is OK. I noticed that the recent commits by Vittorio Giovara were not reflected in the filter documentation. I'm attaching the output of git format-patch -1 as well as copy/pasting it in this email. From c52eededc4a0e865a842fb9fb7c6057830429ef4 Mon Sep 17 00:00:00 2001 From: kieranjol Date: Wed, 16 Nov 2016 00:03:43 +0000 Subject: [PATCH] doc/filters: adds recently added -vf colorspace options --- doc/filters.texi | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/filters.texi b/doc/filters.texi index 974febd..208be42 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5335,6 +5335,9 @@ SMPTE-170M or BT.601-6 525 @item smpte240m SMPTE-240M +@item ycgco +YCgCo + @item bt2020ncl BT.2020 with non-constant luminance @@ -5349,6 +5352,12 @@ The accepted values are: @item bt709 BT.709 +@item bt470m +BT.470M + +@item bt470bg +BT.470BG + @item gamma22 Constant gamma of 2.2 @@ -5361,6 +5370,18 @@ SMPTE-170M, BT.601-6 625 or BT.601-6 525 @item smpte240m SMPTE-240M +@item srgb +SRGB + +@item iec61966-2-1 +iec61966-2-1 + +@item iec61966-2-4 +iec61966-2-4 + +@item xvycc +xvycc + @item bt2020-10 BT.2020 for 10-bits content @@ -5390,6 +5411,15 @@ SMPTE-170M or BT.601-6 525 @item smpte240m SMPTE-240M +@item film +film + +@item smpte431 +SMPTE-431 + +@item smpte432 +SMPTE-432 + @item bt2020 BT.2020 @@ -5401,9 +5431,15 @@ Specify output color range. The accepted values are: @table @samp +@item tv +TV (restricted) range + @item mpeg MPEG (restricted) range +@item pc +PC (full) range + @item jpeg JPEG (full) range