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