summaryrefslogtreecommitdiff
path: root/test/pdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Update FSF addressAndrea Canciani7-7/+7
2009-04-01[test-win32] Fix static linking of the test suite.Jeff Muizelaar1-1/+1
2008-09-22[build] Add Makefile.win32.commonBehdad Esfahbod1-4/+2
2008-09-11Makefile.am cleanupBehdad Esfahbod1-6/+4
2008-09-10[test/pdiff] Fix include syntaxBehdad Esfahbod1-1/+1
2008-09-10[test] Typo in Makefile.amChris Wilson2-2/+2
2008-09-10[test/pdiff/Makefile.am] Another automake warning fixBehdad Esfahbod1-1/+1
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+2
2008-08-26[pdiff] Get the surface data pointer once.Chris Wilson1-22/+16
2008-08-17[Makefile.am] Delete intermediatesChris Wilson1-0/+4
2008-02-06Some fixes and improvements to the Win32 buildAzar@.(none)1-0/+3
2007-12-20[pdiff] Avoid the memleak for small surfaces.Chris Wilson1-13/+27
2007-10-16[pdiff] Reorganise the inner loops of the convolution.Chris Wilson1-12/+15
2007-10-16[pdiff] Check for too small images.Chris Wilson1-0/+3
2007-08-28[win32] Update win32 MakefilesVladimir Vukicevic1-0/+18
2007-04-11[pdiff] Ship gpl.txtBehdad Esfahbod1-0/+1
2007-04-03[pdiff] Make stdint.h inclusion portable (#10441)Behdad Esfahbod1-1/+36
2007-03-12Correct an off-by-one in the reflection of the convolution index.Chris Wilson1-2/+2
2007-03-04[test/pdiff] Fix build problem with certain flavors of makeMathias Hasselmann1-1/+1
2007-03-02Fix leak in pdiff lpyramidCarl Worth1-0/+2
2006-12-17[pdiff] Define _GNU_SOURCE to get correct symbols out of <math.h>Behdad Esfahbod1-0/+2
2006-12-17[pdiff] Don't use float math functions if not using gcc with C99Behdad Esfahbod1-0/+8
2006-12-16[pdiff] Use CAIRO_CFLAGS, to make sure warnings are enabledBehdad Esfahbod1-1/+1
2006-12-16[pdiff] Fix compiler warnings, that were causing crashesBehdad Esfahbod1-1/+4
2006-12-14pdiff: Remove casts since we're out of the land of X++ where void* is stupidl...Carl Worth1-4/+2
2006-12-14pdiff: Rename everything to .c and fix an last littele C++ isms.Carl Worth8-153/+54
2006-12-14pdiff: Replace CompareArgs class with args_t structCarl Worth5-32/+160
2006-12-14pdiff: Fix return value from perceptualdiff programCarl Worth1-2/+1
2006-12-14pdiff: Remove all uses of std::stringCarl Worth3-29/+14
2006-12-14pdiff: Remove RGBAImage classes now that we're just using cairo image surfacesCarl Worth8-271/+69
2006-12-14pdiff: Remove hideous C++ reference passingCarl Worth1-13/+13
2006-12-14pdiff: Remove intermingled statements and declarationsCarl Worth1-30/+44
2006-12-14pdiff: Add .gitignore for perceptualdiff binaryCarl Worth1-0/+1
2006-12-14pdiff: Remove old, unused Yee_Compare interfaceCarl Worth2-36/+22
2006-12-14pdiff: Rewrite main program to use cairo-based pdiff_compare interfaceCarl Worth6-78/+65
2006-12-14pdiff: Rip out unused ImgDiff code, (dropping -output option)Carl Worth5-35/+2
2006-12-14pdiff: Move function that depends on command-line argument class to same file...Carl Worth4-64/+62
2006-12-14pdiff: Rewrite Laplacian pyramid code from C++ to CCarl Worth6-117/+137
2006-12-14pdiff: Convert C++-style comments to good old-fashioned C-style commentsCarl Worth8-36/+39
2006-12-14pdiff: Delete all trailing whitespace.Carl Worth8-40/+40
2006-12-14pdiff: Re-indent all codeCarl Worth9-593/+593
2006-12-14pdiff: Fix line endingsCarl Worth2-125/+125
2006-12-14pdiff: Compile pdiff algorithm as a libtool convenience libraryCarl Worth4-6/+66
2006-12-14pdiff: Teach pdiff code to accept cairo image surfacesCarl Worth4-36/+79
2006-12-12pdiff: Factor out a comparison function that doesn't read the 'args' structureCarl Worth1-40/+72
2006-11-29pdiff: Add missing newlins at end of files.Carl Worth6-6/+5
2006-11-29Hook up Makefiles for perceptualdiff.Carl Worth1-0/+14
2006-11-29Remove all libtiff-related code by #ifdefCarl Worth2-0/+11
2006-11-29Use uint32_t instead of the non-standard uint32Carl Worth1-3/+3
2006-11-29Add perceptualdiff program totest/pdiff.Carl Worth12-0/+1323