summaryrefslogtreecommitdiff
path: root/poppler/JPEG2000Stream.cc
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Update (C)Albert Astals Cid1-1/+1
2023-12-10We require an openjpeg >= 2.1Albert Astals Cid1-15/+0
2022-10-16Init all the fields of JPXStreamPrivateAlbert Astals Cid1-10/+6
2022-10-16No need to store smaskInData in privAlbert Astals Cid1-9/+4
2022-04-01JPEG2000Stream: Some wrangling with the data typesAlbert Astals Cid1-9/+5
2022-03-19Update (C)Albert Astals Cid1-0/+1
2022-03-18Store font data in a std::vector<unsigned char>Oliver Sander1-7/+5
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-19/+35
2021-05-14Mark two Stream::isFoo functions as constAlbert Astals Cid1-1/+1
2021-02-22JPEG2000Stream.cc: Remove useless two if (priv->image)Albert Astals Cid1-18/+16
2020-07-03Run clang-formatAlbert Astals Cid1-270/+311
2020-03-26Update (C)Albert Astals Cid1-1/+1
2020-03-22Fix leak in broken filesAlbert Astals Cid1-0/+4
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid1-1/+1
2019-07-15JPXStream::init: ignore dict Length if clearly brokenAlbert Astals Cid1-1/+1
2019-05-23JPEG2000Stream: fail gracefully if not all components have the same WxHAlbert Astals Cid1-1/+7
2018-12-06Replace Guchar by unsigned charOliver Sander1-2/+2
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-14/+14
2018-03-23JPEG2000Stream.cc: no need to store indexedAlbert Astals Cid1-7/+6
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-11/+11
2017-12-01Stop supporting openjpeg1, you really want to use openjpeg2 :)Albert Astals Cid1-145/+0
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