summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2dec.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* jbig2dec: Improve reporting from custom allocator that limits memory use.Sebastian Rasmussen2021-08-091-20/+45
* jbig2dec: Avoid underflow in custom allocator.Sebastian Rasmussen2021-08-091-29/+22
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* jbig2dec: Need to store local copy of error message.Sebastian Rasmussen2020-04-021-17/+31
* jbig2dec: Handle errors from reading jbig2 streams.Sebastian Rasmussen2020-03-201-4/+21
* jbig2dec: Use size_t for string length.Sebastian Rasmussen2020-03-201-2/+1
* jbig2dec: Avoid formatting error messages twice in error callback.Sebastian Rasmussen2020-03-201-38/+29
* jbig2dec: Pass segment numbers as unsigned values to error callback.Sebastian Rasmussen2020-03-201-7/+7
* jbig2dec: Avoid warning by copying bytes instead of characters.Sebastian Rasmussen2020-03-201-4/+7
* jbig2dec: Avoid passing NULL buffer to snprintf().Sebastian Rasmussen2020-03-201-16/+13
* jbig2dec: Add command line option to limit memory usage.Sebastian Rasmussen2020-03-201-7/+152
* jbig2dec: Mention all long options in usage and manpage.Sebastian Rasmussen2020-03-201-14/+16
* jbig2dec: Separate command line tool error callback state from parameters.Sebastian Rasmussen2020-03-201-33/+39
* jbig2dec: Fix memento interfering with allocator callback names.Sebastian Rasmussen2020-02-081-0/+6
* jbig2dec: Fix leak of log message in command line tool.Sebastian Rasmussen2019-09-051-0/+2
* jbig2dec: Expose version number in header.Sebastian Rasmussen2019-04-101-8/+1
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* jbig2dec: Only print repeated error/warning messages once.Sebastian Rasmussen2018-11-141-2/+56
* jbig2dec: Rephrase jbig2_error() messages.Sebastian Rasmussen2018-07-311-2/+2
* jbig2dec: Always complete a page, attempting decode of problematic streams.Sebastian Rasmussen2018-07-241-7/+7
* jbig2dec: Plug context leak upon errors.Sebastian Rasmussen2018-07-131-2/+2
* jbig2dec: Implement support for outputting multipage PBM files.Sebastian Rasmussen2018-07-131-41/+48
* jbig2dec: When a page fails to complete, handle as an error.Sebastian Rasmussen2018-07-131-1/+3
* jbig2dec: Error callback should not modify jbig2_error() return code.Sebastian Rasmussen2018-07-131-6/+4
* jbig2dec: Add support to process embedded JBIG2 bitstreams.Sebastian Rasmussen2018-07-131-5/+11
* jbig2dec: Create jbig2_image_rw.h with image reading/writing declarations.Sebastian Rasmussen2018-07-131-0/+1
* jbig2dec: Remove unnecessary comments, whitespace and unused code.Sebastian Rasmussen2018-07-131-1/+2
* jbig2dec: Reindent sources in the same way as before.Sebastian Rasmussen2018-07-131-6/+3
* jbig2dec: Improve error handling.Sebastian Rasmussen2018-04-111-16/+25
* jbig2dec: Fix some cosmetic typos in code/headers/tests.Sebastian Rasmussen2018-04-101-5/+5
* Fix 698840: Fix typo in exit code in command-line tool.Sebastian Rasmussen2018-03-201-2/+2
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Plug leak of parameter info in command-line tool.Sebastian Rasmussen2017-08-061-7/+13
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-283/+287
* Close file on error before exitChris Liddell2016-04-081-1/+2
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+519