summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-11-14 15:15:30 -0300
committerJames Almer <jamrial@gmail.com>2016-11-14 15:15:53 -0300
commit2d9433ded9a8ae9f456537d21d8becca93945fc7 (patch)
tree83f652a6519a16a7d17fb50b2a4ec7018507204b /doc
parent47f75839e4995922f18d9eb2a49cf2ac3e8724ad (diff)
doc/codecs.texi: add new and missing color related options
Found-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/codecs.texi35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 9d0b980c12..ca7c52317b 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -1067,6 +1067,7 @@ SMPTE 240 M
Film
@item bt2020
BT.2020
+@item smpte428
@item smpte428_1
SMPTE ST 428-1
@item smpte431
@@ -1091,21 +1092,29 @@ SMPTE 240 M
@item linear
Linear
@item log
+@item log100
Log
@item log_sqrt
+@item log316
Log square root
@item iec61966_2_4
+@item iec61966-2-4
IEC 61966-2-4
@item bt1361
+@item bt1361e
BT.1361
@item iec61966_2_1
+@item iec61966-2-1
IEC 61966-2-1
+@item bt2020_10
@item bt2020_10bit
BT.2020 - 10 bit
+@item bt2020_12
@item bt2020_12bit
BT.2020 - 12 bit
@item smpte2084
SMPTE ST 2084
+@item smpte428
@item smpte428_1
SMPTE ST 428-1
@item arib-std-b67
@@ -1129,8 +1138,10 @@ SMPTE 170 M
SMPTE 240 M
@item ycocg
YCOCG
+@item bt2020nc
@item bt2020_ncl
BT.2020 NCL
+@item bt2020c
@item bt2020_cl
BT.2020 CL
@item smpte2085
@@ -1140,8 +1151,32 @@ SMPTE 2085
@item color_range @var{integer} (@emph{decoding/encoding,video})
If used as input parameter, it serves as a hint to the decoder, which
color_range the input has.
+Possible values:
+@table @samp
+@item tv
+@item mpeg
+MPEG (219*2^(n-8))
+@item pc
+@item jpeg
+JPEG (2^n-1)
+@end table
@item chroma_sample_location @var{integer} (@emph{decoding/encoding,video})
+Possible values:
+@table @samp
+@item left
+
+@item center
+
+@item topleft
+
+@item top
+
+@item bottomleft
+
+@item bottom
+
+@end table
@item log_level_offset @var{integer}
Set the log level offset.