Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | portability fixes, some modernization | Gerd Hoffmann | 2019-05-08 | 4 | -44/+29 |
| | |||||
* | use pixman images for storage | Gerd Hoffmann | 2017-03-08 | 1 | -4/+3 |
| | |||||
* | zap HAVE_ENDIAN_H | Gerd Hoffmann | 2017-03-08 | 2 | -6/+2 |
| | |||||
* | Add missing stddef.h header | Stéphane Aulery | 2014-12-04 | 9 | -0/+9 |
| | | | | | | | | - misc.h use offsetof() - other use NUUL, size_t and wchar_t Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | ||||
* | Port gif reader to giflib 5. | Isaac Dunham | 2014-11-26 | 1 | -7/+21 |
| | | | | | | | | | | -define and use compatability macros that will make giflib 4 look like giflib 5 -provide our own PrintGifError() if it's missing -since we don't check the error for DGifCloseFile, use NULL The documented behavior of giflib5 is if (&error) error =...; so this isn't supposed to break. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | ||||
* | fix warnings | Gerd Hoffmann | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | fix reverse pbm | Gerd Hoffmann | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | add support for webp image format2.08 | Igor Murzov | 2011-06-01 | 1 | -0/+93 |
| | |||||
* | fix to build with libpng 1.4 | Gerd Hoffmann | 2011-01-26 | 1 | -1/+1 |
| | | | | Thanks to Sean Robinson. | ||||
* | whitespace cleanup | Gerd Hoffmann | 2011-01-26 | 1 | -4/+4 |
| | |||||
* | printf warnings | kraxel | 2006-08-14 | 1 | -6/+6 |
| | |||||
* | merge a bunch of fixed from Alan Curry | kraxel | 2006-06-13 | 1 | -0/+22 |
| | |||||
* | - add pbm loader. | kraxel | 2005-01-14 | 1 | -2/+27 |
| | |||||
* | Initial revision | kraxel | 2004-03-28 | 11 | -0/+1901 |