RSS feed
362445ce
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/04/01 16:57
Implement the '-t' option for setting the output file format.
e07cbaf8
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/04/01 16:00
Allocate sufficient memory for the referred-to segment list.
f5ff079d
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/04/01 15:56
Add some additional comments.
5e95bfa1
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/31 16:27
Abstract common build rules to a separate makefile to facilitate building into ghostscript.
96f6a873
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/24 19:17
add some comments
8f68c407
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/23 17:24
Mention the new subversion repository.
65b4b234
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/10 09:44
add a debug message about segment page association
f93bc27c
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/05 09:29
Make jbig2_find_segment() part of the public api and move it to jbig2_segment.c.
ce9531e0
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/05 07:25
correct a nested debug #ifdef
c63db75d
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/04 22:32
Update copyright dates on new files.
22881a46
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/04 21:44
Add support for ASCII-format comment extension segments. So far it's just
4f74ab25
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/04 12:29
Code cleanup: re-order a buffer-size check in the segement header parser to avoid a memory leak on
21c62259
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/04 11:52
Switch to automake 1.7 and move the options to Makefile.am.
274ae8d1
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/04 11:15
Remove the check for malloc. Since we're assuming C99, it will definitely be there, and recent
cb59bb24
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/04 10:39
Correct a typo in the previous commit.
e6ad7853
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/03/04 10:24
Try to make autogen.sh smarter about automake version mismatch.
cfe0afbb
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/02/11 17:59
Correct some accidentally-introduced line breaks in the sha1 code.
5fb176e3
– raph <raph@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/02/07 00:14
Debug message for "referred to segment" had an extra level of
376546a6
– raph <raph@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/02/07 00:06
Fixes: make find_segment search globals, and also fix off-by-one.
5e048fb2
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/02/05 10:27
Use a namespace-prefixed, more verbose name for the MMR huffman tables. They
fce47c5b
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/02/05 10:09
Add double-include protection to the public header.
66d05e3c
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/02/03 15:04
Provide a default error handler if the client doesn't specify one,
8fd3ed86
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2003/01/27 11:49
add some files to cvsignore
5df2b837
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2002/11/14 07:19
Add the three-page test file from appendix h of the jbig2 spec. This version
f24a7a84
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2002/08/15 10:57
document portability fixes
73934fd9
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2002/08/15 10:54
Remove //-style comments for the benifit of those not using gcc.
c6d9d6dd
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2002/08/15 09:52
checkpoint commit: do-nothing -t option for setting output file type.
771b3b4d
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2002/08/15 07:55
Prepend -lpng -lz to LIBS to preserve link order dependencies.
f5911b3c
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2002/08/14 12:58
correct order of pow() check
d113ae21
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2002/08/14 12:07
Add a --with-libpng[=prefix] option. This can be used to specify the
63165e5f
– giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
authored
on 2002/08/14 10:21
libpng calls pow() which on some systems means we need -lm.
/sys/lib/shithub/common.rc:53: mtime: file does not exist: './mtime'
/sys/lib/shithub/common.rc:53: awk: file does not exist: './awk'
/sys/lib/shithub/common.rc:53: date: file does not exist: './date'
/sys/lib/shithub/common.rc:7: sed: file does not exist: './sed'
/sys/lib/shithub/common.rc:55: echo: file does not exist: './echo'
/sys/lib/shithub/common.rc:55: awk: file does not exist: './awk'
/sys/lib/shithub/common.rc:56: test: file does not exist: './test'
/sys/lib/shithub/common.rc:58: null list in concatenation