Alexander Alekhin
785a540ebd
Merge pull request #14175 from paroj:copyto
6 years ago
Alexander Alekhin
d2854448c2
Merge pull request #14203 from alalek:fix_ossfuzz_13292
6 years ago
Alexander Alekhin
b4e2c99346
Merge pull request #14201 from alalek:fix_ossfuzz_13295
6 years ago
Alexander Alekhin
33dde339fe
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
341e2fa72d
Merge pull request #14214 from alalek:backport_14202
6 years ago
Alexander Alekhin
21f0146402
Merge pull request #14212 from dkurt:reduce_ie_models_tests
6 years ago
Alexander Alekhin
45169577ca
Merge pull request #14207 from alalek:fix_leak_eigenvalue_decomposition
6 years ago
Alexander Alekhin
2ece029fe0
imgcodecs(tiff): avoid leak of helper struct on malformed inputs
...
backporting of commit: 45428b897f
6 years ago
Alexander Alekhin
06193f28ef
Merge pull request #14194 from alalek:backport_14193
6 years ago
Dmitry Kurtaev
144b1f4d9d
Reduce number of tested models from OpenVINO
6 years ago
Alexander Alekhin
bda90dae77
Merge pull request #14200 from alalek:fix_imgcodecs_stream_set_pos
6 years ago
Alexander Alekhin
1e583942b9
core(lda): don't perform calculations in constructor
...
- exceptions from constructor will not cause destructor calls
6 years ago
Alexander Alekhin
066c074b66
Merge pull request #14206 from alalek:issue_14205
6 years ago
Alexander Alekhin
142a524d2f
cmake: fix CUDA world build
6 years ago
Alexander Alekhin
7142f46d1c
Merge pull request #14202 from alalek:fix_ossfuzz_13285
6 years ago
Alexander Alekhin
6894651027
Merge pull request #14198 from alalek:issue_14195
6 years ago
Alexander Alekhin
6dfb6a3016
imgcodecs: fix RBaseStream::setPos() outside of current block
...
Seeking outside of the current block doesn't update actual data,
so getByte()/etc will get wrong data from stalled buffer.
6 years ago
Alexander Alekhin
f2803aba07
imgcodecs(sunras): avoid undefined shift
...
oss-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13292
6 years ago
Alexander Alekhin
45428b897f
imgcodecs(tiff): avoid leak of helper struct on malformed inputs
...
oss-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13285
6 years ago
Alexander Alekhin
4b91dfd215
Merge pull request #14199 from devnexen:openbsd_build_fix
6 years ago
Alexander Alekhin
50a6f9d251
imgcodecs(bmp): limit size of processed images
...
2Gb+ images can't be handled properly by current implementation
ozz-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13295
6 years ago
David Carlier
06a4c20f60
OpenBSD build fix
...
required for close calls.
6 years ago
Alexander Alekhin
fcb07c64f3
cmake: fix build of dnn tests with shared common code
...
- don't share .cpp files (PCH support is broken)
6 years ago
Alexander Alekhin
6316b3ed91
Merge pull request #14196 from seiko2plus:issue14195
6 years ago
Sayed Adel
de22442046
dnn:perf add missing definition __OPENCV_TEST to fix pch
6 years ago
Alexander Alekhin
10ce935823
3rdparty(zlib): prevent uninitialized use of state->check
...
backporting of commit: 8afb2f0cb7
6 years ago
Alexander Alekhin
360758e8ae
Merge pull request #14193 from alalek:fix_ossfuzz_13317
6 years ago
Alexander Alekhin
8afb2f0cb7
3rdparty(zlib): prevent uninitialized use of state->check
...
ozz-fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13317
PR: https://github.com/opencv/opencv/pull/14193
zlib upstream bug: madler/zlib#245
Ported fix: ee376c65ab
6 years ago
Alexander Alekhin
7442100caa
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Maksim Shabunin
52cd1dacbf
Merge pull request #14156 from mshabunin:videowriter-bad-test
...
* videoio: added bad parameters handling to VideoWriter
* AVFoundation/Writer: support UTF-8, check input parameters
6 years ago
Lubov Batanina
7d3d6bc4e2
Merge pull request #13932 from l-bat:MyriadX_master_dldt
...
* Fix precision in tests for MyriadX
* Fix ONNX tests
* Add output range in ONNX tests
* Skip tests on Myriad OpenVINO 2018R5
* Add detect MyriadX
* Add detect MyriadX on OpenVINO R5
* Skip tests on Myriad next version of OpenVINO
* dnn(ie): VPU type from environment variable
* dnn(test): validate VPU type
* dnn(test): update DLIE test skip conditions
6 years ago
Pavel Rojtberg
62775660d1
core: python - test cv::copyTo with pre-allocated dst
6 years ago
George Wilson
982e6fc721
Merge pull request #14154 from GeorgeWilson96:bugfix/14148
...
* Fixed #14148 Broken Documentation Link
* fixup: use 3.4 branch
6 years ago
Alexander Alekhin
b761ec0132
Merge pull request #14177 from alalek:fix_14173
6 years ago
Alexander Alekhin
3cd6e3b304
Merge pull request #14166 from dkurt:fix_slim_mobilenet_v2
6 years ago
Alexander Alekhin
1fb8dcb0de
Merge pull request #14170 from alalek:cmake_hide_helper_modules
6 years ago
Alexander Alekhin
428ff431df
Merge pull request #14168 from alalek:dnn_fix_drop_IE_2018R2
6 years ago
Alexander Alekhin
c7c987843c
cmake: emit error if CUDA is enabled without opencv_contrib
6 years ago
Alexander Alekhin
73191ad3ec
Merge pull request #14172 from smirnov-alexey:gapi_fix_nv12_valgrind
6 years ago
smirnov-alexey
769d2f4c44
Fix valgrind issue in NV12 test
6 years ago
Alexander Alekhin
8ce7d9a4d1
cmake: hide helper modules
...
- bindings generators
- keep "ts" module
6 years ago
Alexander Alekhin
e8c20bfae6
dnn: fix support drop for IE<2018R3
...
- fix build with IE 2018R3
6 years ago
Alexander Alekhin
d6b82dcd65
Merge pull request #14162 from alalek:eliminate_coverity_scan_issues
...
core: eliminate coverity scan issues (#14162 )
* core(hal): avoid using of r,g,b,a parameters in interleave/deinterleave
- static analysis tools blame on possible parameters reordering
- align AVX parameters with corresponding SSE/NEO/VSX/cpp code
* core: avoid "i,j" parameters in Matx methods
- static analysis tools blame on possible parameters reordering
* core: resolve coverity scan issues
6 years ago
Alexander Alekhin
5368a4ac41
Merge pull request #14102 from alalek:core_refactor_eigenvalues
6 years ago
Dmitry Kurtaev
9cfd219d70
Fix Mobilenet v2 from TensorFlow slim
6 years ago
Alexander Alekhin
90df5e00b4
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
9340fc0c50
Merge pull request #14146 from alalek:cmake_cmp0068
6 years ago
Alexander Alekhin
f738e490a3
Merge pull request #13989 from kohei-us:onnx-conv-transpose-output-shape
6 years ago
Alexander Alekhin
55366caecd
Merge pull request #14155 from alalek:fix_macos_ocl_warnings_3.4
6 years ago
Kohei Yoshida
212420516f
Add a test case for handling output_shape property for deconvolution layer.
6 years ago