summaryrefslogtreecommitdiff
path: root/gs/jasper
AgeCommit message (Expand)AuthorFilesLines
2012-03-15Bug 692574: libjasper: creating temp failed due to buffer overflow.Alex Cherepanov1-1/+2
2011-04-19Introduce end-of-line normalization.Tor Andersson6-925/+925
2011-01-13Remove the bogus C++ requirement in the copy of Jasper weChris Liddell19-10470/+11973
2010-06-20borland build fix (bug 691400): borland defines P_tmpdir but not _P_tmpdir; s...Hin-Tak Leung1-0/+4
2010-05-18Disabling compiler warnings for discarding 'const'.Masaki Ushizaka2-6/+6
2010-05-14fix conflicting types against HP-UX system header in jasper; bug 688184Hin-Tak Leung1-1/+17
2010-05-05More work towards bug 691207 (global variable removal).Robin Watts2-8/+8
2010-05-05A fix for 691164 "PDF loads blank when not Administrator on Vista using GS 8.7".Masaki Ushizaka2-9/+123
2010-05-04Incoporate the reporter's suggested change to config.guess , bug 69020Hin-Tak Leung1-2/+3
2010-04-13Gets rid us of 2 global variables in jasper (jas_image_numfmts andHenry Stiles6-138/+143
2009-02-16Convert a jasper source file to unix line endings. Bug 690292.Ralph Giles1-1656/+1656
2008-09-18Enable jasper assembly optimizations with _MSC_VER instead of _WIN32 so the M...Ralph Giles1-1656/+1656
2008-01-20Only report the ICC Profile colorspace when the jasper library's debugRalph Giles1-1/+3
2007-10-17Avoid memory corruption with broken files.Ralph Giles3-4/+7
2007-06-10Add a work-around for malloc(0) returning a 0 pointer - call malloc(1)Alex Cherepanov1-1/+4
2007-06-10Port recent changes in MSVC build to Borland C build. Fix minor compilationAlex Cherepanov3-11/+13
2007-06-09Fix incorrect decompression of large files (>= 16M) by JPXDecode filterAlex Cherepanov1-1/+6
2007-06-05Update licence headers. Copyright has been transfered from artofcode LLCRalph Giles5-5/+5
2006-12-06Raise the debugging level required for reporting the raw decode option key.Ralph Giles1-1/+1
2006-12-06Add a 'raw' option key to jp2_decode() to pass the raw paletteRalph Giles2-3/+88
2006-09-28Add an error callback to the example jasper applications. Previously theyRalph Giles5-11/+61
2006-09-27Duplicate JPX image channels if the cmap box has multiple references toRalph Giles3-4/+29
2006-09-19Correct a typo that cause jpx decoding to fail for all files.Ralph Giles1-1/+1
2006-09-14Check for a jpx image decoding fewer than the expected number ofRalph Giles1-0/+7
2006-06-23Substantial performance improvement on Windows platforms toRay Johnston2-0/+22
2006-05-15Remove a generated source file from the included jasper library.Ralph Giles1-183/+0
2006-02-28Project the WIN32 assembly from compilation on WIN64.Ralph Giles1-4/+10
2006-02-28Fix a problem with the jasper assembly code. Bug 688545.Ralph Giles1-11/+18
2006-02-08Copy the jasper-1.701.0-gs5 release tag into the Ghostscript trunk.Ralph Giles206-0/+102272
2006-02-08Remove the current jasper code to make way for the 1.701.0-gs5 release.Ralph Giles205-101079/+0
2006-01-18Apply assert patch for CMYK JPEG 2000 images from bug 688142.Ralph Giles1-2/+2
2005-08-08Remove a generated file that was causing build portability problems.Ralph Giles1-183/+0
2005-04-24Initial revisionRalph Giles206-0/+101262