]> git.sesse.net Git - qscale/shortlog
qscale
2012-01-24 sgunderson... Link with LD=gcc; fixes a problem with missing referenc... master
2009-10-24 Steinar H.... Merge.
2009-09-27 Steinar H.... Use SSE intrinsics for the horizontal scaling as well.
2009-09-27 Steinar H.... Use SSE intrinsics instead of asm() for vertical SSE...
2009-06-21 Steinar H.... Add support for grayscale JPEGs, although in a quite...
2008-11-16 Steinar H.... README adjustments:
2008-07-12 Steinar H.... Add support for the Mitchell filter kernel.
2008-07-12 Steinar H.... Fix a clone bug.
2008-07-12 Steinar H.... Support progressive mode in JPEGs.
2008-07-12 Steinar H.... Add some useful functions for the Perl module.
2008-07-12 Steinar H.... Add a basic SWIG wrapper for Perl.
2008-07-12 Steinar H.... Fix so loading/saving from other stuff than stdin/stdou...
2008-06-01 sgunderson... Some extra words.
2008-06-01 sgunderson... Added a README.
2008-05-29 sgunderson... Remove a few redundant includes.
2008-05-29 sgunderson... Copy the GPL blurb into libqscale.c.
2008-05-29 sgunderson... Move JPEG saving into libqscale. Hooray, we have a...
2008-05-29 sgunderson... Store the sampling factors explicitly in the struct...
2008-05-29 sgunderson... Move scaling into libqscale.
2008-05-29 sgunderson... Move JPEG loading into libqscale.
2008-05-29 sgunderson... Another syntax fix for libqscale.h.
2008-05-29 sgunderson... Unsigned-ify.
2008-05-29 sgunderson... Add a parameter for sequential/progressive mode.
2008-05-28 sgunderson... Err, fixed more libqscale.h silliness.
2008-05-28 sgunderson... Added a load_from_stdio() parameter.
2008-05-28 sgunderson... Added a missing parameter.
2008-05-28 sgunderson... Drew up a first API for libqscale.
2008-02-04 sgunderson... Make the SSE code optional.
2008-02-04 sgunderson... Add a Makefile.
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.