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
...
This reverts commit 7349b8f5ce
(partially).
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
...
autorotate in-memory jpegs (#8492 )
* autorotate in-memory jpegs
* correct indentation (4 spaces)
* imgcodecs: don't apply EXIF rotation for unloaded images
* videoio: don't try to rotate MJPEG stream
* imgcodecs: ByteStreamBuffer::seekoff support all seek "dir"
* imgcodecs: fix condition: "off == egptr() - eback()" is valid offset
8 years ago
guoxuedong
e69253a4fb
Update exif.cpp
...
ExifReader::getExif may enter infinite loop with jpeg image which have no EOI.
For example, bytesToSkip may be set to 0 and fseek seems like fseek(f, -2 , SEEK_CUR) for image that end with RST7(FF D7) instead of EOI.
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