2013-01-20 |
Steinar H.... | Make the internal effects private to EffectChain. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Steinar H.... | Fix a typo in the README. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Steinar H.... | Add some parameter asserts in DitherEffect, too. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Steinar H.... | Remove two unused members from EffectChain. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Steinar H.... | Another case of NULL initialization to keep Coverity... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Steinar H.... | Add some asserts to SingleResamplePassEffect, to make... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Steinar H.... | Optimize away duplicate conversion nodes. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Steinar H.... | Set pixel_data[] to NULL in YCbCrInput as well. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Steinar H.... | Another NULL initializer, mostly to get Coverity to... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Steinar H.... | Initialize pixel_data in FlatInput to NULL. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Steinar H.... | Add unit tests for GlowEffect. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Steinar H.... | Clamp alpha in MixEffect. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Steinar H.... | Force the LC_NUMERIC locale temporarily to C in finaliz... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Steinar H.... | Write PNGs instead of PPMs, so that we get destination... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Steinar H.... | Add missing unit test. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Steinar H.... | Remove some leftover debugging code. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Steinar H.... | Add an effect for padding. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Steinar H.... | Add support for vec4 uniforms. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Steinar H.... | There are reports that Movit actually does work with... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Steinar H.... | Fix another issue where an input was used twice. Add... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Steinar H.... | Make output_dot() cope with effects that are in multipl... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Steinar H.... | Add an assert saying that if an input has premultiplied... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Steinar H.... | Print output node in the dot graphs. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Steinar H.... | Add an assert to expect_equal() to make sure people... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Steinar H.... | Fix a memory leak in expect_equal(). Found by Coverity... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Steinar H.... | Refactor RewritingTo{MirrorEffect,InvertEffect} into... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Steinar H.... | Fix two issues related to non-treelike (diamond) effect... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Steinar H.... | Small spelling fix. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Steinar H.... | Remove the code for postmultiplied alpha from OverlayE... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Steinar H.... | Correct atop → over in the README too. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Steinar H.... | Revert all the changes in demo.cpp that were never... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Steinar H.... | Add the rest of the files for the premultiplied alpha... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Steinar H.... | Make Movit work in premultiplied alpha. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Steinar H.... | When running make check, output which checks failed. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Steinar H.... | Fix an error in a comment; we are implementing over... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Steinar H.... | Fix alpha handling with sRGB textures. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Steinar H.... | Docmuent the GLEW requirement. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Steinar H.... | Updated list of filters in README. |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Steinar H.... | Fix the name of the .dot file for the newly created... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Steinar H.... | Defer fetching inputs' color spaces and gamma to finali... |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Steinar H.... | Added an overlay effect, implementing the atop effect. |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Steinar H.... | Change the .dot/.frag writing to be dependent on an... |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Steinar H.... | Do not output .dot and .frag debug files if NDEBUG... |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Steinar H.... | Allow data files to be fetched somewhere else than... |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Steinar H.... | Change to using GLEW everywhere. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Steinar H.... | Use the -MP switch (make phony) for better dependency... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Steinar H.... | Simplify the Makefile for building unit tests. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Steinar H.... | Only run the pkg-config line for Eigen3 once. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
skal | use the argument from command line as file to process... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Steinar H.... | Added a rudimentary README. |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Steinar H.... | Make the dither effect cheat a small bit and use a... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Steinar H.... | Make the ResampleEffect minimum tolerated error smaller... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Steinar H.... | Add an implementation of RPDF dither on the final output. |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Steinar H.... | Add resample_effect_test to .gitignore. |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Steinar H.... | Allow the EffectChainTester framebuffer to be in someth... |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Steinar H.... | Add a variant of expect_equal() for uint8s. |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Steinar H.... | Add a function for EffectChainTester to get out the... |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Steinar H.... | Factorize out some stuff from EffectChainTester::run(). |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Add a missing const. |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Correct some untrue statements about CIECAM02 chromatic... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | When correcting for white balance, move the D65 normali... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Switch from the HPE matrix (RLAB space) to the Bradford... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Move the XYZ (Y=1) definition of D65 to d65.h. |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Add a separate header file for the D65 white point. |
commit | commitdiff | tree | snapshot |
2012-11-03 |
Steinar H.... | Make some constants static const. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Update the comment on movit_texel_subpixel_precision. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Add (safe) asserts around all Effect::set_* return... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Check required extensions at start. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Add the weight combining back, now that we have proper... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Make combine_two_pixels() handle the fact that the... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Steinar H.... | Do not inline combine_two_samples(); util.h has way... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Revert "Use the bilinear sampling trick in ResampleEffect." |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Use the bilinear sampling trick in ResampleEffect. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Factorize the code to compute sampling points for bilin... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Implement wrapping of the resampling parameter texture. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Steinar H.... | Add an effect for Lanczos resampling. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Steinar H.... | Support different chroma positioning for Cb and Cr... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Steinar H.... | Refactor YCbCr chroma offset calculation into a separat... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Steinar H.... | Add a high-cutoff filter to the glow effect. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Steinar H.... | Add a unit test for Rec. 709 YCbCr. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Steinar H.... | Add a unit test for 4:2:0 YCbCr input. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Steinar H.... | The chroma positioning in YCbCrInput was broken; it... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Steinar H.... | Fix initial pitch calculation in YCbCrInput when using... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for full-range Rec. 601 YCbCr. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for YCbCrInput (not done yet). |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Fix YCbCrInput returning bogus data if we do set_pixel_... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a coverage target to the Makefile. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for LiftGammaGainEffect. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Convert from our home-grown matrices to Eigen all over. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Remove dead function set_uniform_float_array(). |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add unit tests for WhiteBalanceEffect. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | The white balance effect was computing all wrong LMS... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Make the bools in the demo app bools instead of 0/1... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a missing .gitignore. Again. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for FlatInput. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add a unit test for DiffusionEffect. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add unit tests to EffectChain testing that the sRGB... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | ColorSpace -> Colorspace. I kept typing it wrong, so... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Add unit tests for colorspace conversion insertion. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Steinar H.... | Fix a typo. |
commit | commitdiff | tree | snapshot |
next |