summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/Exif.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-6/+3
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-1/+1
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-2/+2
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-1/+1
2014-10-10coverity#1242714 Untrusted value as argumentCaolán McNamara1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-7/+0
2014-03-12Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-7/+5
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-5/+5
2013-10-15swap if the host endianness doesn't match the file formatsCaolán McNamara1-18/+27
2013-10-15fdo#57659: fix exif processingJulien Nabet1-9/+39
2013-06-06Fix memory leak in Exif::processExif. Delete aExifData when done.Mark Wielaard1-0/+2
2013-04-21Add jpegint.h to jpeg module. Fix warning in Exif.Tomaž Vajngerl1-2/+3
2013-04-21Fix enum Tag and Orientation usage.Tomaž Vajngerl1-2/+2
2013-04-21Extract IFD processing in Exif.Tomaž Vajngerl1-25/+30
2013-04-21More correct reading of Exif metadata.Tomaž Vajngerl1-27/+91
2013-04-21Exif reading/writing and Jpeg lossless transformations support.Tomaž Vajngerl1-0/+167