summaryrefslogtreecommitdiff
path: root/com32/lib/jpeg/rgba32.c
Commit message (Collapse)AuthorAgeFilesLines
* tinyjpeg: fix yuv420p, correct some of the initalization codeH. Peter Anvin2009-08-091-3/+3
| | | | | | | Fix the yuv420p in the presence of partial pixels (if we have an odd number of pixels in this mode, we include the chroma pixel.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* tinyjpeg: modify to handle partial image blocksH. Peter Anvin2009-08-051-68/+81
| | | | | | | A lot of common resolutions, e.g. 800x600, include partial blocks at the side of the image. Implement that properly. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-4/+4
|
* Augment tinyjpeg so that we can decode straight into the buffer;H. Peter Anvin2006-09-051-7/+10
| | | | clear the screen on startup.
* tinyjpeg: add rgba32 and bgra32 formatsH. Peter Anvin2006-09-051-0/+374