shithub: jbig2

RSS feed

429b6ab2 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/05/08 10:50
lgtm.com issue: Add some missing "repeat include" guards.

28d7e993 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/04/17 12:22
Bug 702335: jbig2dec: Refill input buffer upon failure to parse segment header.

80ddfe36 – Chris Liddell <chris.liddell@artifex.com> authored on 2020/04/09 14:07
Update copyright to 2020

778862c2 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/04/05 08:24
jbig2dec: Initiate variable before avoids using uninited data during cleanup.

dc14b5a6 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/27 01:41
jbig2dec: Adjust number of bytes consumed by MMR decoder.

0665a13d – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/26 10:20
jbig2dec: Plug leak of image upon error.

3fd58726 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/24 21:12
jbig2dec: Need to store local copy of error message.

4b0abdb8 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/21 14:08
jbig2dec: Cast literal to avoid shifting outside of valid range.

e7362ca3 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/21 12:49
jbig2dec: Record stream errors in separate struct field.

a070ed1f – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/21 11:59
jbig2dec: Use correct define for maxium value of type.

e360e8f2 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/21 12:20
jbig2dec: Fix two overlooked warnings.

e69f9a2a – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/11 22:54
jbig2dec: Fix signedness conversions.

c9d7eeee – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/11 20:27
jbig2dec: Use uint32_t when counting segments.

fc94c421 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/11 20:26
jbig2dec: Always use uint32_t when counting pages.

caeaa2c6 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/11 16:56
jbig2dec: Handle errors from reading jbig2 streams.

c1621123 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/11 16:55
jbig2dec: Use size_t for string length.

4ab96fef – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/11 14:42
jbig2dec: Avoid formatting error messages twice in error callback.

1a5457ac – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/11 12:35
jbig2dec: Pass segment numbers as unsigned values to error callback.

3effe5c3 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/10/16 21:48
Bug 701721: jbig2dec: Fix under/overflow handling in arithmetic integer decoder.

17246f7e – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/10/01 14:08
jbig2dec: Avoid warning by copying bytes instead of characters.

483249ce – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/29 13:10
jbig2dec: Enable warnings for signedness in comparisons.

40357b4f – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/29 08:09
jbig2dec: Address all signedness comparison issues.

f80c59f5 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/29 08:09
jbig2dec: Remove trailing whitespace.

b7ea9085 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/29 12:26
jbig2dec: Avoid passing NULL buffer to snprintf().

52ea8006 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 13:07
jbig2dec: Avoid artificially limiting jbig2dec.

d2fefa97 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 15:01
Bug 702165: jbig2dec: Treat end of stream as fatal error, and remember errors.

f6d32687 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 14:12
jbig2dec: Add overflow detection for IAID context size.

346a90f1 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 13:58
jbig2dec: Let arithmetic decoder and the underlying stream report errors.

87369441 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 13:31
jbig2dec: Handle under-/overflow detection and messaging better.

05f5d7ec – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/03/16 18:56
jbig2dec: Use unsigned suffix when defining UINT32_MAX.

08c3f83f – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 13:19
jbig2dec: Keep type of index and array length the same.

3397c507 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 12:57
jbig2dec: Add more references to specification.

f9d37c7c – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 11:52
jbig2dec: Add command line option to limit memory usage.

26e1f480 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 11:52
jbig2dec: Mention all long options in usage and manpage.

7c1c2780 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/15 11:45
jbig2dec: Separate command line tool error callback state from parameters.

7e45faa8 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/02/11 19:24
Update jbig2dec stuff for 0.18 release.

0c5c418e – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/02/11 19:27
jbig2dec: Sync memento from ghostscript.

57da6e3e – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/29 12:59
jbig2dec: Invite user to define MEMENTO in CFLAGS.

55eefa29 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/09/29 12:55
jbig2dec: Fix compilation issues with memento build.

95609cbc – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/10/17 08:11
jbig2dec: Fix memento interfering with allocator callback names.

dc2f2769 – Sebastian Rasmussen <sebras@gmail.com> authored on 2020/02/07 22:18
jbig2dec: Sync memento from ghostscript.

f5d16095 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/02/05 06:53
jbig2dec: Simplify jbig2_arith_decode.

e20979d9 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/02/03 06:06
jbig2dec: Fix OSS-Fuzz issue 20493

834b90bd – Julian Smith <jules@op59.net> authored on 2020/02/03 11:29
jbig2dec: Fix OSS-Fuzz issue 20505.

743d799b – Robin Watts <Robin.Watts@artifex.com> authored on 2020/02/03 06:06
jbig2dec: Fix OSS-Fuzz issue 20493

9d1f28c1 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/29 10:34
Further optimisations to jbig2_decode_generic functions.

7a48d608 – Robin Watts <Robin.Watts@artifex.com> authored on 2020/01/29 10:21
Solve warnings in jbig2_image.h.

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.