2014-01-09 |
Steinar H. Gunderson | Comment and README updates about Rec. 2020 in light...
|
commit | commitdiff | tree |
2014-01-09 |
Steinar H. Gunderson | Add accuracy unit tests for GammaExpansionEffect.
|
commit | commitdiff | tree |
2014-01-08 |
Steinar H. Gunderson | Fix edge errors in the sRGB comment; I had used subs...
|
commit | commitdiff | tree |
2014-01-08 |
Steinar H. Gunderson | Fix a typo in a comment.
|
commit | commitdiff | tree |
2014-01-08 |
Steinar H. Gunderson | Implement GammaExpansionEffect using ALU ops instead...
|
commit | commitdiff | tree |
2014-01-08 |
Steinar H. Gunderson | In the demo application, reset the FPS counter every...
|
commit | commitdiff | tree |
2014-01-08 |
Steinar H. Gunderson | Fix some outdated comments in GammaExpansionEffect.
|
commit | commitdiff | tree |
2014-01-03 |
Steinar H. Gunderson | It's now 2014 :-P (Happy new year!)
|
commit | commitdiff | tree |
2014-01-01 |
Steinar H. Gunderson | Add an assertion failure that we don't add the same...
|
commit | commitdiff | tree |
2014-01-01 |
Steinar H. Gunderson | Calculate the RGB-to-XYZ matrix ourselves instead of...
|
commit | commitdiff | tree |
2013-12-30 |
Steinar H. Gunderson | Fix a minor error in one of the color temperature constants.
|
commit | commitdiff | tree |
2013-12-30 |
Steinar H. Gunderson | Add partial Rec. 2020 support.
|
commit | commitdiff | tree |
2013-12-29 |
Steinar H. Gunderson | Generate the FBO anew every render.
|
commit | commitdiff | tree |
2013-12-29 |
Steinar H. Gunderson | Fix a bug where DeconvolutionSharpenEffect would forget...
|
commit | commitdiff | tree |
2013-12-24 |
Steinar H. Gunderson | Install effect_util.h; it is useful for people implementing...
|
commit | commitdiff | tree |
2013-12-24 |
Steinar H. Gunderson | Spelling fix.
|
commit | commitdiff | tree |
2013-12-24 |
Steinar H. Gunderson | Assert that the EffectChain is not finalized when someone...
|
commit | commitdiff | tree |
2013-12-22 |
Steinar H. Gunderson | Fix another harmless Valgrind hit.
|
commit | commitdiff | tree |
2013-12-22 |
Steinar H. Gunderson | Properly check framebuffer status when generating FBOs.
|
commit | commitdiff | tree |
2013-12-22 |
Steinar H. Gunderson | Fix an issue with invalid texture number usage in measure_te...
|
commit | commitdiff | tree |
2013-12-16 |
Steinar H. Gunderson | A small comment fix in ColorspaceConversionEffect.
|
commit | commitdiff | tree |
2013-12-14 |
Steinar H. Gunderson | Properly link in multiply_effect.
|
commit | commitdiff | tree |
2013-11-06 |
Steinar H. Gunderson | Promote MultiplyEffect to a real effect.
|
commit | commitdiff | tree |
2013-10-09 |
Steinar H. Gunderson | Fix a bug where PaddingEffect could create assertion...
|
commit | commitdiff | tree |
2013-09-28 |
Steinar H. Gunderson | Clip below-zero (out-of-gamut) colors in LiftGammaGainEffect.
|
commit | commitdiff | tree |
2013-02-06 |
Steinar H. Gunderson | Make building the demo app optional if SDL_image and...
|
commit | commitdiff | tree |
2013-02-05 |
Steinar H. Gunderson | Add a pkg-config variable “shaderdir” to locate the...
|
commit | commitdiff | tree |
2013-02-05 |
Steinar H. Gunderson | Install defs.h on make install, since it is needed...
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Put the resample alpha handling on the right effect.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Indentation fix in Makefile.in.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Do not call autoheader, since we do not use config.h.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Use autoconf defaults for CXX and CXXFLAGS.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Rename RGBATriplet to RGBATuple, to avoid silliness.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Make util.h private to the effects; instead, defs.h...
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Prefix include guards with _MOVIT to avoid clashes...
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Small cleanup in movit.pc.in.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Add a distclean target.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Update README for the new output alpha constants.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Fix cleaning of .dot and .frag files.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Add a pkg-config file.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Makefile should now be in .gitignore.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Remove stray file movit_pch.h, which was never meant...
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Switch to autoconf to find libraries.
|
commit | commitdiff | tree |
2013-02-03 |
Steinar H. Gunderson | Remove obsolete files header.vert and footer.vert.
|
commit | commitdiff | tree |
2013-02-02 |
Steinar H. Gunderson | Add some missing tests to .gitignore.
|
commit | commitdiff | tree |
2013-02-02 |
Steinar H. Gunderson | Stop linking unit tests et al against SDL_image and...
|
commit | commitdiff | tree |
2013-02-02 |
Steinar H. Gunderson | Remove an unused function. Found by Clang.
|
commit | commitdiff | tree |
2013-02-02 |
Steinar H. Gunderson | Split out some private utilities into effect_util.cpp...
|
commit | commitdiff | tree |
2013-02-02 |
Steinar H. Gunderson | Run include-what-you-use over all of movit. Some hand...
|
commit | commitdiff | tree |
2013-02-02 |
Steinar H. Gunderson | Fix alpha handling for blur; it needs to be on the...
|
commit | commitdiff | tree |
2013-02-02 |
Steinar H. Gunderson | Add a new alpha handling method, INPUT_PREMULTIPLIED_ALPHA_K...
|
commit | commitdiff | tree |
2013-02-02 |
Steinar H. Gunderson | Rename the OutputAlphaFormat enums; they had gotten...
|
commit | commitdiff | tree |
2013-02-01 |
Steinar H. Gunderson | Give the alpha enums somewhat better/more consistent...
|
commit | commitdiff | tree |
2013-02-01 |
Steinar H. Gunderson | In resizing effects, add the notion of a “virtual output...
|
commit | commitdiff | tree |
2013-02-01 |
Steinar H. Gunderson | Give SizeStoringEffect an effect_type_id(), for easier...
|
commit | commitdiff | tree |
2013-01-29 |
Steinar H. Gunderson | If all inputs to an effect have the same input size...
|
commit | commitdiff | tree |
2013-01-24 |
Steinar H. Gunderson | Fix a Clang warning.
|
commit | commitdiff | tree |
2013-01-23 |
Steinar H. Gunderson | Fix a bug where intermediate phase outputs could get...
|
commit | commitdiff | tree |
2013-01-22 |
Steinar H. Gunderson | Merge remote-tracking branch 'origin/master'
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Allow for more than ten bits in subpixel precision...
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | DeconvolutionSharpenEffect needs texture bounce.
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Fix another stack overflow in EffectChainTest.
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Loosen up a boundary in DitherEffectTest by 10%.
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Fix a narrowing conversion within {} in PaddingEffect...
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Fix a stack overflow in EffectChainTest.
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | In OverlayEffectTest, handle that RGB on zero alpha...
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Add sdl-config --cflags and --libs when compiling.
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Check return value from SDL_Init().
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Use NULL instead of png_voidp_NULL.
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Don't override GTEST_DIR if it already is set.
|
commit | commitdiff | tree |
2013-01-21 |
Steinar H. Gunderson | Link against -lpng, since we can now write screenshots...
|
commit | commitdiff | tree |
2013-01-20 |
Steinar H. Gunderson | Ask Google Test not to use exceptions.
|
commit | commitdiff | tree |
2013-01-20 |
Steinar H. Gunderson | Make the internal effects private to EffectChain.
|
commit | commitdiff | tree |
2013-01-20 |
Steinar H. Gunderson | Fix a typo in the README.
|
commit | commitdiff | tree |
2013-01-20 |
Steinar H. Gunderson | Add some parameter asserts in DitherEffect, too.
|
commit | commitdiff | tree |
2013-01-20 |
Steinar H. Gunderson | Remove two unused members from EffectChain.
|
commit | commitdiff | tree |
2013-01-20 |
Steinar H. Gunderson | Another case of NULL initialization to keep Coverity...
|
commit | commitdiff | tree |
2013-01-20 |
Steinar H. Gunderson | Add some asserts to SingleResamplePassEffect, to make...
|
commit | commitdiff | tree |
2013-01-19 |
Steinar H. Gunderson | Optimize away duplicate conversion nodes.
|
commit | commitdiff | tree |
2013-01-19 |
Steinar H. Gunderson | Set pixel_data[] to NULL in YCbCrInput as well.
|
commit | commitdiff | tree |
2013-01-19 |
Steinar H. Gunderson | Another NULL initializer, mostly to get Coverity to...
|
commit | commitdiff | tree |
2013-01-19 |
Steinar H. Gunderson | Initialize pixel_data in FlatInput to NULL.
|
commit | commitdiff | tree |
2013-01-19 |
Steinar H. Gunderson | Add unit tests for GlowEffect.
|
commit | commitdiff | tree |
2013-01-19 |
Steinar H. Gunderson | Clamp alpha in MixEffect.
|
commit | commitdiff | tree |
2013-01-18 |
Steinar H. Gunderson | Force the LC_NUMERIC locale temporarily to C in finalize...
|
commit | commitdiff | tree |
2013-01-17 |
Steinar H. Gunderson | Write PNGs instead of PPMs, so that we get destination...
|
commit | commitdiff | tree |
2013-01-17 |
Steinar H. Gunderson | Add missing unit test.
|
commit | commitdiff | tree |
2013-01-17 |
Steinar H. Gunderson | Remove some leftover debugging code.
|
commit | commitdiff | tree |
2013-01-17 |
Steinar H. Gunderson | Add an effect for padding.
|
commit | commitdiff | tree |
2013-01-17 |
Steinar H. Gunderson | Add support for vec4 uniforms.
|
commit | commitdiff | tree |
2013-01-16 |
Steinar H. Gunderson | There are reports that Movit actually does work with...
|
commit | commitdiff | tree |
2013-01-16 |
Steinar H. Gunderson | Fix another issue where an input was used twice. Add...
|
commit | commitdiff | tree |
2013-01-16 |
Steinar H. Gunderson | Make output_dot() cope with effects that are in multiple...
|
commit | commitdiff | tree |
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 |
next |