aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 2 bugsJohn Hawthorn2010-01-191-0/+4
* major cleanup. xlib methods have been abstracted away as a genericJohn Hawthorn2010-01-041-2/+4
* fixed whitespaceJohn Hawthorn2009-11-211-1/+1
* experimental support for imagemagick backendJohn Hawthorn2009-08-311-0/+3
* support for rendering jpegs with 4 output components. Thanks to tarpman.John Hawthorn2009-05-181-3/+20
* minor minor change to jpeg (1% faster)John Hawthorn2009-02-171-5/+8
* load jpegs scaled 1/8 firstJohn Hawthorn2009-02-171-6/+14
* added some todosJohn Hawthorn2009-01-041-0/+2
* no longer exit for unreadable jpeg's"John Hawthorn ext:(%22)2008-12-211-1/+16
* cleanup"John Hawthorn ext:(%22)2008-12-211-6/+6
* Major changes. Optional XShm support, bilinear scaling, caching WIPJohn Hawthorn2008-09-131-2/+2
* added close method. Fixed all known memory leaksJohn Hawthorn2008-06-251-2/+8
* eliminated a memcpy for colour jpegsJohn Hawthorn2008-06-241-9/+7
* cleanupJohn Hawthorn2008-06-221-2/+2
* changed all formats to use struct imageJohn Hawthorn2008-06-161-1/+1
* split format work into seperate functions. Only JPEG works for nowJohn Hawthorn2008-06-151-41/+66
* support greyscale jpegsJohn Hawthorn2008-05-271-13/+22
* cleanupJohn Hawthorn2008-05-221-1/+1
* ready for gif decoderJohn Hawthorn2008-05-191-1/+0
* prepare for other file typesJohn Hawthorn2008-05-191-7/+1
* cleanupJohn Hawthorn2008-05-151-11/+27
* various optimizationsJohn Hawthorn2008-05-151-7/+16
* initialJohn Hawthorn2008-05-141-0/+54