summaryrefslogtreecommitdiff
path: root/source/fitz/load-jpeg.c
AgeCommit message (Expand)Author
2018-10-25Guard loading embedded ICC profiles in images with FZ_ENABLE_ICC.Tor Andersson
2018-09-05Bug 699702: Handle ICC profiles split into multiple APP-markers.Sebastian Rasmussen
2018-09-05Use colorspace type enum instead of magic profile names.Tor Andersson
2018-05-10Use fz_malloc_no_throw() in JPEG/DCT decoder.Sebastian Rasmussen
2018-02-01Drop JPEG/J2K/JPEG-XR/PNG/TIFF colorspaces even upon exception.Sebastian Rasmussen
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-25Fix colorspace reference counting in fz_load_*_info.Tor Andersson
2017-10-25Get ICC information from JPEG imageMichael Vrhel
2017-10-12Make image loading use const data pointers.Tor Andersson
2017-09-20Initialize libjpeg state to avoid crashes upon error.Sebastian Rasmussen
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-04-27Include required system headers.Tor Andersson
2016-09-27Bug 697152: jpeg: Use correct macro to get client data.Sebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-05-24Skip alphas for "loaded" JPEGs.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-03-29bmp: Add support for embedded JPEG images.Sebastian Rasmussen
2016-02-15Drop UNUSED macro -- it dirties the namespace and is not needed.Tor Andersson
2014-09-08Bug 695440: fix buffer underflows in load-jpeg.cSimon Bünzli
2014-08-19Only include jmemcust.h when building our own libjpeg.Tor Andersson
2014-05-19Add an application agnostic memory handler for libjpegChris Liddell
2014-05-12prevent indeterminacy by uninitialized variablesSimon Bünzli
2013-08-28better JPEG image resolution detection (for XPS)Simon Bünzli
2013-06-20Rearrange source files.Tor Andersson