Age | Commit message (Expand) | Author |
2018-01-10 | Add colorspace type enum and use it instead of hardcoded checks on N. | Tor Andersson |
2018-01-10 | Refactor and fix hash lookups when decoding image subarea tiles. | Tor Andersson |
2017-11-08 | Move static inline function out of header. | Tor Andersson |
2017-10-25 | Ensure that fz_new_image_from_buffer doesn't leak a colorspace. | Robin Watts |
2017-10-25 | Fix colorspace reference counting in fz_load_*_info. | Tor Andersson |
2017-10-24 | Don't apply default decode array to ICC Lab image data. | Robin Watts |
2017-10-12 | Refactor image format magic signature recognition into its own function. | Tor Andersson |
2017-10-12 | Change default scalable SVG resolution. | Tor Andersson |
2017-09-08 | Remove unnecessary fz_try()/fz_catch(). | Sebastian Rasmussen |
2017-09-07 | Make sure to always drop a fz_device even upon error. | Sebastian Rasmussen |
2017-09-07 | Initialize variables to appease clang scan-build. | Sebastian Rasmussen |
2017-07-19 | Add spots to fz_pixmaps. | Robin Watts |
2017-07-04 | Remove is_static from fz_new{,_icc}_colorspace. | Robin Watts |
2017-06-08 | Avoid using fz_var() when not necessary. | Sebastian Rasmussen |
2017-05-31 | Avoid double literals causing casts to float. | Sebastian Rasmussen |
2017-05-09 | Fix key_storable operations leading to leaks of fz_image. | Robin Watts |
2017-04-27 | Typedef function pointers consistently. | Tor Andersson |
2017-04-27 | Clean up store debug printing. | Tor Andersson |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-03-31 | Fix leaks of reaped object keys. | Robin Watts |
2017-03-25 | Add fz_storable_needs_reaping. | Robin Watts |
2017-03-24 | Fix needs_reap entry in key storable. | Robin Watts |
2017-03-24 | Ensure fz_store_types are all static const. | Robin Watts |
2017-03-23 | Introduce fz_new_derived_... | Robin Watts |
2017-03-22 | Rename fz_putc/puts/printf to fz_write_*. | Tor Andersson |
2017-03-20 | Remove fz_drop_image_base. | Robin Watts |
2017-03-20 | Update API header documentation | Robin Watts |
2017-01-09 | Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer. | Tor Andersson |
2016-12-27 | Strip extraneous blank lines. | Tor Andersson |
2016-12-14 | Have callers of fz_new_image_from_pixmap() drop supplied mask. | Sebastian Rasmussen |
2016-12-14 | jpx: Delay determining if colorspace is indexed. | Sebastian Rasmussen |
2016-11-14 | Make fz_buffer structure private to fitz. | Robin Watts |
2016-11-02 | Do not drop compressed buffer twice in case of error. | Sebastian Rasmussen |
2016-11-01 | Don't dereference NULL subarea when rasterizing display list images. | Tor Andersson |
2016-10-18 | All external drop functions handles NULL. | Sebastian Rasmussen |
2016-10-18 | Avoid checking argument to fz_drop_*()/fz_free(). | Sebastian Rasmussen |
2016-10-10 | PDF Images: Add a flag for if we need to apply the decode array | Robin Watts |
2016-10-06 | Hide internals of fz_colorspace | Robin Watts |
2016-09-19 | fz_store: Reap passes. | Robin Watts |
2016-09-16 | Extend store to cope with references used in keys. | Robin Watts |
2016-07-12 | Fix typo in fz_new_image_from_pixmap. | Tor Andersson |
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-05 | Support J2K/JP2 files in CBZ. | Sebastian Rasmussen |
2016-06-23 | Support TIFF files in CBZ. | Tor Andersson |
2016-06-17 | Add device space transform state to draw device. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-06-14 | Fix typos in various parts of the code. | Sebastian Rasmussen |
2016-06-07 | Fix subarea image calculations | Robin Watts |
2016-05-29 | Tweak plotter code slightly for speed. | Robin Watts |