[x265-commits] [x265] rest: remove redundant `in`

Steve Borho steve at borho.org
Mon Apr 21 22:22:28 CEST 2014


details:   http://hg.videolan.org/x265/rev/f625e0cba6d6
branches:  
changeset: 6741:f625e0cba6d6
user:      Steve Borho <steve at borho.org>
date:      Mon Apr 21 15:10:56 2014 -0500
description:
rest: remove redundant `in`
Subject: [x265] rest: improve VUI docs

details:   http://hg.videolan.org/x265/rev/8c1e721209f4
branches:  
changeset: 6742:8c1e721209f4
user:      Steve Borho <steve at borho.org>
date:      Mon Apr 21 15:18:16 2014 -0500
description:
rest: improve VUI docs

diffstat:

 doc/reST/cli.rst |  29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diffs (93 lines):

diff -r c1b4a55fbb10 -r 8c1e721209f4 doc/reST/cli.rst
--- a/doc/reST/cli.rst	Mon Apr 21 15:07:55 2014 -0500
+++ b/doc/reST/cli.rst	Mon Apr 21 15:18:16 2014 -0500
@@ -396,10 +396,10 @@ Spatial/intra options
 
 .. option:: --constrained-intra, --no-constrained-intra
 
-	Constrained intra prediction. When generating intra predictions in
-	for blocks in inter slices, only intra-coded reference pixels are
-	used.  Inter-coded reference pixels are replaced with intra-coded
-	neighbor pixels or default values. The general idea is to block the
+	Constrained intra prediction. When generating intra predictions for
+	blocks in inter slices, only intra-coded reference pixels are used.
+	Inter-coded reference pixels are replaced with intra-coded neighbor
+	pixels or default values. The general idea is to block the
 	propagation of reference errors that may have resulted from lossy
 	signals. Default disabled
 
@@ -637,7 +637,7 @@ VUI fields must be manually specified.
 	Sample Aspect Ratio, the ratio of width to height of an individual
 	sample (pixel). The user may supply the width and height explicitly
 	or specify an integer from the predefined list of aspect ratios
-	defined in the HEVC specification.  Default undefined
+	defined in the HEVC specification.  Default undefined (not signaled)
 
 	1. 1:1 (square)
 	2. 12:11
@@ -662,17 +662,17 @@ VUI fields must be manually specified.
 	information because it was added to achieve certain resolution or
 	aspect ratio. The decoder may be directed to crop away this region
 	before displaying the images via the :option:`--overscan` option.
-	Default undefined
+	Default undefined (not signaled)
 
 .. option:: --overscan <show|crop>
 
 	Specify whether it is appropriate for the decoder to display or crop
-	the overscan area. Default unspecified
+	the overscan area. Default unspecified (not signaled)
 
 .. option:: --videoformat <integer|string>
 
 	Specify the source format of the original analog video prior to
-	digitizing and encoding. Default undefined
+	digitizing and encoding. Default undefined (not signaled)
 
 	0. component
 	1. pal
@@ -684,12 +684,12 @@ VUI fields must be manually specified.
 .. option:: --range <full|limited>
 
 	Specify output range of black level and range of luma and chroma
-	signals. Default undefined
+	signals. Default undefined (not signaled)
 
 .. option:: --colorprim <integer|string>
 
 	Specify color primitive to use when converting to RGB. Default
-	undefined
+	undefined (not signaled)
 
 	1. bt709
 	2. undef
@@ -703,7 +703,7 @@ VUI fields must be manually specified.
 
 .. option:: --transfer <integer|string>
 
-	Specify transfer characteristics. Default undefined
+	Specify transfer characteristics. Default undefined (not signaled)
 
 	1. bt709
 	2. undef
@@ -724,7 +724,7 @@ VUI fields must be manually specified.
 .. option:: --colormatrix <integer|string>
 
 	Specify color matrix setting i.e set the matrix coefficients used in
-	deriving the luma and chroma. Default undefined
+	deriving the luma and chroma. Default undefined (not signaled)
 
 	0. GBR
 	1. bt709
@@ -740,8 +740,9 @@ VUI fields must be manually specified.
 
 .. option:: --chromalocs <0..5>
 
-	Specify chroma sample location for 4:2:0 inputs. Default undefined
-	Consult the HEVC specification for a description of these values.
+	Specify chroma sample location for 4:2:0 inputs. Consult the HEVC
+	specification for a description of these values. Default undefined
+	(not signaled)
 
 Bitstream options
 =================


More information about the x265-commits mailing list