]> git.sesse.net Git - x264/commit
YUV range detection and support for x264CLI
authorSteven Walters <kemuri9@gmail.com>
Sun, 6 Nov 2011 17:48:30 +0000 (09:48 -0800)
committerFiona Glaser <fiona@x264.com>
Thu, 1 Dec 2011 20:27:47 +0000 (12:27 -0800)
commit6767f967831048669e45e65681f37011483b4fa0
tree6a168981e1d7f4da3a1133b4f1e5c223b32a24c8
parentf9a4c4d9828c1cc60135d0301981ea71fd90f6ca
YUV range detection and support for x264CLI
Two new options: --input-range and --range.
--input-range forces the range of the input in case of misdetection; auto by default.
-- range sets the range of the output; x264cli will convert if necessary, TV by default.
--fullrange is now removed as a CLI option (but the libx264 API is unchanged).
configure
filters/video/resize.c
input/avs.c
input/ffms.c
input/input.h
input/lavf.c
x264.c
x264cli.h