Age | Commit message (Expand) | Author |
---|---|---|
2013-11-12 | GRAPHICS: Set PNG alpha bits to 0 if there's no alpha present. | Alyssa Milburn |
2013-09-30 | GRAPHICS: Fix uninitialised field in PNG decoder. CID 1002280. | D G Turner |
2013-08-03 | GRAPHICS: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | GRAPHICS: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-01-24 | GRAPHICS: Fix leak in PNG-decoder. | Einar Johan Trøan Sømåen |
2012-09-06 | PNG: call png_set_interlace_handling() before calling png_read_update_info() | Filippos Karapetis |
2012-08-21 | GPRAHICS: Slight cleanup in png.cpp. | Johannes Schickel |
2012-08-20 | GRAPHICS: Reimplement the PNG-decoder using libpng | Einar Johan Trøan Sømåen |
2012-05-14 | GRAPHICS: Add palette start index and color count functions to ImageDecoder | Matthew Hoops |
2012-03-20 | GRAPHICS: Move PNG to the ImageDecoder interface | Matthew Hoops |