]> git.sesse.net Git - movit/history - test_util.cpp
Add an effect for Lanczos resampling.
[movit] / test_util.cpp
2012-10-14 Steinar H. GundersonAdd a unit test for FlatInput.
2012-10-14 Steinar H. GundersonAdd unit tests to EffectChain testing that the sRGB...
2012-10-14 Steinar H. GundersonColorSpace -> Colorspace. I kept typing it wrong, so...
2012-10-13 Steinar H. GundersonAdd a hack so that RGBA pixels are flipped properly...
2012-10-13 Steinar H. GundersonMore deallocation.
2012-10-13 Steinar H. GundersonBe better at cleaning up at destruction time. Still...
2012-10-13 Steinar H. GundersonEven more informative output when single-pixel test...
2012-10-13 Steinar H. GundersonHave expect_equal() pinpoint the pixel with the largest...
2012-10-13 Steinar H. GundersonLet users of expect_equal() override the default tolera...
2012-10-12 Steinar H. GundersonSupport non-grayscale formats in the test pipeline...
2012-10-12 Steinar H. GundersonSet RMS limit much tighter, now that we have floating...
2012-10-12 Steinar H. GundersonMake unit tests render to a floating-point FBO, so...
2012-10-12 Steinar H. GundersonAdd a unit test for MixEffect.
2012-10-11 Steinar H. GundersonSplit test utilities out into its own file.