summaryrefslogtreecommitdiff
path: root/com32/lib/jpeg
Commit message (Expand)AuthorAgeFilesLines
* tinyjpeg: change DEBUG to JPEG_DEBUGH. Peter Anvin2011-04-042-3/+3
* com32/lib/jpeg/tinyjpeg.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+3
* tinyjpeg: fix yuv420p, correct some of the initalization codeH. Peter Anvin2009-08-097-59/+77
* tinyjpeg: modify to handle partial image blocksH. Peter Anvin2009-08-058-356/+372
* tinyjpeg: set limit to 4096x4096 not 2048x2048H. Peter Anvin2009-08-051-2/+2
* tinyjpeg: update to revision 20070609H. Peter Anvin2009-08-054-63/+210
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-1411-77/+75
* Augment tinyjpeg so that we can decode straight into the buffer;H. Peter Anvin2006-09-058-62/+111
* Correct the memory layout for the BGRA32 color spaceH. Peter Anvin2006-09-051-3/+3
* tinyjpeg: add rgba32 and bgra32 formatsH. Peter Anvin2006-09-052-0/+751
* Factor tinyjpeg out by colorspace, so we don't pull in everythingH. Peter Anvin2006-09-058-1166/+1496
* Add tiny JPEG decoder libraryH. Peter Anvin2006-09-014-0/+2470