summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_image.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* jbig2dec: Add casts to silence a compiler warning.Sebastian Rasmussen2020-11-071-2/+2
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-11/+11
* jbig2dec: Use unsigned suffix when defining UINT32_MAX.Sebastian Rasmussen2020-03-201-7/+0
* Fix OSS-Fuzz issue 20332: buffer overflow in jbig2_image_compose.Robin Watts2020-01-271-0/+12
* jbig2dec: Fix whitespace issues from jbig2_image.cRobin Watts2020-01-241-26/+24
* jbig2dec: Insert missing "inline" in templating.Robin Watts2020-01-231-1/+1
* Optimise jbig2_compose_image.Robin Watts2020-01-231-154/+246
* jbig2dec: Avoid double checks for negative coordinates.Sebastian Rasmussen2019-09-051-14/+0
* jbig2dec: Fix bug where realloc returns NULL.Sebastian Rasmussen2019-04-101-2/+5
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* jbig2dec: Rephrase jbig2_error() messages.Sebastian Rasmussen2018-07-311-8/+6
* jbig2dec: Limit image size to 2GByte and check for overflow.Sebastian Rasmussen2018-07-241-14/+17
* jbig2dec: Fix composing subset of image onto destination.Sebastian Rasmussen2018-07-191-1/+20
* jbig2dec: Attempting to compose NULL on a page is silently accepted.Sebastian Rasmussen2018-07-191-0/+3
* jbig2dec: Avoid accessing bytes outside of MMR decoder line.Tor Andersson2018-07-161-2/+1
* jbig2dec: Implement support for resizing image width.Sebastian Rasmussen2018-07-131-2/+28
* jbig2dec: When extending image use default page color.Sebastian Rasmussen2018-07-131-2/+3
* jbig2dec: free/release functions must handle NULL argument.Sebastian Rasmussen2018-07-131-3/+4
* jbig2dec: Rename jbig2_image_clone() to jbig2_image_reference().Sebastian Rasmussen2018-07-131-2/+2
* jbig2dec: Rephrase error messages.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Remove unnecessary comments, whitespace and unused code.Sebastian Rasmussen2018-07-131-9/+0
* jbig2dec: Reindent sources in the same way as before.Sebastian Rasmussen2018-07-131-13/+13
* jbig2dec: Improve error handling.Sebastian Rasmussen2018-04-111-1/+1
* jbig2dec: Remove unused return value for setting pixel.Sebastian Rasmussen2018-04-101-5/+3
* jbig2dec: Remove end of line characters to jbig2_error() messages.Sebastian Rasmussen2018-04-101-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Make clipping in image compositing handle underflow.Sebastian Rasmussen2017-05-181-8/+28
* Bug 697683: Bounds check before reading from image source data.Shailesh Mistry2017-05-101-1/+2
* Add sanity check on image sizes.Robin Watts2017-03-011-0/+7
* Fix warnings: remove unsigned < 0 tests that are always false.Tor Andersson2016-12-141-1/+1
* Squash signed/unsigned warnings in MSVC jbig2 build.Robin Watts2016-12-131-16/+16
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-205/+202
* Squash Warnings: JBig2Robin Watts2016-01-041-3/+4
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+357