[FFmpeg-cvslog] doc/codecs.texi: add new and missing color related options

James Almer git at videolan.org
Mon Nov 14 20:17:08 EET 2016


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Nov 14 15:15:30 2016 -0300| [2d9433ded9a8ae9f456537d21d8becca93945fc7] | committer: James Almer

doc/codecs.texi: add new and missing color related options

Found-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d9433ded9a8ae9f456537d21d8becca93945fc7
---

 doc/codecs.texi | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index 9d0b980..ca7c523 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -1067,6 +1067,7 @@ SMPTE 240 M
 Film
 @item bt2020
 BT.2020
+ at item smpte428
 @item smpte428_1
 SMPTE ST 428-1
 @item smpte431
@@ -1091,21 +1092,29 @@ SMPTE 240 M
 @item linear
 Linear
 @item log
+ at item log100
 Log
 @item log_sqrt
+ at item log316
 Log square root
 @item iec61966_2_4
+ at item iec61966-2-4
 IEC 61966-2-4
 @item bt1361
+ at item bt1361e
 BT.1361
 @item iec61966_2_1
+ at item iec61966-2-1
 IEC 61966-2-1
+ at item bt2020_10
 @item bt2020_10bit
 BT.2020 - 10 bit
+ at item bt2020_12
 @item bt2020_12bit
 BT.2020 - 12 bit
 @item smpte2084
 SMPTE ST 2084
+ at 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
+ at item bt2020nc
 @item bt2020_ncl
 BT.2020 NCL
+ at 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:
+ at table @samp
+ at item tv
+ at item mpeg
+MPEG (219*2^(n-8))
+ at item pc
+ at item jpeg
+JPEG (2^n-1)
+ at end table
 
 @item chroma_sample_location @var{integer} (@emph{decoding/encoding,video})
+Possible values:
+ at table @samp
+ at item left
+
+ at item center
+
+ at item topleft
+
+ at item top
+
+ at item bottomleft
+
+ at item bottom
+
+ at end table
 
 @item log_level_offset @var{integer}
 Set the log level offset.



More information about the ffmpeg-cvslog mailing list