index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
load-gif.c
Age
Commit message (
Expand
)
Author
2017-07-19
Add spots to fz_pixmaps.
Robin Watts
2017-04-27
Include required system headers.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2016-12-26
Bug 697362: GIF frames use LZW encoding similar to TIFF.
Sebastian Rasmussen
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-16
gif: Do not paste frame data if frame and image do not overlap.
Sebastian Rasmussen
2016-10-16
gif: Handle frames bigger than image correctly.
Sebastian Rasmussen
2016-10-16
gif: Constrain frames to image boundaries.
Sebastian Rasmussen
2016-09-27
Bug 697163: gif: Fix integer overflow in image dimensions.
Sebastian Rasmussen
2016-09-27
Bug 697162: gif: Color index must be inside color table.
Sebastian Rasmussen
2016-09-27
Bug 697161: gif: Frames may not be bigger than the image.
Sebastian Rasmussen
2016-09-27
Bug 697160: gif: Transparency index must be inside color table.
Sebastian Rasmussen
2016-09-26
gif: If decompression fails, don't rely on uninitialized buffer data.
Sebastian Rasmussen
2016-09-26
gif: Use frame size when parsing a frame, not size of entire image.
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-14
Update TIFF LZW decode.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-27
Remove useless try/catch/rethrows.
Tor Andersson
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-22
gif: Render image into pixmap instead of temporary buffer.
Sebastian Rasmussen
2015-08-20
Fix a few signedness issues in gif decoder.
Sebastian Rasmussen
2015-07-29
Add support for parsing GIF images.
Sebastian Rasmussen