summaryrefslogtreecommitdiff
path: root/poppler/Stream.cc
AgeCommit message (Expand)AuthorFilesLines
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid1-2/+2
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-6/+6
2019-11-24Make Stream::getKind constAlbert Astals Cid1-1/+1
2019-09-29Also switch the const_cast in StreamAlbert Astals Cid1-24/+26
2019-09-29Update (C) from previous commitAlbert Astals Cid1-0/+1
2019-09-29Make some static data tables constVolker Krause1-7/+7
2019-02-28Add new util: pdfattachAlbert Astals Cid1-0/+1
2019-02-27ImageStream::getLine: fix crash on broken filesAlbert Astals Cid1-0/+3
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-2/+2
2019-02-06Undefined-shift in StreamPredictor::getNextLineVincent Le Garrec1-1/+2
2019-01-19Update (C)Albert Astals Cid1-0/+1
2019-01-18all: Remove support for obsolete systemsChristian Persch1-8/+0
2019-01-02Fix some trivial warningsAlbert Astals Cid1-6/+6
2018-12-06Replace Gulong by unsigned longOliver Sander1-4/+4
2018-12-06Replace Guint by unsigned intOliver Sander1-6/+6
2018-12-06Replace Gushort by unsigned shortOliver Sander1-6/+6
2018-12-06Replace Guchar by unsigned charOliver Sander1-43/+43
2018-11-14JBIG2Stream: Move Object instead of copying itAlbert Astals Cid1-2/+3
2018-11-13Stream::makeFilter: Fix memory leakAlbert Astals Cid1-1/+26
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-284/+284
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-25/+1
2018-06-24Move variable declarations closer to where they are usedAlbert Astals Cid1-16/+10
2018-06-24ImageStream::getLine: Fix ubsan undefined shiftAlbert Astals Cid1-2/+2
2018-06-12StreamPredictor: Move pixBytes calculation after checksAlbert Astals Cid1-1/+1
2018-05-26LZWStream: make inputBuf unsignedAdam Reichold1-3/+3
2018-05-24StreamPredictor: move rowBytes calculation after overflow checkAlbert Astals Cid1-1/+1
2018-05-23Revert 31c3832b996acbf04ea833e304d7d21ac4533a57Albert Astals Cid1-3/+1
2018-05-22LZWStream::getCode: Don't left shift negative valuesAlbert Astals Cid1-1/+3
2018-05-22LZWStream::clearTable: init newChar to 0Albert Astals Cid1-0/+1
2018-04-17Object::getName return const char instead of charAlbert Astals Cid1-1/+1
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-1/+1
2018-04-06Move MemStream implementation to headerAlbert Astals Cid1-83/+0
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-35/+35
2018-01-03Fix EmbedStream replayAdrian Johnson1-2/+2
2017-12-12cairo: support embedding CCITT image dataAdrian Johnson1-4/+10
2017-10-23Tweak LZWStream::processNextCodeKay Dohmann1-9/+7
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-4/+4
2017-09-19Fix crash in broken filesAlbert Astals Cid1-3/+2
2017-09-01Add missing includesAlbert Astals Cid1-1/+1
2017-08-17pdfimages: support listing/extracting inline imagesAdrian Johnson1-11/+85
2017-08-01Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid1-3/+2
2017-07-31Fix some warnings in some unusual #ifdef combinationsJannick1-3/+2
2017-07-31Build++Albert Astals Cid1-1/+1
2017-07-31Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid1-1/+8
2017-06-21Check numComps is between reasonable boundsJose Aliste1-0/+7
2017-06-21Fix crash in malformed documentAlbert Astals Cid1-1/+1
2017-06-17Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid1-0/+10
2017-05-21Fail by default if libopenjpeg2/1 is not availableAlbert Astals Cid1-0/+5
2017-05-21Fail by default if libjpeg is not availableAlbert Astals Cid1-1/+6