11 Commits (70492c212789922b8d71f9b06770f4af25af277b)

Author SHA1 Message Date
Rachel A 650836d700 Exif parsing for PNG files to support Exif orientation tag. Moved decoder specific Exif parsing to JPEG and PNG decoders, respectively. Issue 16579 4 years ago
yaohai [姚海] cadb4dee14 fix exif bug 5 years ago
Ahmed Ashour 1aca1d582e Fix some typos 6 years ago
Alexander Alekhin b74b05d1b3 Revert CV_TRY/CV_CATCH macros 6 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 6 years ago
Alexander Alekhin c020a7bb67 build: portable integer types 7 years ago
Maksim Shabunin 8b87c4b96a Fixed several warnings produced by clang 6 and static analyzers 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
brian-armstrong-discord 9e054d3880 Merge pull request #8492 from brian-armstrong-discord:exif_inmemory 8 years ago
guoxuedong e69253a4fb Update exif.cpp 8 years ago
Arkadiusz Raj f893ee5cec Added IMREAD_IGNORE_ORIENTATION flag 8 years ago
Ilya Lavrenov 91d8405e52 stop search of markers in Exif reader to prevent infinite loop 9 years ago
Maksim Shabunin 3a92371b60 EXIF reader: fixed file descriptor leak in case of broken tags 9 years ago
Maksim Shabunin a54870aace Added filename emptyness check to the Exif reader, fixes 6120 9 years ago
Maksim Shabunin 112aa49104 ExifReader::getFormat : check buffer length before accessing, fixes 6059 9 years ago
Maksim Shabunin 4a294775da Coverity: fixed uninitialized field in ExifReader 9 years ago
Maksim Shabunin fc641e2bde Coverity: uninitialized values in ExifEntry_t structure 9 years ago
jiakai 933dfed4b8 check offset in ExifReader::getString 9 years ago
jiakai 80df9ddedb check for exifSize 9 years ago
jiakai 1260060d7d check boundary in ExifReader 9 years ago
micalan 0a306f8804 Camera orientation handling is added for jpeg files 9 years ago