]> git.sesse.net Git - qscale/shortlog
qscale
2008-02-04 sgunderson... License under GPLv2.
2008-02-04 sgunderson... Fix a crash bug when height > width.
2008-02-04 sgunderson... Make it a bit clearer what's user-adjustable and what...
2008-02-03 sgunderson... Make everything compile with -std=c89.
2008-02-03 sgunderson... Use local labels instead of hardcoded names, so we...
2008-02-03 sgunderson... Add a memory clobber, for good measure.
2008-02-03 sgunderson... Reformat some of the assembler code.
2008-02-03 sgunderson... Make everything compile and work for amd64.
2008-02-03 sgunderson... Remove some debugging.
2008-02-03 sgunderson... Do rounding.
2008-02-03 sgunderson... Fix some stupidness.
2008-02-03 sgunderson... Removed a hard-coded register.
2008-02-03 sgunderson... Fix behavior for input images not aligned on a DCT...
2008-02-03 sgunderson... Make the cutoff constant really constant.
2008-02-03 sgunderson... Add a much better sinc() implementation.
2008-02-03 sgunderson... Add SSE the other way as well, requiring SSE3.
2008-02-03 sgunderson... Implement first round of SSE.
2008-02-03 sgunderson... Invert directions again, increasing speed but adding...
2008-02-03 sgunderson... Add JPEG support.
2008-02-03 sgunderson... Invert horizontal and vertical order.
2008-02-03 sgunderson... Initial version.