Bug 693050 : Fix error handling in dcbd folder
Bug 693050 : Fix error handling in 9557 folder
Bug 693050 : Fix memory leak in 4faa folder
Bug 693050 : Fix error handling in 2908 folder
Bug 693050 : Fix memory leak in 146f folder
Bug 693050 : Fix minor typos and memory leak in 040d folder
Bug 690723 : Prevent over writing unallocated memory when parsing an image
Bug 693050 : Fixes CERT reported issues labelled DestAv
Bug 693050 : Fixes CERT reported issues labelled SourceAvNearNull
Bug 693050 : Fixes CERT reported issue labelled HeapError
Bug 693025 : Correct memory leaks reported by Zeniko
Bug 693025: Correct typos reported by Zeniko
Bug 693050 : Fixes CERT reported issue labelled DestAvNearNull
Bug 693050 : Fixes CERT reported issue labelled BranchAvNearNull
Bug 693050 : Fixes CERT reported issue labelled BlockMoveAv
Bug 693050 : Fixes CERT reported issue labelled SegFaultOnPc
Bug 693025: Updated patch from Zeniko to fix various crashes and leaks
Bug 690974: This patch from Gorac implements the generic refinement region decoding procedure for when TPGRON is TRUE.
Bug 690870: This patch prevents the image compositing occurring if the src is outside of the clip region.
Bug 691254: This patch prevents the seg fault in Jbig2_042_14.pdf.
Tweak jbig2dec to cope better with NULLs.
Bug 691230, basic jbig2 halftone image support.
Bug 691267: Check all realloc error paths.
Bug 691267: jbig2dec needs to check malloc() return values
Fix 691958: check for an image before marking a page complete. Also update return code to handle errors correctly.
Tweak jbig2dec os_types.h for android mupdf build.
Fixes bug #689870 - add proper big endian number accessors.
Fixes 690889, potential null dereference.
Fix bug # 691532. Do not attempt to clone an image that does not exist, each completed page should have an associated image. We'd like to handle this corrupt file with a better fix, for example the absence of an end page segement is clearly a problem with respect to the specification, but Adobe and Artifex have chosen to support other "off spec" streams so more subtle and less obvious error checking is needed. Thanks to Tim Waugh for analysis on this problem.
On Tru64 the integer types are in inttypes.h and not in stdint.h as in VMS
Add support for user defined huffman table.
Fix jbig2_image_set_pixel function prototype
A little fix to allocating memory size
Use the jbig2_new and jbig2_renew macros instead of calling
Update VERSION define in config_win32.h
Add Makefile.unix -- a simple makefile for unix-like systems.
Fix memory leak of the word stream struct.
Fix for bug 689836 and 691248.
Added test code for every line of each standard huffman tables.
try to make 'make -f base/unix-gcc.mak so' work
uint8_t type located in usual header on HP-UX needed for jbig2dec ; bug 688184
A fix for a regression introduced by r11074 (bug 690094).
A fix for 690094, "missing letters replaced by little vertical lines".
Fixed jbig2dec command getopt() parameter for -v option.
Fixed an indent. No influence on code.
A fix for 691081, 691206, and part of 690094.
Bump versioning for the 0.11 release.
The inclusion of JBIG2 in PDF 1.4 is no longer new news.
Correct a whitespace formatting issue in the usage text.
Fix a manpage grammar error.
Update change log for the 0.11 release.
Implement generic region decode with typical prediction.
Skip generic regions using TPGDON and issue a warning.
Correct bitmap offsets when setting transposed text.
Make -v print only info-level messages by default.
Improve grammar in the usage message.
Update the COPYING file to the text of the GPLv3.
Have the scons build automatically determine the version string.
Update the version number in the scons build description.
Remove the include of ~/.jamrules.
The jam build no longer requires a config.h.
Remove _parse_ from the segment decode routines.
Add prototypes for the publicly referenced halftone functions.
Build optimized with debugging symbols and all warnings under jam.
Fix a typo in a debug statement.
Clone and release the page images returned to the client.
Check more return codes from jbig2_image_new().
Check for NULL before freeing metadata or symbol segment results.
Document that jbig2_data_in() can return -1 on fatal errors.
Check the return code from jbig2_data_in().
Add the jbig2dec manpage to the automake install and dist targets.
Add a manpage for the jbig2dec example client.
Build a shared library with GNU libtool.
Initialize the pattern dict data offset to zero before first use.
Bump version after the 0.10 release.
Set release date and package version for the 0.10 release.
Add some missing files to the automake build for distribution.
Update changes with major points since the last release.
Bounds check exported symbol run-lengths. CVE-2009-0196.
Fix the jam build to work without config.h.
Provide fallbacks in jbig2dec.c if PACKAGE and VERSION aren't defined.
Add a missing include in the halftone code.
Check the return value of sscanf when parsing pbm dimensions.
Move an eof check out of a while loop where it was never called.
Ask git to ignore normal build products.
Correct a typo in a debug message.
Close the output pbm file after writing to it.
Rename a local variable to avoid shadowing a function argument.
Remove unnecessary header includes.
Remove an unnecessary header include.
Restore the proper size of the huffman symbol length histogram.
Dynamically allocate and initialize the huffman symbol length histogram.
Initialize Jbig2TextRegionParams.sbrat even when it is not used.
Only define vnsprintf on MSVC versions prior to 9.
Protect refinement debug image dumps from the normal debug build.