]> git.sesse.net Git - qscale/history - qscale.c
Link with LD=gcc; fixes a problem with missing reference to __stack_chk_fail_local.
[qscale] / qscale.c
2008-05-29 sgunderson@bigfoot.comRemove a few redundant includes.
2008-05-29 sgunderson@bigfoot.comMove JPEG saving into libqscale. Hooray, we have a...
2008-05-29 sgunderson@bigfoot.comMove scaling into libqscale.
2008-05-29 sgunderson@bigfoot.comMove JPEG loading into libqscale.
2008-02-04 sgunderson@bigfoot.comMake the SSE code optional.
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.