shithub: jbig2

RSS feed

ce3e3aa7 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/29 07:40
jbig2dec: Fix OSS-Fuzz issue 20358

5991310f – Ken Sharp <ken.sharp@artifex.com> authored on 2020/01/29 05:00
Fix jbig2dec compilation when inline is not defined.

0726320a – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/27 05:12
Fix OSS-Fuzz issue 20332: buffer overflow in jbig2_image_compose.

b2686b34 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/23 09:45
Further optimisation to jbig2_decode_generic_template0_TPGDON.

4b88931b – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/23 07:55
Further optimisations to jbig2_decode_generic_template0_TPGDON.

8a5ad7cc – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/23 07:09
jbig2dec: Optimise jbig2_decode_generic_template0_TPGDON

190fc319 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/24 13:08
jbig2dec: Fix whitespace issues from jbig2_image.c

6ccfb01b – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/24 13:00
jbig2dec: reintroduce gcc attribute that got dropped by accident.

583c3db6 – Julian Smith <jules@op59.net> authored on 2020/01/22 07:24
jbig2dec/jbig2_mmr.c: optimised jbig2_find_changing_element().

7f47c8e2 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/23 05:39
jbig2dec: Insert missing "inline" in templating.

c3134491 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/21 13:16
Optimise jbig2_compose_image.

060a2afa – Julian Smith <jules@op59.net> authored on 2020/01/09 12:14
Coverity 94488: improved detection of uninitialised Jbig2HuffmanEntry.

f08c5d88 – Chris Liddell <chris.liddell@artifex.com> authored on 2019/12/10 10:37
Reinstate basic regular expression compatibility

7fd8021b – Julian Smith <jules@op59.net> authored on 2019/11/21 13:39
Fix some -W -Wall warnings about printf format type mismatches.

674d8f53 – Julian Smith <jules@op59.net> authored on 2019/11/21 12:16
Coverity 350198: fixed jbig2_error() printf format / type mismatches.

80576e0a – Julian Smith <jules@op59.net> authored on 2019/11/21 11:52
Coverity 350185: fix printf format type mismatch.

15cde40a – Julian Smith <jules@op59.net> authored on 2019/11/21 11:49
If gcc, make gcc check jbig2_error()'s format string agrees with types of parameters.

7d76ed65 – Julian Smith <jules@op59.net> authored on 2019/11/20 06:04
Coverity 95049: stop coverity taints for jbig2_get_int16() etc.

91de28f1 – Julian Smith <jules@op59.net> authored on 2019/11/20 05:34
Coverity 350210: removed superflous extra param to jbig2_error().

aeb4fed3 – Julian Smith <jules@op59.net> authored on 2019/11/19 08:06
Coverity: add additional annotation to jbig2_get_uint32().

7c9bb193 – Julian Smith <jules@op59.net> authored on 2019/11/18 06:25
Coverity: try using C++ comment style for 'coverity[ -tainted_data_return ]'

7d4b97ec – Julian Smith <jules@op59.net> authored on 2019/11/12 10:51
jbig2_hd_new(): return error if params->GRAYMAX is large enough that N wraps to zero.

787ec89d – Julian Smith <jules@op59.net> authored on 2019/11/12 10:48
Attempt to quieten coverity complaints about tainted data from jbig2_get_int32() and jbig2_get_uint32().

c811c5a8 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/16 14:53
Update jbig2dec stuff for 0.17 release.