[FFmpeg-devel] [PATCH] doc/filters: adds recently added -vf colorspace options

Kieran O Leary kieran.o.leary at gmail.com
Wed Nov 16 02:18:43 EET 2016


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 <kieran.o.leary at gmail.com>
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

+ at item ycgco
+YCgCo
+
 @item bt2020ncl
 BT.2020 with non-constant luminance

@@ -5349,6 +5352,12 @@ The accepted values are:
 @item bt709
 BT.709

+ at item bt470m
+BT.470M
+
+ at 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

+ at item srgb
+SRGB
+
+ at item iec61966-2-1
+iec61966-2-1
+
+ at item iec61966-2-4
+iec61966-2-4
+
+ at 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

+ at item film
+film
+
+ at item smpte431
+SMPTE-431
+
+ at item smpte432
+SMPTE-432
+
 @item bt2020
 BT.2020

@@ -5401,9 +5431,15 @@ Specify output color range.

 The accepted values are:
 @table @samp
+ at item tv
+TV (restricted) range
+
 @item mpeg
 MPEG (restricted) range

+ at item pc
+PC (full) range
+
 @item jpeg
 JPEG (full) range

-- 
2.9.2.windows.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-doc-filters-adds-recently-added-vf-colorspace-option.patch
Type: application/octet-stream
Size: 1462 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161116/46df16a9/attachment.obj>


More information about the ffmpeg-devel mailing list