opencv/modules/imgcodecs
cyy 10fb88d027 Merge pull request #12391 from DEEPIR:master
fix some errors found by static analyzer. (#12391)

* fix possible divided by zero and by negative values

* only 4 elements are used in these arrays

* fix uninitialized member

* use boolean type for semantic boolean variables

* avoid invalid array index

* to avoid exception and because base64_beg is only used in this block

* use std::atomic<bool> to avoid thread control race condition
2018-09-04 16:39:19 +03:00
..
include/opencv2 Add export macro for ios conversion functions 2018-08-20 14:10:54 -07:00
misc/java/test java(test): fix test names 2018-01-12 19:14:00 +00:00
perf Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
src Merge pull request #12391 from DEEPIR:master 2018-09-04 16:39:19 +03:00
test Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
CMakeLists.txt Merge pull request #12192 from pasbi:pfm 2018-08-13 13:14:12 +03:00