summaryrefslogtreecommitdiff
path: root/poppler/JPEG2000Stream.cc
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Make the openjpeg1 code compile with the new Object APIAlbert Astals Cid1-9/+4
2017-05-09JPXStreamPrivate::init2 - Fix memory leak in broken filesAlbert Astals Cid1-0/+1
2017-05-09New Object APIAlbert Astals Cid1-10/+7
2016-03-12handle SMaskInData = 0 for JPX encoded imagesThomas Freitag1-16/+61
2016-03-07JPXStream: Don't scale image comps to 8 bits in case of an indexed colorspaceThomas Freitag1-20/+38
2016-03-06implement jpx streams with depth < 8Thomas Freitag1-1/+7
2015-12-17Prepare for 0.39Albert Astals Cid1-0/+1
2015-12-10Fix typos in error messagesPino Toscano1-3/+3
2015-01-06JPEG2000Stream: Inline doGetChar and doLookCharAdam Reichold1-23/+26
2015-01-04extended openjpeg2 supportThomas Freitag1-23/+78
2015-01-04Initial attempt at libopenjpeg2 supportAdrian Johnson1-60/+253
2013-01-25Adrian C for 2013 because of the big files supportAlbert Astals Cid1-0/+1
2013-01-25Large file supportAdrian Johnson1-1/+1
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-1/+6
2012-01-27Set OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG if you have itAlbert Astals Cid1-1/+6
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-5/+5
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-1/+1
2011-07-23Fix numerical overflow in libopenjpeg JPXStream::doLookChar()Daniel Glöckner1-1/+36
2010-06-21introduce getChars to save some method callsAlbert Astals Cid1-49/+18
2009-08-25forgot to update my copyrightAlbert Astals Cid1-1/+1
2009-08-25Fix format security warningsAlbert Astals Cid1-2/+2
2008-11-29Use the Length specified in the Stream as initial bufSizeAlbert Astals Cid1-2/+8
2008-06-14Add a JPEG2000 decoder based on OpenJPEGAlbert Astals Cid1-0/+181