summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_mmr.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
* Searching for a marker in a stream, honor alignmentChris Liddell2020-11-271-3/+16
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* jbig2dec: Adjust number of bytes consumed by MMR decoder.Sebastian Rasmussen2020-04-031-11/+16
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-18/+18
* jbig2dec: Use unsigned suffix when defining UINT32_MAX.Sebastian Rasmussen2020-03-201-4/+0
* jbig2dec: Fix OSS-Fuzz issue 20505.Julian Smith2020-02-031-7/+7
* jbig2dec/jbig2_mmr.c: optimised jbig2_find_changing_element().Julian Smith2020-01-231-6/+125
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* jbig2dec: Ignore negative pixel runs in MMR decoder.Sebastian Rasmussen2018-07-311-20/+40
* jbig2dec: Advance and limit b1 in MMR decoder in a single location.Sebastian Rasmussen2018-07-271-30/+30
* jbig2dec: Remove check for a0 set before scanline in MMR decoder.Sebastian Rasmussen2018-07-271-10/+10
* jbig2dec: Error message in MMR coded data mixed black/white pixel runs.Sebastian Rasmussen2018-07-271-2/+2
* jbig2dec: The MMR runlength tables list error codes, handle those.Sebastian Rasmussen2018-07-271-8/+29
* jbig2dec: Limit scanline index in MMR coded data.Sebastian Rasmussen2018-07-241-6/+8
* jbig2dec: Handle EOFB whether it is required or not.Sebastian Rasmussen2018-07-241-6/+23
* jbig2dec: Print segment number in messages when available.Sebastian Rasmussen2018-07-161-1/+3
* jbig2dec: Avoid accessing bytes outside of MMR decoder line.Tor Andersson2018-07-161-10/+20
* jbig2dec: Return jbig2_error(WARNING); they indicate errors.Sebastian Rasmussen2018-07-131-8/+4
* jbig2dec: Rephrase error messages.Sebastian Rasmussen2018-07-131-10/+10
* jbig2dec: Reindent sources in the same way as before.Sebastian Rasmussen2018-07-131-4/+2
* jbig2dec: Improve error handling.Sebastian Rasmussen2018-04-111-13/+19
* Fix signed/unsigned comparison warnings.Tor Andersson2018-03-291-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* 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-32/+34
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-949/+941
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+1083