]> git.sesse.net Git - movit/commit
Support 10-/12-bit Y'CbCr output packed in 16-bit.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 13 Mar 2017 19:12:50 +0000 (20:12 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 13 Mar 2017 19:12:50 +0000 (20:12 +0100)
commitf44c81569a268efea44f1f6df03a000711b18ffc
tree901b7b10b4d07ff2bf842dbfe4c856150afd7d2d
parent06b6e60952d58b700fa95be16496cc9c2a1af346
Support 10-/12-bit Y'CbCr output packed in 16-bit.

This mirrors our existing input support, and makes planar and
semiplanar output possible for 10-/12-bit Y'CbCr.

ABI break. API stays the same.
effect_chain.cpp
effect_chain.h
test_util.cpp
test_util.h
version.h
ycbcr.cpp
ycbcr.h
ycbcr_conversion_effect.cpp
ycbcr_conversion_effect.h
ycbcr_conversion_effect_test.cpp
ycbcr_input.cpp