projects
/
movit
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add an assert saying that if an input has premultiplied alpha, it must also have...
2013-01-16
Steinar H. Gunderson
Add an assert saying that if an input has premultiplied...
commit
|
commitdiff
|
tree
2013-01-16
Steinar H. Gunderson
Print output node in the dot graphs.
commit
|
commitdiff
|
tree
2013-01-16
Steinar H. Gunderson
Add an assert to expect_equal() to make sure people...
commit
|
commitdiff
|
tree
2013-01-16
Steinar H. Gunderson
Fix a memory leak in expect_equal(). Found by Coverity...
commit
|
commitdiff
|
tree
2013-01-16
Steinar H. Gunderson
Refactor RewritingTo{MirrorEffect,InvertEffect} into...
commit
|
commitdiff
|
tree
2013-01-15
Steinar H. Gunderson
Fix two issues related to non-treelike (diamond) effect...
commit
|
commitdiff
|
tree
2013-01-14
Steinar H. Gunderson
Small spelling fix.
commit
|
commitdiff
|
tree
2013-01-14
Steinar H. Gunderson
Remove the code for postmultiplied alpha from OverlayEffect.
commit
|
commitdiff
|
tree
2013-01-14
Steinar H. Gunderson
Correct atop → over in the README too.
commit
|
commitdiff
|
tree
2013-01-14
Steinar H. Gunderson
Revert all the changes in demo.cpp that were never...
commit
|
commitdiff
|
tree
2013-01-14
Steinar H. Gunderson
Add the rest of the files for the premultiplied alpha...
commit
|
commitdiff
|
tree
2013-01-14
Steinar H. Gunderson
Make Movit work in premultiplied alpha.
commit
|
commitdiff
|
tree
2013-01-13
Steinar H. Gunderson
When running make check, output which checks failed.
commit
|
commitdiff
|
tree
2013-01-13
Steinar H. Gunderson
Fix an error in a comment; we are implementing over...
commit
|
commitdiff
|
tree
2013-01-13
Steinar H. Gunderson
Fix alpha handling with sRGB textures.
commit
|
commitdiff
|
tree
2013-01-13
Steinar H. Gunderson
Docmuent the GLEW requirement.
commit
|
commitdiff
|
tree
2013-01-13
Steinar H. Gunderson
Updated list of filters in README.
commit
|
commitdiff
|
tree
2013-01-12
Steinar H. Gunderson
Fix the name of the .dot file for the newly created...
commit
|
commitdiff
|
tree
2013-01-12
Steinar H. Gunderson
Defer fetching inputs' color spaces and gamma to finalize().
commit
|
commitdiff
|
tree
2013-01-12
Steinar H. Gunderson
Added an overlay effect, implementing the atop effect.
commit
|
commitdiff
|
tree
2013-01-10
Steinar H. Gunderson
Change the .dot/.frag writing to be dependent on an...
commit
|
commitdiff
|
tree
2013-01-09
Steinar H. Gunderson
Do not output .dot and .frag debug files if NDEBUG...
commit
|
commitdiff
|
tree
2013-01-09
Steinar H. Gunderson
Allow data files to be fetched somewhere else than...
commit
|
commitdiff
|
tree
2013-01-09
Steinar H. Gunderson
Change to using GLEW everywhere.
commit
|
commitdiff
|
tree
2012-11-26
Steinar H. Gunderson
Use the -MP switch (make phony) for better dependency...
commit
|
commitdiff
|
tree
2012-11-26
Steinar H. Gunderson
Simplify the Makefile for building unit tests.
commit
|
commitdiff
|
tree
2012-11-26
Steinar H. Gunderson
Only run the pkg-config line for Eigen3 once.
commit
|
commitdiff
|
tree
2012-11-16
skal
use the argument from command line as file to process...
commit
|
commitdiff
|
tree
2012-11-15
Steinar H. Gunderson
Added a rudimentary README.
commit
|
commitdiff
|
tree
2012-11-06
Steinar H. Gunderson
Make the dither effect cheat a small bit and use a...
commit
|
commitdiff
|
tree
2012-11-06
Steinar H. Gunderson
Make the ResampleEffect minimum tolerated error smaller...
commit
|
commitdiff
|
tree
2012-11-06
Steinar H. Gunderson
Add an implementation of RPDF dither on the final output.
commit
|
commitdiff
|
tree
2012-11-05
Steinar H. Gunderson
Add resample_effect_test to .gitignore.
commit
|
commitdiff
|
tree
2012-11-05
Steinar H. Gunderson
Allow the EffectChainTester framebuffer to be in something...
commit
|
commitdiff
|
tree
2012-11-05
Steinar H. Gunderson
Add a variant of expect_equal() for uint8s.
commit
|
commitdiff
|
tree
2012-11-05
Steinar H. Gunderson
Add a function for EffectChainTester to get out the...
commit
|
commitdiff
|
tree
2012-11-05
Steinar H. Gunderson
Factorize out some stuff from EffectChainTester::run().
commit
|
commitdiff
|
tree
2012-11-03
Steinar H. Gunderson
Add a missing const.
commit
|
commitdiff
|
tree
2012-11-03
Steinar H. Gunderson
Correct some untrue statements about CIECAM02 chromatic...
commit
|
commitdiff
|
tree
2012-11-03
Steinar H. Gunderson
When correcting for white balance, move the D65 normalizatio...
commit
|
commitdiff
|
tree
2012-11-03
Steinar H. Gunderson
Switch from the HPE matrix (RLAB space) to the Bradford...
commit
|
commitdiff
|
tree
2012-11-03
Steinar H. Gunderson
Move the XYZ (Y=1) definition of D65 to d65.h.
commit
|
commitdiff
|
tree
2012-11-03
Steinar H. Gunderson
Add a separate header file for the D65 white point.
commit
|
commitdiff
|
tree
2012-11-03
Steinar H. Gunderson
Make some constants static const.
commit
|
commitdiff
|
tree
2012-10-28
Steinar H. Gunderson
Update the comment on movit_texel_subpixel_precision.
commit
|
commitdiff
|
tree
2012-10-28
Steinar H. Gunderson
Add (safe) asserts around all Effect::set_* return...
commit
|
commitdiff
|
tree
2012-10-28
Steinar H. Gunderson
Check required extensions at start.
commit
|
commitdiff
|
tree
2012-10-28
Steinar H. Gunderson
Add the weight combining back, now that we have proper...
commit
|
commitdiff
|
tree
2012-10-28
Steinar H. Gunderson
Make combine_two_pixels() handle the fact that the...
commit
|
commitdiff
|
tree
2012-10-28
Steinar H. Gunderson
Do not inline combine_two_samples(); util.h has way...
commit
|
commitdiff
|
tree
2012-10-27
Steinar H. Gunderson
Revert "Use the bilinear sampling trick in ResampleEffect."
commit
|
commitdiff
|
tree
2012-10-27
Steinar H. Gunderson
Use the bilinear sampling trick in ResampleEffect.
commit
|
commitdiff
|
tree
2012-10-27
Steinar H. Gunderson
Factorize the code to compute sampling points for bilinear...
commit
|
commitdiff
|
tree
2012-10-27
Steinar H. Gunderson
Implement wrapping of the resampling parameter texture.
commit
|
commitdiff
|
tree
2012-10-27
Steinar H. Gunderson
Add an effect for Lanczos resampling.
commit
|
commitdiff
|
tree
2012-10-16
Steinar H. Gunderson
Support different chroma positioning for Cb and Cr...
commit
|
commitdiff
|
tree
2012-10-16
Steinar H. Gunderson
Refactor YCbCr chroma offset calculation into a separate...
commit
|
commitdiff
|
tree
2012-10-16
Steinar H. Gunderson
Add a high-cutoff filter to the glow effect.
commit
|
commitdiff
|
tree
2012-10-15
Steinar H. Gunderson
Add a unit test for Rec. 709 YCbCr.
commit
|
commitdiff
|
tree
2012-10-15
Steinar H. Gunderson
Add a unit test for 4:2:0 YCbCr input.
commit
|
commitdiff
|
tree
2012-10-15
Steinar H. Gunderson
The chroma positioning in YCbCrInput was broken; it...
commit
|
commitdiff
|
tree
2012-10-15
Steinar H. Gunderson
Fix initial pitch calculation in YCbCrInput when using...
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add a unit test for full-range Rec. 601 YCbCr.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add a unit test for YCbCrInput (not done yet).
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Fix YCbCrInput returning bogus data if we do set_pixel_data...
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add a coverage target to the Makefile.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add a unit test for LiftGammaGainEffect.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Convert from our home-grown matrices to Eigen all over.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Remove dead function set_uniform_float_array().
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add unit tests for WhiteBalanceEffect.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
The white balance effect was computing all wrong LMS...
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Make the bools in the demo app bools instead of 0/1...
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add a missing .gitignore. Again.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add a unit test for FlatInput.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add a unit test for DiffusionEffect.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add unit tests to EffectChain testing that the sRGB...
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
ColorSpace -> Colorspace. I kept typing it wrong, so...
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add unit tests for colorspace conversion insertion.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Fix a typo.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add a reference for where the D65 white point comes...
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Add a unit test for the colorspace conversions.
commit
|
commitdiff
|
tree
2012-10-14
Steinar H. Gunderson
Find Y from the xyz and the D65 white point instead...
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Support conversion to and from the XYZ color space.
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Add a hack so that RGBA pixels are flipped properly...
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Move the GL_UNPACK_ALIGNMENT setting into the texture...
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Fix an issue where we could try to incorrectly gamma...
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Deallocation in YCbCrInput.
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
More deallocation.
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Be better at cleaning up at destruction time. Still...
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Add unit tests for UnsharpMaskEffect.
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Be more consistent about how we handle textures and...
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
In the graph debug output, color each node according...
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Remove stray leftover debugging.
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Fix a segfault in the DoubleSaturation test.
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Fix a GLSL warning.
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Add missing file mipmap_needing_effect.frag.
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Add a unit test for BlurEffect.
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Add a test that verifies resizing works. Incidentially...
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Unbreak multi-phase rendering after we added the render...
commit
|
commitdiff
|
tree
2012-10-13
Steinar H. Gunderson
Fix a case with non-float input textures.
commit
|
commitdiff
|
tree
next