summaryrefslogtreecommitdiff
path: root/poppler/Stream.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-28Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-02-28Add new util: pdfattachAlbert Astals Cid1-0/+5
2018-12-06Remove the file gtypes.h completelyOliver Sander1-1/+0
2018-12-06Replace Guint by unsigned intOliver Sander1-5/+5
2018-12-06Replace Gushort by unsigned shortOliver Sander1-6/+6
2018-12-06Replace Guchar by unsigned charOliver Sander1-26/+26
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-113/+113
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-05Some more NULL to nullptrAlbert Astals Cid1-11/+11
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-8/+6
2018-05-26LZWStream: make inputBuf unsignedAdam Reichold1-2/+2
2018-04-17Object::getName return const char instead of charAlbert Astals Cid1-1/+1
2018-04-06Introduce AutoFreeMemStreamAlbert Astals Cid1-21/+30
2018-04-06Move MemStream implementation to headerAlbert Astals Cid1-10/+81
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+13
2017-12-12cairo: support embedding CCITT image dataAdrian Johnson1-1/+5
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-1/+1
2017-09-17Fix printf-like format warningsAlbert Astals Cid1-1/+1
2017-09-01Add missing includesAlbert Astals Cid1-1/+1
2017-08-17pdfimages: support listing/extracting inline imagesAdrian Johnson1-2/+12
2017-07-31Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid1-8/+8
2017-07-31added override tag to function declarationsJannick1-8/+8
2017-05-12Make Stream incRef/decRef privateAlbert Astals Cid1-12/+6
2017-05-09New Object APIAlbert Astals Cid1-10/+14
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-4/+4
2017-03-09Add override markersAlbert Astals Cid1-211/+211
2016-09-05initialize XRef::encryptAlgorithm to somethingAlbert Astals Cid1-2/+3
2016-03-16Some (C) updatingAlbert Astals Cid1-1/+1
2016-02-25Add support for Flate compression in Level 3 PostScript output.William Bader1-1/+1
2016-02-25xpdf304: Merge xpdf-3.04 support for LZW encoding in PSOutputDev and Stream.William Bader1-0/+38
2013-08-26pdfimages: support ccitt outputAdrian Johnson1-0/+5
2013-05-16Re-enable commented-out printf-format attribute on OutStream::printfFabio D'Urso1-4/+2
2013-05-130.23.0poppler-0.23.0Albert Astals Cid1-0/+1
2013-04-06implement Crypt filterThomas Freitag1-1/+2
2013-04-06Pass the recursion flagAlbert Astals Cid1-1/+1
2013-04-05Add a GooFile class to encapsulate file read access using offsetsAdam Reichold1-12/+5
2013-03-12Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-1/+2
2013-03-12Fix compile when not using libjpegPeter Breitenlohner1-1/+2
2013-03-08Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-1/+1
2013-03-08Workaround broken jpeg stream definitionsThomas Freitag1-2/+2
2013-01-28A few more missing GoffsetsAdrian Johnson1-2/+2
2013-01-27use Goffset also for length in MemStream ctorPino Toscano1-1/+1
2013-01-25Adrian C for 2013 because of the big files supportAlbert Astals Cid1-0/+1
2013-01-25Large file supportAdrian Johnson1-51/+51
2013-01-19Make rendering thread-safeThomas Freitag1-9/+26
2012-09-06FlateStream::unfilteredReset should call str->unfilteredReset()Fabio D'Urso1-0/+2
2012-02-29Fix stuff lost when merging xpdf303William Bader1-5/+34
2012-02-18Make some of the unfilteredResets be really unfilteredThomas Freitag1-0/+3
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-1/+0
2011-09-26Remove getRawStreamAlbert Astals Cid1-1/+0