]> git.sesse.net Git - movit/commit
Split out some private utilities into effect_util.cpp, so we do not need to include...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 2 Feb 2013 13:32:01 +0000 (14:32 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 2 Feb 2013 13:32:01 +0000 (14:32 +0100)
commitad66f9714e4a36008c341355700272a52484a785
tree9abfcd0adf599260de2e028b7a4465bdc15e68a9
parent37f56fcbe571b2322243f6de59494bf9e0cbb37a
Split out some private utilities into effect_util.cpp, so we do not need to include e.g. Eigen from effect.h.
22 files changed:
Makefile
blur_effect.cpp
colorspace_conversion_effect.h
deconvolution_sharpen_effect.cpp
dither_effect.cpp
effect.cpp
effect.h
effect_chain.h
effect_chain_test.cpp
effect_util.cpp [new file with mode: 0644]
effect_util.h [new file with mode: 0644]
flat_input.cpp
gamma_compression_effect.h
gamma_expansion_effect.h
lift_gamma_gain_effect.cpp
padding_effect.cpp
resample_effect.cpp
test_util.cpp
util.cpp
vignette_effect.cpp
white_balance_effect.cpp
ycbcr_input.cpp