0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 17 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
jbig2dec: Make sure to return fatal/warnings when propagating error. More... almost 6 years ago
jbig2dec: Make sure to print fatal error upon detected error. More... almost 6 years ago
jbig2dec: Rename jbig2_image_clone() to jbig2_image_reference(). More... almost 6 years ago
jbig2dec: Change types to match those of the parsed data. More... almost 6 years ago
jbig2dec: Return NULL upon error, avoid returning variable. More... almost 6 years ago
jbig2dec: No need to check for NULL in huff_get_next_word, use macro instead. More... almost 6 years ago
jbig2dec: Limit image size to 2GByte and check for overflow. More... almost 6 years ago
jbig2dec: Remove denial of service check which is no longer needed. More... almost 6 years ago
jbig2dec: Rephrase jbig2_error() messages. More... almost 6 years ago
jbig2dec: Unsupported intermediate generic region is now a fatal error. More... almost 6 years ago
jbig2dec: Halftone regions with skip enabled is now a fatal error. More... almost 6 years ago
jbig2dec: Label everything not yet implemented NYI. More... almost 6 years ago
jbig2dec: Validate ASCII characters in metadata comments. More... almost 6 years ago
jbig2dec: Implement support for profile segment. More... almost 6 years ago
jbig2dec: Create jbig2_segment.h with segment declarations. More... almost 6 years ago
WIP: gitignore More... almost 6 years ago
jbig2dec: Reindent sources in the same way as before. More... almost 6 years ago
jbig2dec: Create jbig2_image_rw.h with image reading/writing declarations. More... almost 6 years ago
jbig2dec: Remove non-existing function from header. More... almost 6 years ago
jbig2dec: Create jbig2_refinement.h with refinement declarations. More... almost 6 years ago
jbig2dec: Create jbig2_page.h with page declarations. More... almost 6 years ago
jbig2dec: Add include guards to all headers. More... almost 6 years ago
jbig2dec: Skip over undecoded pages when getting pages. More... almost 6 years ago
jbig2dec: Differentiate between errors/OOB when decoding BMSIZE. More... almost 6 years ago
jbig2dec: Pages without decoded images cannot be completed. More... almost 6 years ago
jbig2dec: Refinement bitmaps without images should be treated as fatal errors. More... almost 6 years ago
jbig2dec: Detect NULL image pointer before trying to take reference. More... almost 6 years ago
jbig2dec: Detected errors should be fatal, not warnings. More... almost 6 years ago
jbig2dec: Rephrase error messages. More... almost 6 years ago
jbig2dec: Remove unnecessary scoping. More... almost 6 years ago