]> git.sesse.net Git - movit/shortlog
movit
2013-01-12 Steinar H.... Fix the name of the .dot file for the newly created...
2013-01-12 Steinar H.... Defer fetching inputs' color spaces and gamma to finali...
2013-01-12 Steinar H.... Added an overlay effect, implementing the atop effect.
2013-01-10 Steinar H.... Change the .dot/.frag writing to be dependent on an...
2013-01-09 Steinar H.... Do not output .dot and .frag debug files if NDEBUG...
2013-01-09 Steinar H.... Allow data files to be fetched somewhere else than...
2013-01-09 Steinar H.... Change to using GLEW everywhere.
2012-11-26 Steinar H.... Use the -MP switch (make phony) for better dependency...
2012-11-26 Steinar H.... Simplify the Makefile for building unit tests.
2012-11-26 Steinar H.... Only run the pkg-config line for Eigen3 once.
2012-11-16 skaluse the argument from command line as file to process...
2012-11-15 Steinar H.... Added a rudimentary README.
2012-11-06 Steinar H.... Make the dither effect cheat a small bit and use a...
2012-11-06 Steinar H.... Make the ResampleEffect minimum tolerated error smaller...
2012-11-06 Steinar H.... Add an implementation of RPDF dither on the final output.
2012-11-05 Steinar H.... Add resample_effect_test to .gitignore.
2012-11-05 Steinar H.... Allow the EffectChainTester framebuffer to be in someth...
2012-11-05 Steinar H.... Add a variant of expect_equal() for uint8s.
2012-11-05 Steinar H.... Add a function for EffectChainTester to get out the...
2012-11-05 Steinar H.... Factorize out some stuff from EffectChainTester::run().
2012-11-03 Steinar H.... Add a missing const.
2012-11-03 Steinar H.... Correct some untrue statements about CIECAM02 chromatic...
2012-11-03 Steinar H.... When correcting for white balance, move the D65 normali...
2012-11-03 Steinar H.... Switch from the HPE matrix (RLAB space) to the Bradford...
2012-11-03 Steinar H.... Move the XYZ (Y=1) definition of D65 to d65.h.
2012-11-03 Steinar H.... Add a separate header file for the D65 white point.
2012-11-03 Steinar H.... Make some constants static const.
2012-10-28 Steinar H.... Update the comment on movit_texel_subpixel_precision.
2012-10-28 Steinar H.... Add (safe) asserts around all Effect::set_* return...
2012-10-28 Steinar H.... Check required extensions at start.
2012-10-28 Steinar H.... Add the weight combining back, now that we have proper...
2012-10-28 Steinar H.... Make combine_two_pixels() handle the fact that the...
2012-10-28 Steinar H.... Do not inline combine_two_samples(); util.h has way...
2012-10-27 Steinar H.... Revert "Use the bilinear sampling trick in ResampleEffect."
2012-10-27 Steinar H.... Use the bilinear sampling trick in ResampleEffect.
2012-10-27 Steinar H.... Factorize the code to compute sampling points for bilin...
2012-10-27 Steinar H.... Implement wrapping of the resampling parameter texture.
2012-10-27 Steinar H.... Add an effect for Lanczos resampling.
2012-10-16 Steinar H.... Support different chroma positioning for Cb and Cr...
2012-10-16 Steinar H.... Refactor YCbCr chroma offset calculation into a separat...
2012-10-16 Steinar H.... Add a high-cutoff filter to the glow effect.
2012-10-15 Steinar H.... Add a unit test for Rec. 709 YCbCr.
2012-10-15 Steinar H.... Add a unit test for 4:2:0 YCbCr input.
2012-10-15 Steinar H.... The chroma positioning in YCbCrInput was broken; it...
2012-10-15 Steinar H.... Fix initial pitch calculation in YCbCrInput when using...
2012-10-14 Steinar H.... Add a unit test for full-range Rec. 601 YCbCr.
2012-10-14 Steinar H.... Add a unit test for YCbCrInput (not done yet).
2012-10-14 Steinar H.... Fix YCbCrInput returning bogus data if we do set_pixel_...
2012-10-14 Steinar H.... Add a coverage target to the Makefile.
2012-10-14 Steinar H.... Add a unit test for LiftGammaGainEffect.
2012-10-14 Steinar H.... Convert from our home-grown matrices to Eigen all over.
2012-10-14 Steinar H.... Remove dead function set_uniform_float_array().
2012-10-14 Steinar H.... Add unit tests for WhiteBalanceEffect.
2012-10-14 Steinar H.... The white balance effect was computing all wrong LMS...
2012-10-14 Steinar H.... Make the bools in the demo app bools instead of 0/1...
2012-10-14 Steinar H.... Add a missing .gitignore. Again.
2012-10-14 Steinar H.... Add a unit test for FlatInput.
2012-10-14 Steinar H.... Add a unit test for DiffusionEffect.
2012-10-14 Steinar H.... Add unit tests to EffectChain testing that the sRGB...
2012-10-14 Steinar H.... ColorSpace -> Colorspace. I kept typing it wrong, so...
2012-10-14 Steinar H.... Add unit tests for colorspace conversion insertion.
2012-10-14 Steinar H.... Fix a typo.
2012-10-14 Steinar H.... Add a reference for where the D65 white point comes...
2012-10-14 Steinar H.... Add a unit test for the colorspace conversions.
2012-10-14 Steinar H.... Find Y from the xyz and the D65 white point instead...
2012-10-13 Steinar H.... Support conversion to and from the XYZ color space.
2012-10-13 Steinar H.... Add a hack so that RGBA pixels are flipped properly...
2012-10-13 Steinar H.... Move the GL_UNPACK_ALIGNMENT setting into the texture...
2012-10-13 Steinar H.... Fix an issue where we could try to incorrectly gamma...
2012-10-13 Steinar H.... Deallocation in YCbCrInput.
2012-10-13 Steinar H.... More deallocation.
2012-10-13 Steinar H.... Be better at cleaning up at destruction time. Still...
2012-10-13 Steinar H.... Add unit tests for UnsharpMaskEffect.
2012-10-13 Steinar H.... Be more consistent about how we handle textures and...
2012-10-13 Steinar H.... In the graph debug output, color each node according...
2012-10-13 Steinar H.... Remove stray leftover debugging.
2012-10-13 Steinar H.... Fix a segfault in the DoubleSaturation test.
2012-10-13 Steinar H.... Fix a GLSL warning.
2012-10-13 Steinar H.... Add missing file mipmap_needing_effect.frag.
2012-10-13 Steinar H.... Add a unit test for BlurEffect.
2012-10-13 Steinar H.... Add a test that verifies resizing works. Incidentially...
2012-10-13 Steinar H.... Unbreak multi-phase rendering after we added the render...
2012-10-13 Steinar H.... Fix a case with non-float input textures.
2012-10-13 Steinar H.... MipmapGenerationWorks should be run with linear in...
2012-10-13 Steinar H.... Even more informative output when single-pixel test...
2012-10-13 Steinar H.... Have expect_equal() pinpoint the pixel with the largest...
2012-10-13 Steinar H.... Radius calculation in the blur was about 10% off. Proba...
2012-10-13 Steinar H.... Minor stylistic fix in the deconvolution test.
2012-10-13 Steinar H.... Add a unit test that tests that mipmap generation works.
2012-10-13 Steinar H.... FlatInput had broken mipmap generation. Fixed.
2012-10-13 Steinar H.... Add the two missing deconvolution tests.
2012-10-13 Steinar H.... Oops, forgot to actually add deconvolution_sharpen_effe...
2012-10-13 Steinar H.... Ignore yet more test binaries.
2012-10-13 Steinar H.... Split the TESTS= line in the Makefile now, since it...
2012-10-13 Steinar H.... Add a test for DeconvolutionSharpenEffect. Not complete...
2012-10-13 Steinar H.... Let users of expect_equal() override the default tolera...
2012-10-13 Steinar H.... Fix the mishandling of radius in the Gaussian deconvolu...
2012-10-12 Steinar H.... Add the new tests to .gitignore.
2012-10-12 Steinar H.... Add tests to check that rewriting works, and that gamma...
2012-10-12 Steinar H.... Add unit tests for back-and-forth conversions through...
next