summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/itiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Move TIFF reader and writer from filter module into VCLTomaž Vajngerl5-3253/+0
2020-12-18throw exception in SvStream when reading past end of fileNoel1-0/+4
2020-12-17tdf#138818 Import full TIFF fileGeorgy Litvinov1-1/+1
2020-12-02ofz#27839 TimeoutCaolán McNamara1-7/+2
2020-11-21tdf#123936 Formatting files in module filter with clang-formatPhilipp Hofer1-13/+10
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen2-2/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-3/+3
2020-10-22long->tools::Long in emfio..filterNoel1-7/+7
2020-10-02loplugin:reducevarscope in filterNoel1-4/+2
2020-09-28ofz#26000 don't bother with loop if nOrigPos is 0Caolán McNamara1-2/+5
2020-04-14loplugin:flatten in filterNoel Grandin1-15/+15
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-2/+2
2020-01-15tdf#114441 Changing sal_uLong to appropriate integer type in filters moduleshashikdm5-18/+18
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen2-3/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+2
2019-10-05ofz#16306 avoid timeoutCaolán McNamara1-1/+4
2019-07-23Resolves: tdf#126460 implement reading grayscale+alpha tiff formatCaolán McNamara1-13/+40
2019-07-21ofz#15993 TimeoutCaolán McNamara1-0/+4
2019-07-18Resolves: tdf#126147 relax sanity check and allow truncated tiffsCaolán McNamara1-5/+6
2019-06-23Fix typoAndrea Gelmini1-1/+1
2019-05-29Fix typoAndrea Gelmini1-1/+1
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl1-1/+1
2019-02-02ofz#12812 tiff TimeoutCaolán McNamara1-0/+8
2019-01-29ofz#11104 for timeouts, limit decompression ratios when fuzzingCaolán McNamara1-2/+2
2019-01-11ofz#11061 pick an upper bound on acceptible image sizeCaolán McNamara1-1/+1
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-13Silence -fsanitize=implicit-signed-integer-truncationStephan Bergmann1-4/+7
2018-10-22pvs-studio: V581 identical conditional expressions situated alongsideCaolán McNamara1-4/+0
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin1-2/+0
2018-07-30Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-04-27ofz#7745 Undefined-shiftCaolán McNamara1-3/+3
2018-03-21Avoid undefined floating -> integer conversion in TIFF importStephan Bergmann1-15/+46
2018-03-19coverity#1266496 Untrusted loop boundCaolán McNamara1-0/+9
2018-03-01ofz#2977 timeoutCaolán McNamara1-0/+5
2018-02-26ofz#6561 sanitize palette indexCaolán McNamara1-1/+18
2018-02-24tdf#115863: fix TIFF importAron Budea1-2/+2
2018-02-19ofz#6449 Integer-overflowCaolán McNamara1-1/+1
2018-02-17ofz#6427 use of uninitialized valuesCaolán McNamara1-12/+15
2018-02-15ofz#6345 Integer-overflowCaolán McNamara1-1/+12
2018-02-14ofz#6315 Heap-buffer-overflowCaolán McNamara1-3/+5
2018-02-14use BitmapTools in TIFFReaderNoel Grandin1-93/+106
2018-02-12for ~perfect compression link fuzzer input limit to an output limitCaolán McNamara1-0/+12
2018-01-31ofz: speed up bitmap image fuzzingCaolán McNamara1-9/+13
2018-01-29ofz#2977 speed up tiff importCaolán McNamara1-32/+35
2018-01-12More loplugin:cstylecast: filterStephan Bergmann3-57/+57
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-08cppcheck: fix some reportsJulien Nabet1-2/+1
2017-11-22turn some eof checks to eof or errorCaolán McNamara2-3/+3
2017-11-22drop duplicate methodCaolán McNamara2-3/+3