summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2.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: Fix signedness conversions.Sebastian Rasmussen2020-03-201-19/+35
* jbig2dec: Use uint32_t when counting segments.Sebastian Rasmussen2020-03-201-2/+9
* jbig2dec: Always use uint32_t when counting pages.Sebastian Rasmussen2020-03-201-2/+2
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-20/+20
* jbig2dec: Let arithmetic decoder and the underlying stream report errors.Sebastian Rasmussen2020-03-201-3/+4
* Fix some -W -Wall warnings about printf format type mismatches.Julian Smith2019-11-221-1/+1
* Coverity 95049: stop coverity taints for jbig2_get_int16() etc.Julian Smith2019-11-201-3/+8
* Coverity: add additional annotation to jbig2_get_uint32().Julian Smith2019-11-191-0/+1
* Coverity: try using C++ comment style for 'coverity[ -tainted_data_return ]'Julian Smith2019-11-181-2/+2
* Attempt to quieten coverity complaints about tainted data from jbig2_get_int3...Julian Smith2019-11-121-0/+2
* jbig2dec: A small collection of code cleanups.Sebastian Rasmussen2019-09-051-1/+1
* jbig2dec: Check that header version matches library version.Sebastian Rasmussen2019-04-101-1/+10
* jbig2dec: Return allocator once it is retired.Sebastian Rasmussen2019-02-121-4/+6
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* jbig2dec: Avoid dereferencing pointer before it is tested.Sebastian Rasmussen2018-08-281-5/+4
* jbig2dec: When reading past the end of a word stream, return 0.Sebastian Rasmussen2018-08-031-1/+3
* jbig2dec: Initialize entire page structure upon allocation.Sebastian Rasmussen2018-08-031-0/+8
* jbig2dec: Rephrase jbig2_error() messages.Sebastian Rasmussen2018-07-311-8/+8
* jbig2dec: Change overflow check for allocations.Sebastian Rasmussen2018-07-241-3/+5
* jbig2dec: Handle immediate generic regions with unknown height.Sebastian Rasmussen2018-07-191-3/+43
* jbig2dec: Print segment number in messages when available.Sebastian Rasmussen2018-07-161-2/+2
* jbig2dec: Return NULL upon error, avoid returning variable.Sebastian Rasmussen2018-07-131-3/+3
* jbig2dec: Check for T.88 amendments 2/3 bitstreams.Sebastian Rasmussen2018-07-131-0/+6
* jbig2dec: free/release functions must handle NULL argument.Sebastian Rasmussen2018-07-131-1/+5
* jbig2dec: Report warnings if called functions indicate errors.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Error callback should not modify jbig2_error() return code.Sebastian Rasmussen2018-07-131-10/+4
* jbig2dec: Return error code from get_next_word().Sebastian Rasmussen2018-07-131-8/+24
* jbig2dec: Move declarations from jbig2_priv.h to their respective headers.Sebastian Rasmussen2018-07-131-0/+1
* jbig2dec: Create jbig2_segment.h with segment declarations.Sebastian Rasmussen2018-07-131-0/+1
* jbig2dec: Create jbig2_page.h with page declarations.Sebastian Rasmussen2018-07-131-0/+1
* jbig2dec: Rephrase error messages.Sebastian Rasmussen2018-07-131-5/+5
* jbig2dec: Remove unnecessary comments, whitespace and unused code.Sebastian Rasmussen2018-07-131-1/+0
* jbig2dec: Reindent sources in the same way as before.Sebastian Rasmussen2018-07-131-4/+3
* jbig2dec: Improve error handling.Sebastian Rasmussen2018-04-111-1/+11
* jbig2dec: Remove unnecessary whitespace.Sebastian Rasmussen2018-04-101-4/+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-3/+1
* Bug 697531 : Fix decoder error on JBIG2 compressed image.Shailesh Mistry2017-02-081-8/+5
* Squash signed/unsigned warnings in MSVC jbig2 build.Robin Watts2016-12-131-2/+2
* Bug 696786 : Prevent checking too early for buffer overrunMistry2016-05-191-1/+1
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-325/+278
* Move Memento include back into jbig2_priv.hRobin Watts2015-12-181-14/+26
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+483