summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_refinement.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
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-4/+4
* jbig2dec: Let arithmetic decoder and the underlying stream report errors.Sebastian Rasmussen2020-03-201-12/+12
* jbig2dec: Simplify jbig2_arith_decode.Robin Watts2020-02-051-20/+17
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* jbig2dec: Read region segment height/width/x/y as unsigned.Sebastian Rasmussen2018-07-311-1/+1
* jbig2dec: Rephrase jbig2_error() messages.Sebastian Rasmussen2018-07-311-6/+6
* jbig2dec: Print segment number in messages when available.Sebastian Rasmussen2018-07-161-12/+12
* jbig2dec: Rename variables to closely follow the specification.Sebastian Rasmussen2018-07-131-22/+22
* jbig2dec: Implement pixel out of field test for refinement regions too.Sebastian Rasmussen2018-07-131-1/+19
* jbig2dec: Detect NULL image pointer before trying to take reference.Sebastian Rasmussen2018-07-131-2/+2
* jbig2dec: Rename jbig2_image_clone() to jbig2_image_reference().Sebastian Rasmussen2018-07-131-6/+6
* jbig2dec: Refinement bitmaps without images should be treated as fatal errors.Sebastian Rasmussen2018-07-131-0/+2
* jbig2dec: Report warnings if called functions indicate errors.Sebastian Rasmussen2018-07-131-4/+4
* jbig2dec: Convert debug messages in debug code to warnings.Sebastian Rasmussen2018-07-131-2/+2
* jbig2dec: Only return jbig2_error() for fatal errors/warnings.Sebastian Rasmussen2018-07-131-2/+2
* jbig2dec: Create jbig2_segment.h with segment declarations.Sebastian Rasmussen2018-07-131-0/+1
* jbig2dec: Create jbig2_refinement.h with refinement 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-5/+5
* jbig2dec: Remove unnecessary scoping.Sebastian Rasmussen2018-07-131-5/+3
* jbig2dec: Remove unnecessary comments, whitespace and unused code.Sebastian Rasmussen2018-07-131-10/+0
* jbig2dec: Improve error handling.Sebastian Rasmussen2018-04-111-13/+46
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 697531 : Tidy up unused code.Shailesh Mistry2017-02-151-14/+1
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-451/+383
* Squash Warnings: JBig2Robin Watts2016-01-041-1/+1
* Bug 696052: Check that cloned image exists before proceeding further.Shailesh Mistry2015-09-221-0/+3
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+586