summaryrefslogtreecommitdiff
path: root/source/fitz/load-jpeg.c
AgeCommit message (Expand)Author
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