aboutsummaryrefslogtreecommitdiff
path: root/src/jpeg.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+1
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-1/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2011-07-09Fix jpeg decoder problem when it is used in 24 BPP mode.Wayne Xia1-9/+22
2010-08-28Minor - indentation change to jpeg.c.Kevin O'Connor1-8/+8
2010-07-30Breakup jpeg_decode into parsing and displaying phases.Kevin O'Connor1-29/+31
2010-07-30Avoid using BSS variables in jpeg.c.Kevin O'Connor1-131/+152
2010-06-28Initial bootsplash support.Kevin O'Connor1-0/+1018