summaryrefslogtreecommitdiff
path: root/source/fitz/load-gif.c
AgeCommit message (Expand)Author
2016-09-27Bug 697163: gif: Fix integer overflow in image dimensions.Sebastian Rasmussen
2016-09-27Bug 697162: gif: Color index must be inside color table.Sebastian Rasmussen
2016-09-27Bug 697161: gif: Frames may not be bigger than the image.Sebastian Rasmussen
2016-09-27Bug 697160: gif: Transparency index must be inside color table.Sebastian Rasmussen
2016-09-26gif: If decompression fails, don't rely on uninitialized buffer data.Sebastian Rasmussen
2016-09-26gif: Use frame size when parsing a frame, not size of entire image.Sebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-14Update TIFF LZW decode.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-27Remove useless try/catch/rethrows.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-22gif: Render image into pixmap instead of temporary buffer.Sebastian Rasmussen
2015-08-20Fix a few signedness issues in gif decoder.Sebastian Rasmussen
2015-07-29Add support for parsing GIF images.Sebastian Rasmussen