summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/jpeg.h
AgeCommit message (Expand)Author
2023-11-19tdf#143148: Use pragma once instead of include guards in vcl/sourceTaichi Haradaguchi
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-16tdf#138950 allow up to one short read to not trigger cancelling importCaolán McNamara
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-05-10use compact namespace syntaxNoel Grandin
2020-03-04graphic: remove preview when importing with GraphicFilterTomaž Vajngerl
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2017-05-08vcl: split jpeg import into two partsMiklos Vajna
2017-03-18noone cares about the return valueCaolán McNamara
2017-03-10ofz#799 stop decompressing if the file is truncatedCaolán McNamara
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann
2016-02-14tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-06Blind fix^3Stephan Bergmann
2014-02-06Make vcl/source/filter/jpeg/jpegc.c be C++ codeStephan Bergmann
2013-11-10clean up #ifdef ICC codeMichael Stahl
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-04-21Exif reading/writing and Jpeg lossless transformations support.Tomaž Vajngerl
2013-04-21Split JpegWriter and JpegReader out from jpeg.cxx/hxxTomaž Vajngerl
2013-03-31Add Chroma subsampling options to jpeg writer.Tomaž Vajngerl
2013-03-21Avoid clash with the Win32 CreateBitmap()Tor Lillqvist
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky