]> git.sesse.net Git - movit/history - Makefile
Add unit tests for UnsharpMaskEffect.
[movit] / Makefile
2012-10-13 Steinar H. GundersonAdd unit tests for UnsharpMaskEffect.
2012-10-13 Steinar H. GundersonAdd a unit test for BlurEffect.
2012-10-13 Steinar H. GundersonSplit the TESTS= line in the Makefile now, since it...
2012-10-13 Steinar H. GundersonAdd a test for DeconvolutionSharpenEffect. Not complete...
2012-10-12 Steinar H. GundersonRename PROFILE= to COVERAGE=.
2012-10-12 Steinar H. GundersonAdd a unit test for SaturationEffect.
2012-10-12 Steinar H. GundersonSet RMS limit much tighter, now that we have floating...
2012-10-12 Steinar H. GundersonClean up profile files and .dot files.
2012-10-12 Steinar H. GundersonDo not unconditionally profile (that was a miscommit...
2012-10-12 Steinar H. GundersonIf at least one test fails, make check should also...
2012-10-12 Steinar H. GundersonAdd a test for GammaExpansionEffect. Not done yet.
2012-10-12 Steinar H. GundersonYet more Makefile tweaks/fixes.
2012-10-12 Steinar H. GundersonAdd a unit test for MixEffect.
2012-10-11 Steinar H. GundersonSplit test utilities out into its own file.
2012-10-11 Steinar H. GundersonFix an overly aggressive search-and-replace in the...
2012-10-11 Steinar H. GundersonStart on unit testing (adds a dependency on Google...
2012-10-11 Steinar H. GundersonSplit the test program from the actual library.
2012-10-10 Steinar H. GundersonAdd an unsharp mask effect, to complement the more...
2012-10-10 Steinar H. GundersonAdd an implementation of sharpening by FIR Wiener filters.
2012-10-08 Steinar H. GundersonAdd a white balance effect (port of my white balance...
2012-10-08 Steinar H. GundersonWe need to link to -lrt, since we use the clock functio...
2012-10-07 Steinar H. GundersonSome Makefile tweaks.
2012-10-07 Steinar H. GundersonSupport changing resolution in effects, and add a simpl...
2012-10-07 Steinar H. GundersonAdd simple dependency generation to the Makefile.
2012-10-06 Steinar H. GundersonMake Input an abstract base class, and move the current...
2012-10-05 Steinar H. GundersonLine-wrap the Makefile a bit.
2012-10-05 Steinar H. GundersonAdd a glow effect, and an effect that linearly mixes...
2012-10-05 Steinar H. GundersonSplit inputs into a separate class (descending from...
2012-10-05 Steinar H. GundersonAdd a diffusion effect, and hook it up in the GUI.
2012-10-03 Steinar H. GundersonAdd a “sandbox effect” that does nothing but is a usefu...
2012-10-02 Steinar H. GundersonSupport multiple render phases (with FBOs and all)...
2012-10-02 Steinar H. GundersonAdd a mirror effect.
2012-10-01 Steinar H. GundersonAdd a vignette effect.
2012-10-01 Steinar H. GundersonMove saturation out into its own effect, and hook up...
2012-10-01 Steinar H. GundersonSquash linear gamma back into the sRGB curve at the...
2012-10-01 Steinar H. GundersonBuild with debug info.
2012-10-01 Steinar H. GundersonYet more moving of stuff around.
2012-10-01 Steinar H. GundersonMove the Effect class out into its own file.
2012-10-01 Steinar H. GundersonRename test.cpp to main.cpp.
2012-10-01 Steinar H. GundersonMove the widgets into its own source file.
2012-10-01 Steinar H. GundersonSmall Makefile cleanup to prepare for more files.
2012-10-01 Steinar H. GundersonSplit off hsv2rgb() in a separate file.
2012-10-01 Steinar H. GundersonCorrect some CXXFLAGS stuff in the Makefile.
2012-10-01 Steinar H. GundersonChange to C++.
2012-10-01 Steinar H. GundersonAdd a Makefile.