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
/
cbz
Age
Commit message (
Expand
)
Author
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-18
Internal drop functions don't need to check for NULL.
Sebastian Rasmussen
2016-10-12
Always call fz_drop_document() to drop the document.
Sebastian Rasmussen
2016-10-11
Free document in fz_drop_document(), not in subclassing documents.
Sebastian Rasmussen
2016-10-09
Open document file in fz_open_document().
Sebastian Rasmussen
2016-10-09
cbz: Remove unused variable.
Sebastian Rasmussen
2016-10-06
Bug 697159: Fix memory leak in CBZ error handling.
Robin Watts
2016-09-13
Fix compiler warning.
Tor Andersson
2016-09-08
Add support for GNU tar archives.
Sebastian Rasmussen
2016-09-08
Make fz_archive a generic archive type.
Sebastian Rasmussen
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-06
Add support for decoding pbm/pgm/ppm/pam images.
Sebastian Rasmussen
2016-07-06
Add optional support for JPEG-XR.
Sebastian Rasmussen
2016-07-05
Support J2K/JP2 files in CBZ.
Sebastian Rasmussen
2016-07-05
cbz: Use case insensitive comparison for extension.
Sebastian Rasmussen
2016-06-23
Support TIFF files in CBZ.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-26
Improve fz_new_document
Robin Watts
2016-03-23
Add support for BMP images.
Sebastian Rasmussen
2015-12-18
Rename fz_image_get_sanitised_res to fz_image_resolution.
Tor Andersson
2015-07-29
Add support for parsing GIF images.
Sebastian Rasmussen
2015-04-14
Split fz_meta into separate querying functions.
Tor Andersson
2015-02-18
Fix typos and reference counting errors in CBZ.
Tor Andersson
2015-02-17
Remove pointless return value checks when calling fz_open_file.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2015-02-17
Reference count fz_document.
Tor Andersson
2015-02-10
Attempting to render a JPEG with xres and yres set to 1 fails.
Robin Watts
2014-12-29
Fix windows build failure.
Robin Watts
2014-12-12
prevent warning C4090
Simon Bünzli
2014-12-03
cbz: Use ZIP archive module.
Tor Andersson
2014-08-27
cbz: Use csize and usize fields from central directory.
Tor Andersson
2014-07-24
cbz: Only include each entry once, even if it matches many file suffixes.
Tor Andersson
2014-07-18
prevent buffer overflow in cbz_strnatcmp
Simon Bünzli
2014-07-07
cbz: Use natural string comparison to sort file names.
Tor Andersson
2014-04-22
Error out on unsupported encrypted zip files
Sebastian Rasmussen
2014-01-07
Introduce 'document handlers'.
Robin Watts
2014-01-06
fix MSVC warnings C4054 and C4152
Simon Bünzli
2014-01-06
fix various MSVC warnings
Simon Bünzli
2014-01-02
Add rebinding for fz_devices and fz_documents
Robin Watts
2013-11-26
Don't sort cbz entries.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson