summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_huffman.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-1/+1
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-17/+17
* 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-2/+2
* jbig2dec: Let arithmetic decoder and the underlying stream report errors.Sebastian Rasmussen2020-03-201-3/+3
* Coverity 94488: improved detection of uninitialised Jbig2HuffmanEntry.Julian Smith2020-01-101-1/+1
* jbig2dec: Validate range of Huffman Table range values.Sebastian Rasmussen2019-09-051-0/+5
* jbig2dec: Fix leak of huffman decoder state in test code.Sebastian Rasmussen2019-09-051-1/+2
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* jbig2dec: Rephrase jbig2_error() messages.Sebastian Rasmussen2018-07-311-6/+6
* jbig2dec: Cast BMSIZE in symbol dicts to size_t.Sebastian Rasmussen2018-07-241-3/+3
* jbig2dec: Return NULL upon error, avoid returning variable.Sebastian Rasmussen2018-07-131-0/+1
* jbig2dec: Make sure to print fatal error upon detected error.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Make sure to return fatal/warnings when propagating error.Sebastian Rasmussen2018-07-131-0/+2
* jbig2dec: No need to check for NULL in huff_get_next_word, use macro instead.Sebastian Rasmussen2018-07-131-9/+2
* jbig2dec: Enable both huffman tests when running check.Sebastian Rasmussen2018-07-131-54/+90
* jbig2dec: Handle get_next_word() returning error/less than a word.Sebastian Rasmussen2018-07-131-15/+51
* jbig2dec: free/release functions must handle NULL argument.Sebastian Rasmussen2018-07-131-1/+0
* jbig2dec: Directly return jbig2_error(FATAL); they indicate errors.Sebastian Rasmussen2018-07-131-4/+2
* jbig2dec: Return error code from get_next_word().Sebastian Rasmussen2018-07-131-25/+50
* jbig2dec: Avoid NULL-check before jbig2_free()/jbig2_image_release().Sebastian Rasmussen2018-07-131-11/+4
* 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: Rephrase error messages.Sebastian Rasmussen2018-07-131-4/+4
* jbig2dec: Remove unnecessary comments, whitespace and unused code.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Fix typos in error messages and comments.Sebastian Rasmussen2018-07-131-2/+2
* jbig2dec: Fix some cosmetic typos in code/headers/tests.Sebastian Rasmussen2018-04-101-4/+4
* jbig2dec: Remove unnecessary whitespace.Sebastian Rasmussen2018-04-101-1/+1
* Fix signed/unsigned comparison warnings.Tor Andersson2018-03-291-13/+14
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 697693: Prevent SEGV due to integer overflow.Shailesh Mistry2017-05-021-2/+2
* Bug 697531 : Tidy up unused code.Shailesh Mistry2017-02-151-2/+1
* Squash signed/unsigned warnings in MSVC jbig2 build.Robin Watts2016-12-131-5/+5
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-426/+404
* jbig2dec: release huffman table memory properlyChris Liddell2015-09-231-1/+1
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+2079