]> git.sesse.net Git - movit/commit
Move everything into “namespace movit”.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Feb 2014 01:04:19 +0000 (02:04 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Feb 2014 01:04:19 +0000 (02:04 +0100)
commitcfc161e0289c2169d4835c48751ff56b97355eb2
tree21daddee4bba3aeaae0fca6b1ec36e1ac4670379
parent0fa51e08f83e0283337216f5b951b3d5a8c0555b
Move everything into “namespace movit”.

This is a pretty hard API break, but it's probably the last big API
break before 1.0, and some of the names (e.g. Effect, Input ResourcePool)
are really so generic that they should not be allowed to pollute the global
namespace.
96 files changed:
README
alpha_division_effect.cpp
alpha_division_effect.h
alpha_division_effect_test.cpp
alpha_multiplication_effect.cpp
alpha_multiplication_effect.h
alpha_multiplication_effect_test.cpp
blur_effect.cpp
blur_effect.h
blur_effect_test.cpp
colorspace_conversion_effect.cpp
colorspace_conversion_effect.h
colorspace_conversion_effect_test.cpp
d65.h
deconvolution_sharpen_effect.cpp
deconvolution_sharpen_effect.h
deconvolution_sharpen_effect_test.cpp
demo.cpp
diffusion_effect.cpp
diffusion_effect.h
diffusion_effect_test.cpp
dither_effect.cpp
dither_effect.h
dither_effect_test.cpp
effect.cpp
effect.h
effect_chain.cpp
effect_chain.h
effect_chain_test.cpp
effect_util.cpp
effect_util.h
fft_pass_effect.cpp
fft_pass_effect.h
fft_pass_effect_test.cpp
flat_input.cpp
flat_input.h
flat_input_test.cpp
gamma_compression_effect.cpp
gamma_compression_effect.h
gamma_compression_effect_test.cpp
gamma_expansion_effect.cpp
gamma_expansion_effect.h
gamma_expansion_effect_test.cpp
glow_effect.cpp
glow_effect.h
glow_effect_test.cpp
image_format.h
init.cpp
init.h
input.h
lift_gamma_gain_effect.cpp
lift_gamma_gain_effect.h
lift_gamma_gain_effect_test.cpp
mirror_effect.cpp
mirror_effect.h
mix_effect.cpp
mix_effect.h
mix_effect_test.cpp
multiply_effect.cpp
multiply_effect.h
overlay_effect.cpp
overlay_effect.h
overlay_effect_test.cpp
padding_effect.cpp
padding_effect.h
padding_effect_test.cpp
resample_effect.cpp
resample_effect.h
resample_effect_test.cpp
resize_effect.cpp
resize_effect.h
resource_pool.cpp
resource_pool.h
sandbox_effect.cpp
sandbox_effect.h
saturation_effect.cpp
saturation_effect.h
saturation_effect_test.cpp
test_util.cpp
test_util.h
unsharp_mask_effect.cpp
unsharp_mask_effect.h
unsharp_mask_effect_test.cpp
util.cpp
util.h
vignette_effect.cpp
vignette_effect.h
vignette_effect_test.cpp
white_balance_effect.cpp
white_balance_effect.h
white_balance_effect_test.cpp
widgets.cpp
widgets.h
ycbcr_input.cpp
ycbcr_input.h
ycbcr_input_test.cpp