summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_arith.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
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* jbig2dec: Record stream errors in separate struct field.Sebastian Rasmussen2020-03-211-2/+6
* jbig2dec: Fix signedness conversions.Sebastian Rasmussen2020-03-201-8/+16
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-14/+14
* jbig2dec: Address all signedness comparison issues.Sebastian Rasmussen2020-03-201-2/+2
* Bug 702165: jbig2dec: Treat end of stream as fatal error, and remember errors.Sebastian Rasmussen2020-03-201-24/+52
* jbig2dec: Let arithmetic decoder and the underlying stream report errors.Sebastian Rasmussen2020-03-201-18/+48
* jbig2dec: Add more references to specification.Sebastian Rasmussen2020-03-201-3/+3
* jbig2dec: Simplify jbig2_arith_decode.Robin Watts2020-02-051-17/+25
* jbig2dec: Fix OSS-Fuzz issue 20493Robin Watts2020-02-041-45/+9
* jbig2dec: Declare internal data array static.Sebastian Rasmussen2019-09-051-1/+1
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Bug 699673: jbig2dec: Initialize return code for all cases.Sebastian Rasmussen2018-08-281-1/+3
* jbig2dec: Rephrase jbig2_error() messages.Sebastian Rasmussen2018-07-311-1/+1
* jbig2dec: Remove denial of service check which is no longer needed.Sebastian Rasmussen2018-07-241-6/+0
* jbig2dec: Return NULL upon error, avoid returning variable.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Move arithmetic decoder test logging inside test.Sebastian Rasmussen2018-07-131-9/+9
* jbig2dec: Handle get_next_word() returning error/less than a word.Sebastian Rasmussen2018-07-131-12/+16
* jbig2dec: Return error code from get_next_word().Sebastian Rasmussen2018-07-131-14/+35
* jbig2dec: Indicate success when using arithmetic decoder.Sebastian Rasmussen2018-07-131-0/+2
* jbig2dec: Improve error handling.Sebastian Rasmussen2018-04-111-3/+5
* jbig2dec: Remove unnecessary whitespace.Sebastian Rasmussen2018-04-101-2/+2
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 697531 : Tidy up unused code.Shailesh Mistry2017-02-151-33/+15
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-287/+246
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+445