opencv/modules/imgcodecs/src
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
..
bitstrm.cpp
bitstrm.hpp
exif.cpp Update exif.cpp 2016-11-24 11:08:11 +08:00
exif.hpp Added IMREAD_IGNORE_ORIENTATION flag 2016-11-09 18:09:22 +01:00
grfmt_base.cpp
grfmt_base.hpp
grfmt_bmp.cpp
grfmt_bmp.hpp
grfmt_exr.cpp
grfmt_exr.hpp
grfmt_gdal.cpp Imgcodecs: Fixed a bug with checkSignature in GdalDecoder 2016-09-06 15:47:22 +02:00
grfmt_gdal.hpp
grfmt_gdcm.cpp GDCM: several improvements 2016-07-08 16:08:55 +03:00
grfmt_gdcm.hpp GDCM: several improvements 2016-07-08 16:08:55 +03:00
grfmt_hdr.cpp
grfmt_hdr.hpp
grfmt_jpeg2000.cpp
grfmt_jpeg2000.hpp
grfmt_jpeg.cpp Added IMREAD_IGNORE_ORIENTATION flag 2016-11-09 18:09:22 +01:00
grfmt_jpeg.hpp Added IMREAD_IGNORE_ORIENTATION flag 2016-11-09 18:09:22 +01:00
grfmt_pam.cpp imgcodecs: Implementation of PAM encoder/decoder 2016-09-06 15:47:22 +02:00
grfmt_pam.hpp imgcodecs: Implementation of PAM encoder/decoder 2016-09-06 15:47:22 +02:00
grfmt_png.cpp remove 2-channel png encoder/decoder support 2016-07-14 14:58:05 +02:00
grfmt_png.hpp
grfmt_pxm.cpp Solution to issue #7408 2016-10-07 21:29:08 +02:00
grfmt_pxm.hpp
grfmt_sunras.cpp
grfmt_sunras.hpp
grfmt_tiff.cpp
grfmt_tiff.hpp
grfmt_webp.cpp
grfmt_webp.hpp
grfmts.hpp imgcodecs: Implementation of PAM encoder/decoder 2016-09-06 15:47:22 +02:00
ios_conversions.mm Gets rid of magic constant 2016-08-30 23:22:49 +03:00
loadsave.cpp Change name to minimize confusion 2016-11-10 15:31:34 +01:00
precomp.hpp fix Win build, change default WINNT macro to WinXP 2016-08-25 16:21:52 +03:00
rgbe.cpp
rgbe.hpp
utils.cpp
utils.hpp