opencv/modules/imgcodecs
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.
2016-11-24 11:08:11 +08:00
..
include/opencv2 Added IMREAD_IGNORE_ORIENTATION flag 2016-11-09 18:09:22 +01:00
misc/java/test Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
perf Split highgui module to videoio and highgui 2014-07-14 23:16:47 +04:00
src Update exif.cpp 2016-11-24 11:08:11 +08:00
test Added test for drawing beyond 32768 column 2016-10-14 18:38:01 +03:00
CMakeLists.txt Added IMREAD_IGNORE_ORIENTATION flag 2016-11-09 18:09:22 +01:00