From patchwork Fri Jul 5 04:36:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 13823 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id DE7A7445CBA for ; Fri, 5 Jul 2019 07:45:13 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B328B68ABA2; Fri, 5 Jul 2019 07:45:13 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-pl1-f193.google.com (mail-pl1-f193.google.com [209.85.214.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DB66B68ABA2 for ; Fri, 5 Jul 2019 07:45:06 +0300 (EEST) Received: by mail-pl1-f193.google.com with SMTP id b7so3993428pls.6 for ; Thu, 04 Jul 2019 21:45:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=gtn9Ql3wDbLReRfPiBVM2P9ImYUCYNBi64EVPj9uBUQ=; b=CJIsnDhGh7d/BNSPwrLjY+FSwabihAU2FEe7X4S+VKLJG8z02RdK6H7aeNbRL7L1hX 0gU57vCNqUVG+Vq6XmM6xHNzFCRHJtsYoptu742KYFTsml3whZVDcj2UWAXaBQdCLy9d W+GZwVGCxuT8rvlBW5jDlG5/Zc5E825P4ZYO7i9rmr42QhvQJDrEiWUphJb83Yc7OFah wQ6Y3ipj/3JaA0cFAzEV0CeVvPmE7wdiijixo2jpuV+4R2pYYG1IBoLgfsJ1DyrnKB6L Er9rsjb9zOEHO/RWVT0yj0Yvi6GZs5HgZL3lSuYiSiLNvbyI1HOvJuXzJtrT355dP+dd ueAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=gtn9Ql3wDbLReRfPiBVM2P9ImYUCYNBi64EVPj9uBUQ=; b=MtMcvQgP/LPsdWg1d3VBP8rMR2A3BHLxP6s0GuGIMe2OnaX5VHxyueRwcRpowHL4zK AsxtRsT5IfxQzYRlLD7N0vRErBCrKvDc6pxQ7u68pnQc/1ZhyiXwX8bNBFgBxaIzjamF HMEu9RHUrLJZiH/1gcVRqBHITGm0nmnV49blSUOMtRvaw3LxbJKWU/lbW7XqiE1/J23U h6s3BxLCzGiAZCdu+NyNzAD1lhMkJkrgtld10WEW21+8+VQYwbGv2M3aEaRtQQALiPJ1 Fhh7JgYUoCN2iP9s9qWiqGc8Xg1xMxLMlMABuiQZ3mtPaADV0voV29mxLq5cMnbniN01 zAxw== X-Gm-Message-State: APjAAAXXaidaq06XW5G8OE+lOwyFd9ZZQWks116fjOIr5PTwYzLUaxiF sFDiu8BiTwJJgkyJA0xgNZ2t10eD X-Google-Smtp-Source: APXvYqxxanCISARb3LmE6CGJN+PdOwF4eDRgqH60nCJpxa5IR9nPt5Ctf96QKONSzgwOEzZsxsffZA== X-Received: by 2002:a17:902:d90a:: with SMTP id c10mr2255242plz.208.1562301427534; Thu, 04 Jul 2019 21:37:07 -0700 (PDT) Received: from localhost.localdomain ([47.90.47.25]) by smtp.gmail.com with ESMTPSA id u7sm6666295pgr.94.2019.07.04.21.37.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Jul 2019 21:37:07 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Fri, 5 Jul 2019 12:36:59 +0800 Message-Id: <1562301419-24382-2-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1562301419-24382-1-git-send-email-mypopydev@gmail.com> References: <1562301419-24382-1-git-send-email-mypopydev@gmail.com> Subject: [FFmpeg-devel] [PATCH V1 2/2] doc/filters: Document missing options for scale in/out color matrix 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 Cc: Jun Zhao MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Jun Zhao Document missing options for scale in/out color matrix Signed-off-by: Jun Zhao --- doc/filters.texi | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 700a76f..b7dec47 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15151,6 +15151,8 @@ Set color space conforming to the United States Federal Communications Commission (FCC) Code of Federal Regulations (CFR) Title 47 (2003) 73.682 (a). @item bt601 +@item bt470 +@item smpte170m Set color space conforming to: @itemize @@ -15167,6 +15169,9 @@ Society of Motion Picture and Television Engineers (SMPTE) ST 170:2004 @item smpte240m Set color space conforming to SMPTE ST 240:1999. + +@item bt2020 +Set color space conforming to ITU-R BT2020 non-constant luminance system. @end table @item in_range