summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_metadata.c
Commit message (Expand)AuthorAgeFilesLines
* jbig2dec: Remove untested, incomplete metadata handling.Sebastian Rasmussen2018-07-131-190/+0
* jbig2dec: Make private function static.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Validate ASCII characters in metadata comments.Sebastian Rasmussen2018-07-131-3/+25
* jbig2dec: free/release functions must handle NULL argument.Sebastian Rasmussen2018-07-131-0/+3
* jbig2dec: Detected errors should be fatal, not warnings.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Directly return jbig2_error(FATAL); they indicate errors.Sebastian Rasmussen2018-07-131-4/+2
* jbig2dec: Return jbig2_error(WARNING); they indicate errors.Sebastian Rasmussen2018-07-131-10/+5
* 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: Fix typos in error messages and comments.Sebastian Rasmussen2018-07-131-1/+1
* jbig2dec: Reindent sources in the same way as before.Sebastian Rasmussen2018-07-131-2/+1
* jbig2dec: Improve error handling.Sebastian Rasmussen2018-04-111-1/+11
* 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
* Reindent jbig2dec source to follow gs coding style.Tor Andersson2016-04-081-43/+39
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+165