]> git.sesse.net Git - qscale/history - libqscale.c
Link with LD=gcc; fixes a problem with missing reference to __stack_chk_fail_local.
[qscale] / libqscale.c
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-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. GundersonFix so loading/saving from other stuff than stdin/stdou...
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.