4525 Commits (98b6ce353cc9342bee472e594eaf4b23136b0430)

Author SHA1 Message Date
Vincent Rabaud ffd010767f Only use fma functions when CV_FMA3 is set. 3 years ago
Alexander Alekhin a49cda6523 core: eliminate Winvalid-noreturn in base.hpp 3 years ago
Alexander Alekhin d612c72405 build: fix MSVC-Clang warnings about unused parameters in stubs 3 years ago
Alexander Alekhin 75e2ba5af3 core(simd): fix compilation with MSVC-Clang 3 years ago
Alexander Alekhin 1726bb6c0d build(icc): fix nodiscard attribute handling 3 years ago
Zhuo Zhang 7da51787b9
Merge pull request #20900 from zchrissirhcz:3.4-hwfeatures-support-qnx 3 years ago
Alexander Alekhin b5fcb06a76 core(SIMD): update int64 SSE constructor 3 years ago
Sergiu Deitsch f8f9f3c438 fixed AVX compile error 3 years ago
Alexander Alekhin 982503e9a8 core: ensure 'int' result from CV_POPCNT_U64(x) 3 years ago
Alexander Alekhin b1cf550123 release: OpenCV 3.4.16 3 years ago
Alexander Alekhin 4985311d46 core(tls): avoid destruction of TlsAbstraction singleton 3 years ago
Alexander Alekhin 27545dcc86 core: add __NetBSD__ build fix in parallel.cpp 3 years ago
Alexander Alekhin ebef84e9ea pre: OpenCV 3.4.16 (version++) 3 years ago
Alexander Alekhin d20c9bde7e core(TLS): force TlsAbstraction initialization before main() 3 years ago
Alexander Alekhin 62414e3073 core(parallel): suppress TSAN warning 3 years ago
mikael f7b4b750d8 Detect FP16 on FreeBSD aarch64 3 years ago
Dale Phurrough de1a459879
fix opencv/opencv#20613 3 years ago
Alexander Alekhin 9b4ecc96f6 core(ocl): buffer bounds in intelblas_gemm_buffer_NT 3 years ago
Alexander Alekhin e3f4f874c5
Merge pull request #20670 from alalek:core_ocl_fix_intel_gpu_gemm_requirements 3 years ago
Alexander Alekhin 5578ad5e14 dnn(ocl): fix automatic globalsize adjusting 3 years ago
Alexander Alekhin aaff125608 core(ocl): debug capabilities 3 years ago
Vadim Levin 16b9514543 feat: update conversion logic for `std::vector<T>` in Python bindings 3 years ago
Alexander Alekhin f25951c412 core(ocl): handle NULL in dumpValue() debug call 3 years ago
Dale Phurrough 3995deaf76
fix opencv/opencv#20544 nodiscard for msvc/gcc 3 years ago
Dale Phurrough 54a9e00970
fix opencv/opencv#20594 - exception handling with refcounts 3 years ago
Dale Phurrough 9bda96d39e
add test case 3 years ago
Vadim Levin 531ea5b3a2 fix: convert arguments names that are keywords reserved by Python 3 years ago
Pablo Romero 6f417b57c1
Merge pull request #20399 from pablorcum:3.4 3 years ago
Alexander Alekhin 591708903b release: OpenCV 3.4.15 3 years ago
Alexander Alekhin db4b1e613c core(persistence): fix types format handling 3 years ago
kikaxa bb60cb0bf9 Reenable filesystem for ios builds 3 years ago
Vincent Rabaud c8268e65fd Fix potential NaN in cv::norm. 3 years ago
Alexander Alekhin 5f80f43ff5 core: fix nSize initialization in cvIplImage() 3 years ago
Alexander Alekhin 43940f7ffc pre: OpenCV 3.4.15 (version++) 3 years ago
Developer-Ecosystem-Engineering 814550d2a6
Merge pull request #20011 from Developer-Ecosystem-Engineering:3.4 4 years ago
Alexander Alekhin 3d394943e6 core(ocl): avoid limit of Image kernel args 4 years ago
berak 302c2354a3 core: add missing implementation for Mat::ptr(Vec) 4 years ago
Alexander Alekhin d2a9ca13f1 core(tls): handle process termination / cleanup issues 4 years ago
Zhuo Zhang bf26050f7e
Fix missing return type for unsafe CV_XADD function 4 years ago
Alexander Alekhin 222af8e7e4 core: avoid process cleanup deadlock if TlsStorage is not used 4 years ago
Suleyman TURKMEN ec8b7c933a Update Documentation 4 years ago
Aaron Greig f3f46096d6 Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 4 years ago
Alexander Alekhin d0e3e638c3 release: OpenCV 3.4.14 4 years ago
Alexander Alekhin b26f5b9468 core: backward compatibility for vx_store/vx_store_aligned calls 4 years ago
Alexander Alekhin 8069a6b4f8 core(IPP): disable some ippsMagnitude_32f calls 4 years ago
Alexander Alekhin a2a92999be core(arithm_op): workaround problem with scalars handling 4 years ago
Vitaly Tuzov aab62aa6dd
Merge pull request #18952 from terfendail:wui_doc 4 years ago
Mikhail Nikolskii bf9f67e93f
Merge pull request #19783 from mikhail-nikolskiy:interop-perf 4 years ago
Jonathan Deakin 29a289dfa1 Add v_expand for AArch64, fuse vmovl+vget_high into vmovl_high 4 years ago
Alexander Alekhin a97f6f8058 js: support setLogLevel() / getLogLevel() calls 4 years ago