summaryrefslogtreecommitdiff
path: root/src/jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+1
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-1/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Fix jpeg decoder problem when it is used in 24 BPP mode.Wayne Xia2011-07-091-9/+22
* Minor - indentation change to jpeg.c.Kevin O'Connor2010-08-281-8/+8
* Breakup jpeg_decode into parsing and displaying phases.Kevin O'Connor2010-07-301-29/+31
* Avoid using BSS variables in jpeg.c.Kevin O'Connor2010-07-301-131/+152
* Initial bootsplash support.Kevin O'Connor2010-06-281-0/+1018