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