]> git.sesse.net Git - qscale/history
qscale
2012-01-24 sgunderson@bigfoot.comLink with LD=gcc; fixes a problem with missing referenc... master
2009-10-24 Steinar H. GundersonMerge.
2009-09-27 Steinar H. GundersonUse SSE intrinsics for the horizontal scaling as well.
2009-09-27 Steinar H. GundersonUse SSE intrinsics instead of asm() for vertical SSE...
2009-06-21 Steinar H. GundersonAdd support for grayscale JPEGs, although in a quite...
2008-11-16 Steinar H. GundersonREADME adjustments:
2008-07-12 Steinar H. GundersonAdd support for the Mitchell filter kernel.
2008-07-12 Steinar H. GundersonFix a clone bug.
2008-07-12 Steinar H. GundersonSupport progressive mode in JPEGs.
2008-07-12 Steinar H. GundersonAdd some useful functions for the Perl module.
2008-07-12 Steinar H. GundersonAdd a basic SWIG wrapper for Perl.
2008-07-12 Steinar H. GundersonFix so loading/saving from other stuff than stdin/stdou...
2008-06-01 sgunderson@bigfoot.comSome extra words.
2008-06-01 sgunderson@bigfoot.comAdded a README.
2008-05-29 sgunderson@bigfoot.comRemove a few redundant includes.
2008-05-29 sgunderson@bigfoot.comCopy the GPL blurb into libqscale.c.
2008-05-29 sgunderson@bigfoot.comMove JPEG saving into libqscale. Hooray, we have a...
2008-05-29 sgunderson@bigfoot.comStore the sampling factors explicitly in the struct...
2008-05-29 sgunderson@bigfoot.comMove scaling into libqscale.
2008-05-29 sgunderson@bigfoot.comMove JPEG loading into libqscale.
2008-05-29 sgunderson@bigfoot.comAnother syntax fix for libqscale.h.
2008-05-29 sgunderson@bigfoot.comUnsigned-ify.
2008-05-29 sgunderson@bigfoot.comAdd a parameter for sequential/progressive mode.
2008-05-28 sgunderson@bigfoot.comErr, fixed more libqscale.h silliness.
2008-05-28 sgunderson@bigfoot.comAdded a load_from_stdio() parameter.
2008-05-28 sgunderson@bigfoot.comAdded a missing parameter.
2008-05-28 sgunderson@bigfoot.comDrew up a first API for libqscale.
2008-02-04 sgunderson@bigfoot.comMake the SSE code optional.
2008-02-04 sgunderson@bigfoot.comAdd a Makefile.
2008-02-04 sgunderson@bigfoot.comLicense under GPLv2.
2008-02-04 sgunderson@bigfoot.comFix a crash bug when height > width.
2008-02-04 sgunderson@bigfoot.comMake it a bit clearer what's user-adjustable and what...
2008-02-03 sgunderson@bigfoot.comMake everything compile with -std=c89.
2008-02-03 sgunderson@bigfoot.comUse local labels instead of hardcoded names, so we...
2008-02-03 sgunderson@bigfoot.comAdd a memory clobber, for good measure.
2008-02-03 sgunderson@bigfoot.comReformat some of the assembler code.
2008-02-03 sgunderson@bigfoot.comMake everything compile and work for amd64.
2008-02-03 sgunderson@bigfoot.comRemove some debugging.
2008-02-03 sgunderson@bigfoot.comDo rounding.
2008-02-03 sgunderson@bigfoot.comFix some stupidness.
2008-02-03 sgunderson@bigfoot.comRemoved a hard-coded register.
2008-02-03 sgunderson@bigfoot.comFix behavior for input images not aligned on a DCT...
2008-02-03 sgunderson@bigfoot.comMake the cutoff constant really constant.
2008-02-03 sgunderson@bigfoot.comAdd a much better sinc() implementation.
2008-02-03 sgunderson@bigfoot.comAdd SSE the other way as well, requiring SSE3.
2008-02-03 sgunderson@bigfoot.comImplement first round of SSE.
2008-02-03 sgunderson@bigfoot.comInvert directions again, increasing speed but adding...
2008-02-03 sgunderson@bigfoot.comAdd JPEG support.
2008-02-03 sgunderson@bigfoot.comInvert horizontal and vertical order.
2008-02-03 sgunderson@bigfoot.comInitial version.