0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update copyright dates on new files.
Ralph Giles
as giles
More... about 21 years ago
Add support for ASCII-format comment extension segments. So far it's just useful for printing out the contents through the error callback; eventually there should be a public interface of the metadata tables and references from the associated ctx/page/segments.
Ralph Giles
as giles
More... about 21 years ago
Code cleanup: re-order a buffer-size check in the segement header parser to avoid a memory leak on failure.
Ralph Giles
as giles
More... about 21 years ago
Switch to automake 1.7 and move the options to Makefile.am.
Ralph Giles
as giles
More... about 21 years ago
Remove the check for malloc. Since we're assuming C99, it will definitely be there, and recent versions of autoconf expect to be able to substitute a wrapper than handles malloc(0) a feature we don't depend on.
Ralph Giles
as giles
More... about 21 years ago
Correct a typo in the previous commit.
Ralph Giles
as giles
More... about 21 years ago
Try to make autogen.sh smarter about automake version mismatch.
Ralph Giles
as giles
More... about 21 years ago
Correct some accidentally-introduced line breaks in the sha1 code.
Ralph Giles
as giles
More... over 21 years ago
Debug message for "referred to segment" had an extra level of redirection. More... over 21 years ago
Fixes: make find_segment search globals, and also fix off-by-one. Disable memcpy optimization in jbig2_image_compose, because it's not always valid. More... over 21 years ago
Use a namespace-prefixed, more verbose name for the MMR huffman tables. They were of course conflicting with their counterparts in Ghostscript.
Ralph Giles
as giles
More... over 21 years ago
Add double-include protection to the public header.
Ralph Giles
as giles
More... over 21 years ago
Provide a default error handler if the client doesn't specify one, analogous to what we do with the allocator. Also, check for failure of the initial context allocator and improve api description in the public header file.
Ralph Giles
as giles
More... over 21 years ago
add some files to cvsignore
Ralph Giles
as giles
More... over 21 years ago
Add the three-page test file from appendix h of the jbig2 spec. This version was extracted from the final candidate draft but is identical to the officially ratified versions.
Ralph Giles
as giles
More... over 21 years ago
document portability fixes
Ralph Giles
as giles
More... almost 22 years ago
Remove //-style comments for the benifit of those not using gcc.
Ralph Giles
as giles
More... almost 22 years ago
checkpoint commit: do-nothing -t option for setting output file type.
Ralph Giles
as giles
More... almost 22 years ago
Prepend -lpng -lz to LIBS to preserve link order dependencies.
Ralph Giles
as giles
More... almost 22 years ago
correct order of pow() check
Ralph Giles
as giles
More... almost 22 years ago
Add a --with-libpng[=prefix] option. This can be used to specify the prefix where libpng is installed (assuming prefix/include, prefix/lib) if it's not on the default search path. It can also be used (as --without-libpng) to explicitely disable the png output option.
Ralph Giles
as giles
More... almost 22 years ago
libpng calls pow() which on some systems means we need -lm.
Ralph Giles
as giles
More... almost 22 years ago
Remove //-style comments.
Ralph Giles
as giles
More... almost 22 years ago
Declare the test vector (strings) as char instead of unsigned char. We already cast to (uint8_t*) before passing to the hash routines, and the declaration caused a signed/unsigned warning in strlen() on some systems. Thanks to Tom Kacvinsky for this one.
Ralph Giles
as giles
More... almost 22 years ago
remove spurious semicolon. thanks to Tom Kacvinsky for catching this.
Ralph Giles
as giles
More... almost 22 years ago
Fix up file-ending newlines. After a patch from Tom Kacvinsky.
Ralph Giles
as giles
More... almost 22 years ago
refine const ** to const * const * to avoid warnings.
Ralph Giles
as giles
More... almost 22 years ago
Use callbacks for writing png data out to a file. This is necessary when dynamically linking to libpng on win32 when different run-times are used for each library. Patch from Russell Lang.
Ralph Giles
as giles
More... almost 22 years ago
bump version post release
Ralph Giles
as giles
More... almost 22 years ago
cvsignore additions
Ralph Giles
as giles
More... almost 22 years ago