summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg
AgeCommit message (Expand)Author
2020-06-06move GraphicReader class out of graph.hxxTomaž Vajngerl
2020-04-09tdf#131969: Fix reading SHORT Orientation valueStephan Bergmann
2019-12-04tdf#128992 Compressing PNG files with alpha channel get a black backgroundNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-06-18Remove redundant writeStephan Bergmann
2019-06-18Better type safetyStephan Bergmann
2019-06-18Avoid -fsanitize=misaligned-pointer-useStephan Bergmann
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2019-06-17Fix comments about endian-nessStephan Bergmann
2019-03-268bit image is "native" only if it has grey palette (tdf#116888)Luboš Luňák
2019-03-25fix grayscale jpeg writing in pdfexport (tdf#121615)Luboš Luňák
2019-02-02ofz#11203 fuzzing timeoutCaolán McNamara
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14loplugin:constfields in vclNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-03-06ofz: timeout, reduce warning limit furtherCaolán McNamara
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-15for fuzzing, reduce allowed warnings againCaolán McNamara
2018-02-12give up on recoverable errors earlier when fuzzingCaolán McNamara
2018-02-10speed up jpg fuzzingCaolán McNamara
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-02-04tdf#115416 allow build with classic libjpegCaolán McNamara
2018-02-02vcl: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-30ofz#3002 speed up cymk conversion a tadCaolán McNamara
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-17ofz#4291 Direct-leakCaolán McNamara
2017-11-16ofz#3002 set a limit to how broken a jpeg is to give up recoveringCaolán McNamara
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-19Avoid throwing C++ exception across libjpeg C framesStephan Bergmann
2017-10-13Fix typoAndrea Gelmini
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-09Resolves: tdf#99286 for jpeg dpi use apis that know about MapUnit::MapPixelCaolán McNamara
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-13loplugin:oncevar: empty strings: vclStephan Bergmann
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke