shithub: jbig2

RSS feed

b2fb8f74 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/12 14:52
jbig2dec: Validate range of Huffman Table range values.

d2072b4a – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/07 09:29
jbig2dec: Avoid double checks for negative coordinates.

2c89cf17 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/07/02 22:27
jbig2dec: A small collection of code cleanups.

baba53ce – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/21 11:02
jbig2dec: Add all ubc test files.

b99924b0 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/13 23:27
Bug 701197: jbig2dec: Fix incorrectly computed halftone skip mask.

a5e3db56 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/14 11:09
jbig2dec: Avoid duplicate declarations of Huffman tables in test code.

394e3b05 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/14 10:51
jbig2dec: Fix leak of huffman decoder state in test code.

94050e73 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/14 10:50
jbig2dec: Declare internal data array static.

ab161268 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/14 10:47
jbig2dec: Fix leak of log message in command line tool.

772a43f4 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/21 11:02
jbig2dec: Verify file hashes of test files during testing.

e9f34ef5 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/14 10:49
jbig2dec: Expect test files to reside inside jbig2dec directory.

e31d4825 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/14 11:18
jbig2dec: Indent test code by spaces like the rest of the code.

c48d802a – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/14 18:18
jbig2dec: Make tests expect that some test files return white image.

3f91590d – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/06/11 16:29
Bug 698777: jbig2dec: Update information in README.

3be4a40d – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/04/10 16:06
jbig2dec: Improve jbig2dec-specific gitignore.

2fdf7ae4 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/04/10 09:48
jbig2dec: Add pkg-config file and allow for it to be installed.

a8ed5c84 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/04/10 14:23
jbig2dec: Check that header version matches library version.

12c14558 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/04/10 14:00
jbig2dec: Expose version number in header.

1da63d4c – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/04/10 09:44
jbig2dec: Add empty m4 directory to silence libtool warning.

45480204 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/04/10 09:40
jbig2dec: Silence automake warning about setting CFLAGS directly.

93f74bbc – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/04/10 09:39
jbig2dec: Silence automake warning about ar use.

a08d35b9 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/03/05 13:09
jbig2dec: Fix bug where realloc returns NULL.

59be9fea – Chris Liddell <chris.liddell@artifex.com> authored on 2019/04/04 06:44
Update jbig2dec stuff for 0.16 release

c241cf3a – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/02/09 08:34
jbig2dec: Return allocator once it is retired.

36f52628 – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/02/07 23:08
Without enough prefix codes, a Huffman table cannot be generated.

0fca4c1d – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/02/07 23:03
Make sure to indicate error upon unexpected OOB.

39a82096 – Sebastian Rasmussen <sebras@gmail.com> authored on 2018/12/07 13:12
Clarify the element size of GR_stats when memsetting.

e84ccfbd – Sebastian Rasmussen <sebras@gmail.com> authored on 2019/02/07 23:15
Use common pattern for error detection.

632bada9 – Sebastian Rasmussen <sebras@gmail.com> authored on 2018/12/07 13:12
Bug 700384: Indicate error upon error, do not just warn.

88c8ff2d – Chris Liddell <chris.liddell@artifex.com> authored on 2019/01/16 10:10
Update source/header file copyright notice to 2019

33429154 – Robin Watts <robin.watts@artifex.com> authored on 2018/11/16 12:56
Bug 700205: Bring jbig2dec's copy of memento up to date.

b22b368f – Sebastian Rasmussen <sebras@gmail.com> authored on 2018/11/12 23:18
jbig2dec: Only print repeated error/warning messages once.