opencv/modules/imgcodecs/src
Jeremy Maitin-Shepard 2be955a0ef loadsave: check for errors when using temp file
Previously, the return value of fwrite and fclose were not properly
checked, leading to possible silent truncation of the data if writing
failed, e.g. due to lack of disk space.

Fixes issue #9251.
2017-07-31 09:02:42 -07:00
..
bitstrm.cpp Fixed some issues found by static analysis (4th round) 2017-06-30 12:26:53 +03:00
bitstrm.hpp
exif.cpp Merge pull request #8492 from brian-armstrong-discord:exif_inmemory 2017-04-14 23:12:07 +03:00
exif.hpp Merge pull request #8492 from brian-armstrong-discord:exif_inmemory 2017-04-14 23:12:07 +03:00
grfmt_base.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
grfmt_base.hpp
grfmt_bmp.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
grfmt_bmp.hpp
grfmt_exr.cpp Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
grfmt_exr.hpp
grfmt_gdal.cpp enable processing of 16, 32 and 64 bit 4 channel data using GDAL1.2 2017-02-07 15:51:45 +01: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 build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
grfmt_jpeg2000.hpp
grfmt_jpeg.cpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
grfmt_jpeg.hpp Added IMREAD_IGNORE_ORIENTATION flag 2016-11-09 18:09:22 +01:00
grfmt_pam.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
grfmt_pam.hpp imgcodecs: Implementation of PAM encoder/decoder 2016-09-06 15:47:22 +02:00
grfmt_png.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
grfmt_png.hpp
grfmt_pxm.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
grfmt_pxm.hpp
grfmt_sunras.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
grfmt_sunras.hpp
grfmt_tiff.cpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
grfmt_tiff.hpp
grfmt_webp.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
grfmt_webp.hpp
grfmts.hpp imgcodecs: Implementation of PAM encoder/decoder 2016-09-06 15:47:22 +02:00
ios_conversions.mm Fix UIImageToMat method by taking image scale information into account 2017-03-22 22:33:13 -07:00
loadsave.cpp loadsave: check for errors when using temp file 2017-07-31 09:02:42 -07:00
precomp.hpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
rgbe.cpp
rgbe.hpp
utils.cpp
utils.hpp