summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_halftone.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 703653: jbig2dec: Use correct freeing function for JBIG2 images.Sebastian Rasmussen2021-03-101-3/+7
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-5/+5
* jbig2dec: Address all signedness comparison issues.Sebastian Rasmussen2020-03-201-9/+7
* jbig2_hd_new(): return error if params->GRAYMAX is large enough that N wraps ...Julian Smith2019-11-121-0/+6
* Bug 701197: jbig2dec: Fix incorrectly computed halftone skip mask.Sebastian Rasmussen2019-09-051-3/+3
* Use common pattern for error detection.Sebastian Rasmussen2019-02-091-2/+2
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* jbig2dec: Fix signed/unsigned mismatches.Sebastian Rasmussen2018-10-301-3/+3
* jbig2dec: Read region segment height/width/x/y as unsigned.Sebastian Rasmussen2018-07-311-1/+1
* jbig2dec: Use accurate references to the specification.Sebastian Rasmussen2018-07-311-6/+6
* jbig2dec: Support up to 16 bit gray-scale image for halftoning.Sebastian Rasmussen2018-07-311-6/+10
* jbig2dec: Use corresponding stride for gray-scale bitplane.Sebastian Rasmussen2018-07-311-1/+1
* jbig2dec: Rephrase jbig2_error() messages.Sebastian Rasmussen2018-07-311-9/+9
* jbig2dec: Implement support for generic region pixel skipping.Sebastian Rasmussen2018-07-311-25/+47
* jbig2dec: Improve halftoning debug message.Sebastian Rasmussen2018-07-191-2/+5
* jbig2dec: Make local functions static.Sebastian Rasmussen2018-07-191-4/+4
* jbig2dec: Change types to match those of the parsed data.Sebastian Rasmussen2018-07-131-3/+3
* jbig2dec: Label everything not yet implemented NYI.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: free/release functions must handle NULL argument.Sebastian Rasmussen2018-07-131-2/+3
* jbig2dec: Report warnings if called functions indicate errors.Sebastian Rasmussen2018-07-131-6/+6
* jbig2dec: Halftone regions with skip enabled is now a fatal error.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Return jbig2_error(WARNING); they indicate errors.Sebastian Rasmussen2018-07-131-17/+8
* jbig2dec: Avoid NULL-check before jbig2_free()/jbig2_image_release().Sebastian Rasmussen2018-07-131-2/+1
* jbig2dec: Move declarations from jbig2_priv.h to their respective headers.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Create jbig2_segment.h with segment declarations.Sebastian Rasmussen2018-07-131-0/+1
* jbig2dec: Create jbig2_page.h with page declarations.Sebastian Rasmussen2018-07-131-0/+1
* jbig2dec: Rephrase error messages.Sebastian Rasmussen2018-07-131-8/+8
* jbig2dec: Remove unnecessary comments, whitespace and unused code.Sebastian Rasmussen2018-07-131-2/+0
* jbig2dec: Fix typos in error messages and comments.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Reindent sources in the same way as before.Sebastian Rasmussen2018-07-131-2/+1
* jbig2dec: Remember to free halftone GB_stats in case of error.Sebastian Rasmussen2018-04-111-0/+1
* jbig2dec: Improve error handling.Sebastian Rasmussen2018-04-111-4/+29
* jbig2dec: Fix some cosmetic typos in code/headers/tests.Sebastian Rasmussen2018-04-101-7/+7
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Squash signed/unsigned warnings in MSVC jbig2 build.Robin Watts2016-12-131-13/+11
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-497/+432
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+675