summaryrefslogtreecommitdiff
path: root/jbig2dec
Commit message (Expand)AuthorAgeFilesLines
* Fix some -W -Wall warnings about printf format type mismatches.Julian Smith2019-11-222-2/+2
* Coverity 350198: fixed jbig2_error() printf format / type mismatches.Julian Smith2019-11-221-5/+5
* Coverity 350185: fix printf format type mismatch.Julian Smith2019-11-221-1/+1
* If gcc, make gcc check jbig2_error()'s format string agrees with types of par...Julian Smith2019-11-221-1/+5
* Coverity 95049: stop coverity taints for jbig2_get_int16() etc.Julian Smith2019-11-201-3/+8
* Coverity 350210: removed superflous extra param to jbig2_error().Julian Smith2019-11-201-1/+1
* Coverity: add additional annotation to jbig2_get_uint32().Julian Smith2019-11-191-0/+1
* Coverity: try using C++ comment style for 'coverity[ -tainted_data_return ]'Julian Smith2019-11-181-2/+2
* jbig2_hd_new(): return error if params->GRAYMAX is large enough that N wraps ...Julian Smith2019-11-121-0/+6
* Attempt to quieten coverity complaints about tainted data from jbig2_get_int3...Julian Smith2019-11-121-0/+2
* Update jbig2dec stuff for 0.17 release.Sebastian Rasmussen2019-09-163-2/+14
* jbig2dec: Use the same contact information everywhere.Sebastian Rasmussen2019-09-163-5/+10
* jbig2dec: Validate coordinates when add image onto page.Sebastian Rasmussen2019-09-051-0/+6
* jbig2dec: Avoid extending page image beyond INT_MAX pixels high.Sebastian Rasmussen2019-09-051-1/+10
* jbig2dec: Validate range of Huffman Table range values.Sebastian Rasmussen2019-09-051-0/+5
* jbig2dec: Avoid double checks for negative coordinates.Sebastian Rasmussen2019-09-051-14/+0
* jbig2dec: A small collection of code cleanups.Sebastian Rasmussen2019-09-053-4/+3
* jbig2dec: Add all ubc test files.Sebastian Rasmussen2019-09-051-81/+70
* Bug 701197: jbig2dec: Fix incorrectly computed halftone skip mask.Sebastian Rasmussen2019-09-051-3/+3
* jbig2dec: Avoid duplicate declarations of Huffman tables in test code.Sebastian Rasmussen2019-09-055-297/+346
* jbig2dec: Fix leak of huffman decoder state in test code.Sebastian Rasmussen2019-09-051-1/+2
* jbig2dec: Declare internal data array static.Sebastian Rasmussen2019-09-051-1/+1
* jbig2dec: Fix leak of log message in command line tool.Sebastian Rasmussen2019-09-051-0/+2
* jbig2dec: Verify file hashes of test files during testing.Sebastian Rasmussen2019-09-051-0/+8
* jbig2dec: Expect test files to reside inside jbig2dec directory.Sebastian Rasmussen2019-09-051-27/+27
* jbig2dec: Indent test code by spaces like the rest of the code.Sebastian Rasmussen2019-09-051-48/+48
* jbig2dec: Make tests expect that some test files return white image.Sebastian Rasmussen2019-09-051-2/+3
* Bug 698777: jbig2dec: Update information in README.Sebastian Rasmussen2019-06-111-8/+9
* jbig2dec: Improve jbig2dec-specific gitignore.Sebastian Rasmussen2019-04-101-3/+37
* jbig2dec: Add pkg-config file and allow for it to be installed.Sebastian Rasmussen2019-04-103-1/+15
* jbig2dec: Check that header version matches library version.Sebastian Rasmussen2019-04-102-3/+18
* jbig2dec: Expose version number in header.Sebastian Rasmussen2019-04-105-13/+10
* jbig2dec: Add empty m4 directory to silence libtool warning.Sebastian Rasmussen2019-04-101-0/+2
* jbig2dec: Silence automake warning about setting CFLAGS directly.Sebastian Rasmussen2019-04-101-1/+1
* jbig2dec: Silence automake warning about ar use.Sebastian Rasmussen2019-04-101-0/+1
* jbig2dec: Fix bug where realloc returns NULL.Sebastian Rasmussen2019-04-101-2/+5
* Update jbig2dec stuff for 0.16 releaseChris Liddell2019-04-044-4/+4
* jbig2dec: Return allocator once it is retired.Sebastian Rasmussen2019-02-123-6/+15
* Without enough prefix codes, a Huffman table cannot be generated.Sebastian Rasmussen2019-02-091-1/+3
* Make sure to indicate error upon unexpected OOB.Sebastian Rasmussen2019-02-091-2/+2
* Clarify the element size of GR_stats when memsetting.Sebastian Rasmussen2019-02-091-1/+1
* Use common pattern for error detection.Sebastian Rasmussen2019-02-091-2/+2
* Bug 700384: Indicate error upon error, do not just warn.Sebastian Rasmussen2019-02-091-2/+2
* Update source/header file copyright notice to 2019Chris Liddell2019-01-1638-38/+38
* Bug 700205: Bring jbig2dec's copy of memento up to date.Robin Watts2018-11-162-625/+2232
* jbig2dec: Only print repeated error/warning messages once.Sebastian Rasmussen2018-11-141-2/+56
* jbig2dec: Fix signed/unsigned mismatches.Sebastian Rasmussen2018-10-302-7/+7
* Update files for jbig2dec release 0.15Chris Liddell2018-09-034-3/+8
* Bug 699673: jbig2dec: Initialize return code for all cases.Sebastian Rasmussen2018-08-281-1/+3
* jbig2dec: Avoid dereferencing pointer before it is tested.Sebastian Rasmussen2018-08-281-5/+4