summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_priv.h
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* jbig2dec: Do not redefine inline until all systemwide headers are included.Sebastian Rasmussen2021-08-091-0/+5
* 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-2/+2
* jbig2dec: Use uint32_t when counting segments.Sebastian Rasmussen2020-03-201-3/+3
* 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-1/+1
* jbig2dec: Let arithmetic decoder and the underlying stream report errors.Sebastian Rasmussen2020-03-201-1/+1
* jbig2dec: Use unsigned suffix when defining UINT32_MAX.Sebastian Rasmussen2020-03-201-0/+10
* jbig2dec: Invite user to define MEMENTO in CFLAGS.Sebastian Rasmussen2020-02-081-3/+2
* jbig2dec: reintroduce gcc attribute that got dropped by accident.Robin Watts2020-01-241-1/+5
* Optimise jbig2_compose_image.Robin Watts2020-01-231-5/+12
* If gcc, make gcc check jbig2_error()'s format string agrees with types of par...Julian Smith2019-11-221-1/+5
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* jbig2dec: Return error code from get_next_word().Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Move declarations from jbig2_priv.h to their respective headers.Sebastian Rasmussen2018-07-131-17/+3
* jbig2dec: Create jbig2_segment.h with segment declarations.Sebastian Rasmussen2018-07-131-13/+0
* jbig2dec: Create jbig2_refinement.h with refinement declarations.Sebastian Rasmussen2018-07-131-1/+0
* jbig2dec: Create jbig2_page.h with page declarations.Sebastian Rasmussen2018-07-131-30/+0
* jbig2dec: Remove non-existing function from header.Sebastian Rasmussen2018-07-131-1/+0
* jbig2dec: Add include guards to all headers.Sebastian Rasmussen2018-07-131-0/+5
* jbig2dec: Reindent sources in the same way as before.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Fix some cosmetic typos in code/headers/tests.Sebastian Rasmussen2018-04-101-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 697531 : Tidy up unused code.Shailesh Mistry2017-02-151-1/+1
* Squash signed/unsigned warnings in MSVC jbig2 build.Robin Watts2016-12-131-2/+2
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-74/+56
* Move Memento include back into jbig2_priv.hRobin Watts2015-12-181-0/+14
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+194