summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2009-12-03Consolidate include lines to a single fitz.h.Tor Andersson
2009-12-03Load content stream buffers instead of parsing into a display tree in xobject...Tor Andersson
2009-12-02Add new fitz_res.hTor Andersson
2009-12-02Resolve conflict.Tor Andersson
2009-12-02Killing time. Butchered display tree and disabled all calls to it.Tor Andersson
2010-03-02Remove dependency on libfitz.a from cmapdump.Tor Andersson
2010-01-08Define snprintf for MSVC.Ralph Giles
2009-12-09Replace 'boolean' types with 'int'.Ralph Giles
2009-12-08Call va_end on the copied args.Tor Andersson
2009-12-08Add support for 16 bit per component images.Sebastian Rasmussen
2009-12-03Use iteration for siblings in fz_dropnode.Tor Andersson
2009-12-03Fix regression in fz_hashtable.Tor Andersson
2009-12-03Change fz_mul255 according to suggestion by gka.Tor Andersson
2009-12-02Have image and colorspace freeing adhere to common naming scheme.Sebastian Rasmussen
2009-12-02Update win32, jbig2 and jpx code for malloc changes.Tor Andersson
2009-12-02Initialize and free t3widths pointer in fz_font.Tor Andersson
2009-12-01Return filter instead of fz_okay.Tor Andersson
2009-12-01Fix conflict with "Removed leaky optimizations." and whitespace patch.Tor Andersson
2009-11-29Add some braces and fix up double-indentation on multi-line if/while expressi...Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-11-28A few out of memory error checks that the last patch forgot.Tor Andersson
2009-11-28The pointers were incorrectly set up after growing a buffer after changes in ...Tor Andersson
2009-11-28Malloc cannot return null. Clean up in mupdf resource code.Tor Andersson
2009-11-20Malloc cannot return null. Clean up streams and filters.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson
2009-12-02Fix jamfile after the removal of fitz/node_optimize.cTor Andersson
2009-12-01Removed leaky optimizations.Sebastian Rasmussen
2009-11-30Free JBIG2 global context if allocated.Sebastian Rasmussen
2009-11-30Drop solid node colorspace when dropping node.Sebastian Rasmussen
2009-11-20Fix lingering references to Jasper in Jamrules and Jamfiles.Sebastian Rasmussen
2009-11-19Update UTF-8 functions to support full Unicode above the BMP.Tor Andersson
2009-11-19Remove unused and largely untested encoding filters.Tor Andersson
2009-11-07Correct initial value of earlychange flag in LZW decoder.Sebastian Rasmussen
2009-11-05Fix clear and bit count change-over bugs in lzw decoder.Tor Andersson
2009-08-23Move assert test of EOF to after testing if a filter is done.Tor Andersson
2009-08-23Make sure output buffer is not full when filling it and detect end of input b...Sebastian Rasmussen
2009-08-23Removing warning when creating empty paths since this is a very common occurr...Tor Andersson
2009-08-23Remove debugging messages from the JPEG2000 decoding filters.Tor Andersson
2009-08-23Make sure we finish processing the head filter in a pipeline when the tail is...Tor Andersson
2009-08-23Print the newline at the end of error messages separately from the snprintf, ...Tor Andersson
2009-08-22Append newline to end of error messages.Sebastian Rasmussen
2009-08-23Do not confuse isolated xobject groups with knockout groups.Sebastian Rasmussen
2009-08-21Save error messages in a static buffer so that the windows viewer can show th...Tor Andersson
2009-08-19Remove some unused variables.Ralph Giles
2009-08-19Round down data buffer to be decrypted to a multiple of 16 for AES filter.Tor Andersson
2009-08-19Implement support for AES encryption.Tor Andersson
2009-08-17Fix string comparisons in fz_objcmp to allow for embedded zeroes and sort pro...Tor Andersson
2009-08-16Modify dictionaries so that they only accept names as keys.Sebastian Rasmussen
2009-08-15Check for NULL in fz_objcmp.Tor Andersson
2009-08-15Change private function name and use fz_objcmp instead of an internal string ...Tor Andersson