summaryrefslogtreecommitdiff
path: root/jbig2dec
Commit message (Expand)AuthorAgeFilesLines
...
* jbig2dec: Invite user to define MEMENTO in CFLAGS.Sebastian Rasmussen2020-02-081-3/+2
* jbig2dec: Fix compilation issues with memento build.Sebastian Rasmussen2020-02-081-1/+2
* jbig2dec: Fix memento interfering with allocator callback names.Sebastian Rasmussen2020-02-081-0/+6
* jbig2dec: Sync memento from ghostscript.Sebastian Rasmussen2020-02-082-31/+148
* jbig2dec: Simplify jbig2_arith_decode.Robin Watts2020-02-056-116/+109
* jbig2dec: Fix OSS-Fuzz issue 20493Robin Watts2020-02-041-45/+9
* jbig2dec: Fix OSS-Fuzz issue 20505.Julian Smith2020-02-031-7/+7
* jbig2dec: Fix OSS-Fuzz issue 20493Robin Watts2020-02-031-0/+2
* Further optimisations to jbig2_decode_generic functions.Robin Watts2020-01-301-243/+362
* Solve warnings in jbig2_image.h.Robin Watts2020-01-302-38/+40
* jbig2dec: Fix OSS-Fuzz issue 20358Robin Watts2020-01-291-3/+3
* Fix jbig2dec compilation when inline is not defined.Ken Sharp2020-01-292-0/+14
* Fix OSS-Fuzz issue 20332: buffer overflow in jbig2_image_compose.Robin Watts2020-01-271-0/+12
* Further optimisation to jbig2_decode_generic_template0_TPGDON.Robin Watts2020-01-271-0/+63
* Further optimisations to jbig2_decode_generic_template0_TPGDON.Robin Watts2020-01-272-13/+22
* jbig2dec: Optimise jbig2_decode_generic_template0_TPGDONRobin Watts2020-01-272-18/+111
* jbig2dec: Fix whitespace issues from jbig2_image.cRobin Watts2020-01-241-26/+24
* jbig2dec: reintroduce gcc attribute that got dropped by accident.Robin Watts2020-01-241-1/+5
* jbig2dec/jbig2_mmr.c: optimised jbig2_find_changing_element().Julian Smith2020-01-231-6/+125
* jbig2dec: Insert missing "inline" in templating.Robin Watts2020-01-231-1/+1
* Optimise jbig2_compose_image.Robin Watts2020-01-232-159/+258
* Coverity 94488: improved detection of uninitialised Jbig2HuffmanEntry.Julian Smith2020-01-101-1/+1
* Reinstate basic regular expression compatibilityChris Liddell2019-12-101-1/+1
* 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