summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/Exif.cxx
AgeCommit message (Expand)Author
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-07-12update pchesCaolán McNamara
2020-04-08tdf#131969: Fix reading SHORT Orientation valueStephan Bergmann
2020-03-03fix ODRNoel Grandin
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-17Fix comments about endian-nessStephan Bergmann
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-10-15add SvStream::TellEndNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-10-10coverity#1242714 Untrusted value as argumentCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-03-12Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2013-10-15swap if the host endianness doesn't match the file formatsCaolán McNamara
2013-10-15fdo#57659: fix exif processingJulien Nabet
2013-06-06Fix memory leak in Exif::processExif. Delete aExifData when done.Mark Wielaard
2013-04-21Add jpegint.h to jpeg module. Fix warning in Exif.Tomaž Vajngerl
2013-04-21Fix enum Tag and Orientation usage.Tomaž Vajngerl
2013-04-21Extract IFD processing in Exif.Tomaž Vajngerl
2013-04-21More correct reading of Exif metadata.Tomaž Vajngerl
2013-04-21Exif reading/writing and Jpeg lossless transformations support.Tomaž Vajngerl