Adds support for raw yuv files for 422/444
authorDeb Mukherjee <debargha@google.com>
Wed, 16 Jul 2014 16:37:13 +0000 (09:37 -0700)
committerDeb Mukherjee <debargha@google.com>
Wed, 16 Jul 2014 16:44:30 +0000 (09:44 -0700)
commit090f4d4b5ac7f78ac29f95d440168c989ad89ed7
treeaea88ee405a89b8ad6dfcb7b457a05001e025ae5
parentca752e3320274621c1a2f38bafc33a2669f07bba
Adds support for raw yuv files for 422/444

Adds support for raw yuv inputs in 422/444 sampling for use
in profiles 1 and 3.
New options added to vpxenc are:
--i422 and --i444, which are to be used in conjunction with
--width, --height, and --fps for proper raw yuv handling.
A new option is added to vpxdec:
--rawvideo, which enforces raw yuv video output for the
bit-stream decoded irrespective of 420, 422 or 444 sampling.
The existing options --i420 and --yv12
are specialized for use only for 420 content.

Change-Id: I2e3028380709afa673bf2e2c25ad5e271a626055
tools_common.c
vpxdec.c
vpxenc.c
vpxenc.h