summaryrefslogtreecommitdiff
path: root/jbig2dec
Commit message (Expand)AuthorAgeFilesLines
* jbig2dec: Avoid warning by copying bytes instead of characters.Sebastian Rasmussen2020-03-201-4/+7
* jbig2dec: Enable warnings for signedness in comparisons.Sebastian Rasmussen2020-03-201-1/+1
* jbig2dec: Address all signedness comparison issues.Sebastian Rasmussen2020-03-208-24/+24
* jbig2dec: Remove trailing whitespace.Sebastian Rasmussen2020-03-204-10/+10
* jbig2dec: Avoid passing NULL buffer to snprintf().Sebastian Rasmussen2020-03-201-16/+13
* jbig2dec: Avoid artificially limiting jbig2dec.Sebastian Rasmussen2020-03-203-169/+0
* Bug 702165: jbig2dec: Treat end of stream as fatal error, and remember errors.Sebastian Rasmussen2020-03-202-26/+54
* jbig2dec: Add overflow detection for IAID context size.Sebastian Rasmussen2020-03-201-2/+11
* jbig2dec: Let arithmetic decoder and the underlying stream report errors.Sebastian Rasmussen2020-03-209-90/+121
* jbig2dec: Handle under-/overflow detection and messaging better.Sebastian Rasmussen2020-03-201-4/+14
* jbig2dec: Use unsigned suffix when defining UINT32_MAX.Sebastian Rasmussen2020-03-207-33/+10
* jbig2dec: Keep type of index and array length the same.Sebastian Rasmussen2020-03-201-1/+1
* jbig2dec: Add more references to specification.Sebastian Rasmussen2020-03-203-3/+6
* jbig2dec: Add command line option to limit memory usage.Sebastian Rasmussen2020-03-201-7/+152
* jbig2dec: Mention all long options in usage and manpage.Sebastian Rasmussen2020-03-202-23/+28
* jbig2dec: Separate command line tool error callback state from parameters.Sebastian Rasmussen2020-03-201-33/+39
* Update jbig2dec stuff for 0.18 release.Sebastian Rasmussen2020-02-123-2/+9
* jbig2dec: Sync memento from ghostscript.Sebastian Rasmussen2020-02-121-0/+1
* 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