]> git.sesse.net Git - movit/commit - util.cpp
Add an effect for 4:2:2 interleaved YCbCr input (UYVY).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Jul 2015 23:38:38 +0000 (01:38 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Jul 2015 23:38:38 +0000 (01:38 +0200)
commitba60914d4e5eda7b28af700bf43e9699b7aa720d
tree604213ab60013ed2b35eb8078e2ba3e0440b39fe
parent5155a601695e522bb0ce23c9b67bfda37ebf918a
Add an effect for 4:2:2 interleaved YCbCr input (UYVY).

This is primarily motivated by the fact that DeckLink uses this format
natively.
13 files changed:
.gitignore
Makefile.in
resource_pool.cpp
util.cpp
util.h
ycbcr.cpp [new file with mode: 0644]
ycbcr.h [new file with mode: 0644]
ycbcr_422interleaved_input.cpp [new file with mode: 0644]
ycbcr_422interleaved_input.frag [new file with mode: 0644]
ycbcr_422interleaved_input.h [new file with mode: 0644]
ycbcr_422interleaved_input_test.cpp [new file with mode: 0644]
ycbcr_input.cpp
ycbcr_input.h