aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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