[x264-devel] YUV range detection and support for x264CLI

Steven Walters git at videolan.org
Tue Dec 6 01:00:46 CET 2011


x264 | branch: master | Steven Walters <kemuri9 at gmail.com> | Sun Nov  6 09:48:30 2011 -0800| [e047b3c475cd42b6647397a244e239ebfca53bf6] | committer: Jason Garrett-Glaser

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).

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=e047b3c475cd42b6647397a244e239ebfca53bf6
---

 configure              |    2 +-
 filters/video/resize.c |   64 ++++++++++++++++++------------------------------
 input/avs.c            |   32 +++++++++++++++++++++--
 input/ffms.c           |   16 +++++++++++-
 input/input.h          |    5 +++-
 input/lavf.c           |   21 +++++++++++++--
 x264.c                 |   42 +++++++++++++++++++++++++++----
 x264cli.h              |    7 +++++
 8 files changed, 134 insertions(+), 55 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=e047b3c475cd42b6647397a244e239ebfca53bf6


More information about the x264-devel mailing list