Y4M input support for 4:2:2, 4:4:4, 4:4:4:4
authorJohn Koleszar <jkoleszar@google.com>
Mon, 6 May 2013 18:01:35 +0000 (11:01 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 6 May 2013 21:35:19 +0000 (14:35 -0700)
commit8dd8287e16d3afc037a4ad5a18863107868ff5ef
tree8c232ba8ad467197cffae4e6b00d0adaae6f7c8f
parentf7fa367094250ecaad8b6463ab877ca6e59ce62d
Y4M input support for 4:2:2, 4:4:4, 4:4:4:4

Adds a new experiment CONFIG_NON420 that allows other chroma subsamplings
to be passed to the codec. This commit allows the data to be passed from
a y4m input file through vpxenc to the codec, where they're currently
rejected. Later commits will finish support for this inside the codec.

Change-Id: Ib3aac604d8cad9e24cef395fa1067f16ba7e8e43
configure
vpx/vpx_image.h
vpxenc.c
y4minput.c
y4minput.h