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 Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
bitstrm.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
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 new function imread_reduced() 2015-07-19 03:53:43 +03:00
grfmt_base.hpp new function imread_reduced() 2015-07-19 03:53:43 +03:00
grfmt_bmp.cpp 32bit BITFIELDS compresion codec support #5707 Fixed 2015-11-25 00:03:35 +05:00
grfmt_bmp.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
grfmt_exr.cpp Coverity: memory leak in OpenEXR reader 2015-12-09 14:25:08 +03:00
grfmt_exr.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
grfmt_gdal.cpp Imgcodecs: Fixed a bug with checkSignature in GdalDecoder 2016-09-06 15:47:22 +02:00
grfmt_gdal.hpp Fixing the gdal include error that Macports seems to only mess up. 2015-05-11 20:27:50 -07:00
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 Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
grfmt_hdr.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
grfmt_jpeg2000.cpp fix for writing 16-bit jpeg2000 2016-04-17 00:37:28 +03:00
grfmt_jpeg2000.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
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 Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
grfmt_pxm.cpp Solution to issue #7408 2016-10-07 21:29:08 +02:00
grfmt_pxm.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
grfmt_sunras.cpp Fix processing of SunRaster images with negative maplength 2015-06-25 00:17:49 +02:00
grfmt_sunras.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
grfmt_tiff.cpp Fixed crash when reading b/w tif images (fixes #5579) 2015-10-30 17:41:52 +03:00
grfmt_tiff.hpp Support for multipage decoding in BaseImageDecoder and implemented in TiffDecoder. 2015-01-03 00:09:34 -05:00
grfmt_webp.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
grfmt_webp.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
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 Replace deprecated malloc.h 2016-03-16 11:37:27 +01:00
rgbe.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
utils.cpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
utils.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00