index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_image.c
Age
Commit message (
Expand
)
Author
2012-10-05
Refactor compressed stream loading.
Robin Watts
2012-09-04
Fix error message/comment typos.
Sebastian Rasmussen
2012-09-04
Prevent recursive image soft masks from being loaded
Sebastian Rasmussen
2012-08-06
Remove old error mesages turned into comments when adding exceptions
Sebastian Rasmussen
2012-08-06
Make sure images are freed upon loading error
Sebastian Rasmussen
2012-07-06
Improve bounds checking for image properties.
Sebastian Rasmussen
2012-07-06
Remove debugging functions for release builds.
Sebastian Rasmussen
2012-05-10
mupdfclean - update to allow renumbering of encrypted objects
Robin Watts
2012-05-03
Bug 693022: Image/Pixmaps stuck in cache
Robin Watts
2012-03-19
Bug 692746; avoid 'double palettes' on jpx images.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-03-06
Fix ref counting bugs in race condition correction code.
Robin Watts
2012-03-01
Remove mask entry from fz_pixmap as never used any more.
Robin Watts
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-25
Fix assert/SEGVs seen in cluster due to using a color image as a mask.
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-02-06
Pass context to cmap and font descriptor functions.
Tor Andersson
2012-02-03
Be consistent about passing a fz_context argument in pixmap functions.
Tor Andersson
2012-01-30
Move PNG, JPEG and TIFF image loading from muxps into fitz.
Tor Andersson
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-06
Ignore decode arrays for indexed jpx images.
Robin Watts
2011-12-23
Add some fz_vars to fix exception behaviour.
Robin Watts
2011-12-19
More Memory squeezing fixes
Robin Watts
2011-12-15
Remove 'soft limit' on pixmaps in favour of fz_store.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts
2011-12-08
Remove remaining fz_error_note calls in the pdf code.
Tor Andersson
2011-12-08
Move from volatile to fz_var.
Robin Watts
2011-12-08
Fix SEGV with "1439 - color softmask fails to draw jpx image.pdf"
Robin Watts
2011-12-08
Merge branch 'master' into context
Robin Watts
2011-12-08
Ignore invalid color key Masks that contain non-integer values.
Tor Andersson
2011-11-25
Merge branch 'master' into context
Robin Watts
2011-11-17
Bug 692478: Honour decode arrays for jpx images
Robin Watts
2011-10-04
Establish 'break scope' within fz_try macro
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-08-29
Check for and disallow image depths greater than 16.
Tor Andersson
2011-04-08
Add soft limit to pixmap allocation.
Tor Andersson
2011-04-08
Simplify arguments to fz_new_pixmap.
Tor Andersson
2011-04-07
pdf: Purge unmaintained debug/log printing messages.
Tor Andersson
2011-04-06
Improve handling of JPX colorspaces.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson