summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_text.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: Fix memory leak caused by failing to allocate arithmetic coding con...Sebastian Rasmussen2020-06-231-6/+8
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* jbig2dec: Initiate variable before avoids using uninited data during cleanup.Sebastian Rasmussen2020-04-051-3/+3
* jbig2dec: Plug leak of image upon error.Sebastian Rasmussen2020-04-021-15/+24
* jbig2dec: Address all signedness comparison issues.Sebastian Rasmussen2020-03-201-3/+4
* jbig2dec: A small collection of code cleanups.Sebastian Rasmussen2019-09-051-2/+1
* Without enough prefix codes, a Huffman table cannot be generated.Sebastian Rasmussen2019-02-091-1/+3
* Make sure to indicate error upon unexpected OOB.Sebastian Rasmussen2019-02-091-2/+2
* Bug 700384: Indicate error upon error, do not just warn.Sebastian Rasmussen2019-02-091-2/+2
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* jbig2dec: Avoid accessing symbol bitmap width if it is missing.Sebastian Rasmussen2018-08-031-2/+2
* jbig2dec: Ignore missing glyphs when rendering text region.Sebastian Rasmussen2018-07-311-33/+34
* jbig2dec: Rephrase jbig2_error() messages.Sebastian Rasmussen2018-07-311-19/+19
* jbig2dec: Warn on too many symbols in text region, do not report fatal error.Sebastian Rasmussen2018-07-311-1/+1
* jbig2dec: Cast BMSIZE in symbol dicts to size_t.Sebastian Rasmussen2018-07-241-1/+1
* jbig2dec: Warn on out of range symbol IDs, but continue.Sebastian Rasmussen2018-07-191-16/+36
* jbig2dec: Handle text regions without symbol dictionaries.Sebastian Rasmussen2018-07-191-18/+17
* jbig2dec: Free symbol images upon text region parse error.Sebastian Rasmussen2018-07-131-14/+11
* jbig2dec: Make sure to return fatal/warnings when propagating error.Sebastian Rasmussen2018-07-131-8/+8
* jbig2dec: Check for T.88 amendments 2/3 bitstreams.Sebastian Rasmussen2018-07-131-0/+3
* jbig2dec: Rename variables to closely follow the specification.Sebastian Rasmussen2018-07-131-3/+3
* jbig2dec: Handle get_next_word() returning error/less than a word.Sebastian Rasmussen2018-07-131-5/+17
* jbig2dec: Print errors when out of boundary values occur.Sebastian Rasmussen2018-07-131-2/+43
* jbig2dec: Detect NULL image pointer before trying to take reference.Sebastian Rasmussen2018-07-131-2/+2
* jbig2dec: Rename jbig2_image_clone() to jbig2_image_reference().Sebastian Rasmussen2018-07-131-2/+2
* jbig2dec: Report warnings if called functions indicate errors.Sebastian Rasmussen2018-07-131-24/+35
* jbig2dec: Directly return jbig2_error(FATAL); they indicate errors.Sebastian Rasmussen2018-07-131-6/+3
* jbig2dec: Return jbig2_error(WARNING); they indicate errors.Sebastian Rasmussen2018-07-131-4/+2
* jbig2dec: Move declarations from jbig2_priv.h to their respective headers.Sebastian Rasmussen2018-07-131-1/+2
* jbig2dec: Create jbig2_segment.h with segment declarations.Sebastian Rasmussen2018-07-131-0/+1
* jbig2dec: Create jbig2_refinement.h with refinement 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-23/+23
* jbig2dec: Remove many unnecessary parentheses.Sebastian Rasmussen2018-07-131-4/+4
* jbig2dec: Remove unnecessary comments, whitespace and unused code.Sebastian Rasmussen2018-07-131-1/+0
* jbig2dec: Detect data shortage.Sebastian Rasmussen2018-04-111-0/+10
* jbig2dec: Improve error handling.Sebastian Rasmussen2018-04-111-18/+34
* jbig2dec: Fix some cosmetic typos in code/headers/tests.Sebastian Rasmussen2018-04-101-3/+3
* jbig2dec: Remove unnecessary whitespace.Sebastian Rasmussen2018-04-101-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 697866: Do bounds checking of read data.Sebastian Rasmussen2017-05-181-0/+5
* Fix memory leak in case of error.Sebastian Rasmussen2017-05-181-1/+3
* Squash signed/unsigned warnings in MSVC jbig2 build.Robin Watts2016-12-131-8/+8
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-629/+561
* Fix warning: for loop has empty body (semicolon at end of line).Tor Andersson2016-04-081-1/+2
* Bug 694179: Fix memory leak in jbig2decShailesh Mistry2015-12-091-0/+1
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+983