summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/itiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-11ofz#2766 ensure palette is large enough for all colorsCaolán McNamara1-4/+5
2017-03-16ofz#829 ensure palette can fulfil largest index usedCaolán McNamara1-25/+40
2017-03-06ofz#668: check nTargetBits sizeCaolán McNamara1-1/+4
2017-03-01ofz: don't read data that isn't thereCaolán McNamara1-5/+11
2017-02-24Resolves: ofz#668 check for massive row lengths before trying to allocate themCaolán McNamara1-5/+15
2017-02-24ofz: don't read data that isn't thereCaolán McNamara1-0/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-06-28loplugin:singlevalfields in filterNoel Grandin1-3/+0
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-05-25Convert Disposal to scoped enumNoel Grandin1-1/+1
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock3-9/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-29/+29
2015-11-06merged graphic import/export into a single libraryOliver Specht1-8/+1
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin4-3/+9
2015-10-02Fix typosAndrea Gelmini1-2/+2
2015-08-27crashtesting: tiff loop detection too slowCaolán McNamara1-4/+4
2015-08-24detect and reject loop in tifCaolán McNamara1-0/+12
2015-07-31filter: valgrind uninitialized nDataLen warning in filter_tiff_testMichael Stahl1-0/+4
2015-07-21reject invalid tiff dimensionsCaolán McNamara1-0/+2
2015-07-20bail if offsets are past eofCaolán McNamara1-10/+19
2015-07-20fail on short readCaolán McNamara1-2/+4
2015-07-20translate from germanDavid Tardon1-1/+1
2015-07-20don't hang on a bad ReadCodeAndDecodeCaolán McNamara1-1/+4
2015-07-20ensure loop ends eventuallyCaolán McNamara1-17/+22
2015-07-20final check np boundsCaolán McNamara1-0/+2
2015-07-20test that nNumStripByteCounts value is within bounds of fileCaolán McNamara1-2/+5
2015-07-20check np bounds yet againCaolán McNamara1-0/+2
2015-07-20reduce scope, etc, don't loop endlesslyCaolán McNamara1-7/+2
2015-07-19check np bounds againCaolán McNamara1-0/+2
2015-07-19check np boundsCaolán McNamara1-0/+2
2015-07-19in reality we are limited to max sal_Int32 hereCaolán McNamara1-27/+27
2015-07-17detect another loop in tif formatCaolán McNamara1-1/+10
2015-07-17test that nNumStripOffsets value is within bounds of fileCaolán McNamara1-2/+5
2015-07-17detect loop in tif formatCaolán McNamara1-1/+11
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann2-8/+8
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: filterNoel Grandin1-17/+3
2015-01-25coverity#1266496 Untrusted loop boundCaolán McNamara1-0/+9
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-6/+5
2015-01-05asan wrt mandriva57054-1.tiffCaolán McNamara1-6/+5
2014-12-14fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-03Fix "result of 32-bit shift implicitly converted to 64 bits" on WNT x64David Ostrovsky1-2/+2
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1