jbig2dec: Simplify cleanup when parsing symbol dictionary.
jbig2dec: Initialize huffman table for size of symbols refinement data.
jbig2dec: Let symbol refinement Y offset use its own huffman table.
jbig2dec: Remember to put all new symbols into ref/agg dictionary.
jbig2dec: Paper over the fact that VS 2010 and earlier may not have SIZE_MAX.
jbig2dec: Check for T.88 amendments 2/3 bitstreams.
jbig2dec: Handle under-/overflow in arithmetic integer decoder.
jbig2dec: Rename variables to closely follow the specification.
jbig2dec: Implement support for resizing image width.
jbig2dec: When extending image use default page color.
jbig2dec: Clarify lack of support for dependency bit.
jbig2dec: Move arithmetic decoder test logging inside test.
jbig2dec: Enable both huffman tests when running check.
jbig2dec: Handle get_next_word() returning error/less than a word.
jbig2dec: free/release functions must handle NULL argument.
jbig2dec: Implement pixel out of field test for refinement regions too.
jbig2dec: Differentiate error messages in generic region decoder.
jbig2dec: Fix and use decoder for template 3 generic regions.
jbig2dec: Handle non-nominal adaptive pixel locations in template 2.
jbig2dec: Handle non-nominal adaptive pixel locations in template 1.
jbig2dec: Fix incorrect adaptive pixel location check.
jbig2dec: Differentiate between errors/OOB when decoding BMSIZE.
jbig2dec: Print errors when out of boundary values occur.
jbig2dec: Check if all arithmetic decoder contexts are initialized.
jbig2dec: Skip over undecoded pages when getting pages.
jbig2dec: Detect NULL image pointer before trying to take reference.
jbig2dec: Rename jbig2_image_clone() to jbig2_image_reference().
jbig2dec: Refinement bitmaps without images should be treated as fatal errors.
jbig2dec: Report warnings if called functions indicate errors.
jbig2dec: Unsupported intermediate generic region is now a fatal error.
jbig2dec: Halftone regions with skip enabled is now a fatal error.
jbig2dec: Detected errors should be fatal, not warnings.
jbig2dec: Remember to free IAID context upon error.
jbig2dec: Free referred to symbol dictionary upon error.
jbig2dec: Pages without decoded images cannot be completed.
jbig2dec: When a page fails to complete, handle as an error.
jbig2dec: Releasing a page cannot not fail.
jbig2dec: Directly return jbig2_error(FATAL); they indicate errors.
jbig2dec: Return jbig2_error(WARNING); they indicate errors.
jbig2dec: Convert debug messages in debug code to warnings.
jbig2dec: Error callback should not modify jbig2_error() return code.
jbig2dec: Only return jbig2_error() for fatal errors/warnings.
jbig2dec: Add support to process embedded JBIG2 bitstreams.
jbig2dec: Remove check for bitmap coding context use.
jbig2dec: Return error code from get_next_word().
jbig2dec: Indicate success when using arithmetic decoder.
jbig2dec: Avoid NULL-check before jbig2_free()/jbig2_image_release().
jbig2dec: Move declarations from jbig2_priv.h to their respective headers.
jbig2dec: Create jbig2_segment.h with segment declarations.
jbig2dec: Create jbig2_refinement.h with refinement declarations.
jbig2dec: Create jbig2_page.h with page declarations.
jbig2dec: Create jbig2_image_rw.h with image reading/writing declarations.
jbig2dec: Remove non-existing function from header.
jbig2dec: Add include guards to all headers.
jbig2dec: Rephrase error messages.
jbig2dec: Remove unnecessary scoping.
jbig2dec: Remove many unnecessary parentheses.
jbig2dec: Remove unnecessary comments, whitespace and unused code.
jbig2dec: Fix typos in error messages and comments.
jbig2dec: Reindent sources in the same way as before.
jbig2dec: Detect data shortage.
jbig2dec: Remember to free halftone GB_stats in case of error.
jbig2dec: Make error messages distinguishable.
jbig2dec: Plug leak of image upon error decoding text region.
jbig2dec: Improve error handling.
jbig2dec: Remove unused return value for setting pixel.
jbig2dec: Remove end of line characters to jbig2_error() messages.
jbig2dec: Fix some cosmetic typos in code/headers/tests.
jbig2dec: Remove unnecessary whitespace.
jbig2dec: Make sure to include stdint.h in the generated config_types.h
Clean up the stdint configuration mess.
Fix undeclared function warning.
Fix signed/unsigned comparison warnings.
Fix 699142: Adaptive pixels can not be pixel to be predicted.
Fix 698839: Remove testcase that cannot be found from testrunner.
Fix 698839: Add hash for testcases that fail to decode anything.
Fix 698839: Have the testsuite runner return the result.
Fix 698839: Set correct checksum for amb_{1,2}.jb2 in test suite.
Fix 698840: Fix typo in exit code in command-line tool.
Fix 699127: JBIG2 adaptive pixels restricted to field.
Fix 699083: Avoid leak in symbol dictionary parsing upon error.
Update copyright notice with new head office address.
Version and dates for jbig2dec release
Allow for symbol dictionary with 0 symbols.
Plug leak of parameter info in command-line tool.
Do not grow page if page height is known.
Bug 697934: Fix SEGV due to error code being ignored.
Bug 697866: Do bounds checking of read data.
Make clipping in image compositing handle underflow.
Fix memory leak in case of error.
Fix double free in error case.
Update URLs in jbig2dec README
Bug 697683: Bounds check before reading from image source data.
Bug 697703: Prevent integer overflow vulnerability.
Bug 697693: Prevent SEGV due to integer overflow.
jbig2dec - refine test for "Denial of Service" images
Add sanity check on image sizes.
Bug 697531 : Tidy up unused code.
Bug 697531 : Fix decoder error on JBIG2 compressed image.
Fix warnings: remove unsigned < 0 tests that are always false.