summaryrefslogtreecommitdiff
path: root/gs/jbig2dec
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Bug 693025: Updated patch from Zeniko to fix various crashes and leaksShailesh Mistry7-16/+38
2012-05-09Remove a couple of derived files from jbig2dec.Chris Liddell1-263/+263
2012-05-04Bring the gs/jbig2dec directory in line with jbig2dec repos.Chris Liddell17-11189/+21453
2012-02-09Bug 690974: This patch from Gorac implements the generic refinement regionShailesh Mistry1-2/+113
2012-02-08Bug 690870: This patch prevents the image compositing occurring if the srcShailesh Mistry1-1/+10
2012-01-25Bug 691254: This patch prevents the seg fault in Jbig2_042_14.pdf.Shailesh Mistry2-43/+77
2012-01-24Tweak jbig2dec to cope better with NULLs.Robin Watts1-2/+6
2012-01-13Bug 691230, basic jbig2 halftone image support.Henry Stiles5-52/+409
2012-01-10Bug 691267: Check all realloc error paths.Shailesh Mistry5-15/+9
2011-11-29Bug 691267: jbig2dec needs to check malloc() return valuesShailesh Mistry14-315/+699
2011-11-20Fix 691958: check for an image before marking a page complete.Shailesh Mistry1-3/+8
2011-06-01Tweak jbig2dec os_types.h for android mupdf build.Robin Watts1-1/+1
2011-05-11Fixes bug #689870 - add proper big endian number accessors.Henry Stiles7-29/+52
2011-05-11Fixes 690889, potential null dereference.Henry Stiles1-1/+1
2010-08-11Fix bug # 691532. Do not attempt to clone an image that does not exist, each...Henry Stiles1-3/+12
2010-07-30On Tru64 the integer types are in inttypes.h and not in stdint.h as in VMSTill Kamppeter1-1/+1
2010-07-20Add support for user defined huffman table.Masaki Ushizaka5-40/+307
2010-07-20Catching up to the latest jbig2dec source.Masaki Ushizaka19-69/+114
2010-06-29switch autoconf png test away from testing for a soon-to-be-obsolete routine ...Hin-Tak Leung1-1/+1
2010-06-22Fix for bug 689836 and 691248.Masaki Ushizaka1-25/+32
2010-06-22Added test code for every line of each standard huffman tables.Masaki Ushizaka1-0/+1350
2010-05-20Avoid raw carriage returns in configure which confuses svnHin-Tak Leung1-1/+1
2010-05-19Follow-up to r11278. Removing jbig2dec/config.h.Masaki Ushizaka1-113/+0
2010-05-15try to make 'make -f base/unix-gcc.mak so' workHin-Tak Leung1-0/+7
2010-05-14uint8_t type located in usual header on HP-UX needed for jbig2dec ; bug 688184Hin-Tak Leung1-0/+4
2010-04-21A fix for a regression introduced by r11074 (bug 690094).Masaki Ushizaka1-1/+1
2010-04-15A fix for 690094, "missing letters replaced by little vertical lines".Masaki Ushizaka1-2/+3
2010-04-14Fixed jbig2dec command getopt() parameter for -v option. Not used by ghostsc...Masaki Ushizaka1-1/+1
2010-04-14Fixed an indent. No influence on code.Masaki Ushizaka1-1/+1
2010-04-13A fix for 691081, 691206, and part of 690094.Masaki Ushizaka1-1/+1
2010-02-02Update jbig2dec with the 0.11 release source.Ralph Giles29-2534/+31283
2009-11-24Implement JBIG2Decode generic regions using TPGDON.Ralph Giles1-4/+221
2009-11-20Skip JBIG2Decode generic regions using TPGDON.Ralph Giles1-0/+5
2009-05-29Update the included copy of jbig2dec with the 0.10 release.Ralph Giles46-4845/+6124
2009-03-22Initialize Jbig2TextRegionParams.sbrat even when it is not used inAlex Cherepanov1-1/+5
2008-05-26Work around broken JBIG2Decode streams created by several versions ofRalph Giles1-1/+19
2008-05-15Fix for previous commit. I had the wrong version number test in the define.Michael Vrhel1-1/+1
2008-05-15Minor change in JBIG configuration file related to using Visual Studio Versio...Michael Vrhel1-1/+6
2008-05-09uncodes 33 and 34 repeat a zero code length symbol id, not the previousRalph Giles3-85/+145
2007-12-11Fix (jbig2dec): Missing support for decoding multiple symbolsKen Sharp1-53/+64
2007-12-10Fix (jbig2dec): Missing support for decoding multiple symbolsKen Sharp3-98/+253
2007-12-08Update the MSVC makefile to work with Visual Studio 2005 (nmake version 8).Ken Sharp1-4/+4
2007-11-09Change the jbig2dec license from GPLv2 to GPLv2 or later.Ralph Giles1-4/+5
2007-10-25Correct some gcc warnings.Ralph Giles7-8/+110
2007-06-10Port recent changes in MSVC build to Borland C build. Fix minor compilationAlex Cherepanov2-3/+3
2007-06-05Update licence headers. Copyright has been transfered from artofcode LLCRalph Giles34-34/+34
2007-04-15The range of runcode32 was not correct. The specification says 3Henry Stiles1-1/+1
2006-05-15Correct a typo resulting in inproper glyph placement with transposed textRalph Giles1-1/+1
2005-12-18Correct an incorrect return value. Thanks to Leonardo for pointing thisRalph Giles1-1/+1
2005-12-17Merge latest jbig2dec trunk into cvs. This is not released code.Ralph Giles19-260/+1312