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-png.c
Age
Commit message (
Expand
)
Author
2018-09-05
Use colorspace type enum instead of magic profile names.
Tor Andersson
2018-06-02
Add a fz_strnlen function (strnlen is not standard C).
Tor Andersson
2018-04-03
Don't implicitly drop in fz_open_* chained filters.
Tor Andersson
2018-02-06
Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.
Sebastian Rasmussen
2018-02-01
Drop JPEG/J2K/JPEG-XR/PNG/TIFF colorspaces even upon exception.
Sebastian Rasmussen
2018-01-24
Fix 698872: Do not trust ICC profile unconditionally in PNG files.
Tor Andersson
2018-01-15
Fix 698865: Warn when failing to load embedded ICC profile in PNG images.
Tor Andersson
2017-11-22
Use custom allocator everywhere zlib is used.
Sebastian Rasmussen
2017-10-25
Fix colorspace reference counting in fz_load_*_info.
Tor Andersson
2017-10-25
Clean up ICC loading in PNG loader.
Tor Andersson
2017-10-25
Use embedded ICC profile when rendering PNG images
Michael Vrhel
2017-10-12
Make image loading use const data pointers.
Tor Andersson
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-08-17
Only load the alpha channel in PNG images when it is present.
Tor Andersson
2017-07-19
Add spots to fz_pixmaps.
Robin Watts
2017-06-11
When loading indexed PNG images, get the colorspace right.
Robin Watts
2017-04-27
Include required system headers.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-01-08
Fix conditional jump or move depends on uninitialised value.
Tor Andersson
2015-08-20
Do not decode png image when getting image metadata.
Sebastian Rasmussen
2015-02-18
Fix 695831: integer overflow in PNG and TIFF loaders.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2014-05-07
Correctly round PNG image resolution
Simon Bünzli
2014-01-06
Bug 694869: Fix indetermisms with broken PNG files.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson