]> granicus.if.org Git - libvpx/commit
Add encoder control for setting color space
authorYaowu Xu <yaowu@google.com>
Tue, 13 Jan 2015 18:07:20 +0000 (10:07 -0800)
committerYaowu Xu <yaowu@google.com>
Wed, 14 Jan 2015 18:17:14 +0000 (10:17 -0800)
commite94b415c3479129944a69fafbeacf550fb9237b7
treefca6b259e3d637db901d3a995a6010744a4ba31a
parentafae733eed353056b94188800bc9f4e986324128
Add encoder control for setting color space

This commit adds encoder side control for vp9 to set color space info
in the output compressed bitstream.

It also amends the "vp9_encoder_params_get_to_decoder" test to verify
the correct color space information is passed from the encoder end to
decoder end.

Change-Id: Ibf5fba2edcb2a8dc37557f6fae5c7816efa52650
test/vp9_encoder_parms_get_to_decoder.cc
vp9/common/vp9_enums.h
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/vp9_cx_iface.c
vpx/vp8cx.h
vpxenc.c