2154 Commits (4a297a2443cd4afb34c8852a5b53ec8fdc5e96f4)

Author SHA1 Message Date
Alexander Alekhin 68ef903a7c core(tls): don't use tlsSlots without synchronization 8 years ago
Alexander Alekhin bf0173bf38 ts: update valgrind suppressions 8 years ago
dkurt 583b327523 Fix JSON booleans without quotes 8 years ago
dkurt 3515f6ec33 Missed NAMED bit of JSON nodes tag 8 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 8 years ago
Alexander Alekhin 7f3eea6325 core: fix Mat/UMat cleanup on exceptions in deallocate() 8 years ago
Alexander Alekhin 544eb4be1f IPP: update minMaxIdx, disable some AVX optimizations with mask 8 years ago
Alexander Alekhin ec7ce81401 core: fix FileStorage format detection in case of .gz archives 8 years ago
Alexander Alekhin 5bc291937f test: FileStorage format regression test 8 years ago
Alexander Alekhin b4716b1d92 core: fix convertTo() AVX2 optimization 8 years ago
Rostislav Vasilikhin 4b75be801e initial version of Lab2RGB_f tetrahedral interpolation written 8 years ago
Alexander Alekhin 5ebfb52a4a ipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype 8 years ago
PkLab.net 6dd9e18b2e add std::string overload for cv::read() 8 years ago
Vladislav Sovrasov 5b833db558 core: forbid conversion real->int in some cases in FileStorage 8 years ago
Maksim Shabunin 02db592014 Fixed several issues found by static analysis (Windows specific) 8 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 8 years ago
Alexander Alekhin da8dbf6cf5 ocl: async cl_buffer cleanup queue (for event callback) 8 years ago
Alexander Alekhin daee982106 ocl: rework events handling with clSetEventCallback 8 years ago
Vitaly Tuzov 5448d9186a AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
Alexander Alekhin b66c349bba core(stat): add required CV_AVX_GUARD 8 years ago
Alexander Alekhin c45d3568ae core(stat): register dispatched code, fix build 8 years ago
Alexander Alekhin 6a6222d21c core(stat): remove useless checks 8 years ago
Alexander Alekhin 880052d3f3 core(stat): create dispatch.cpp file 8 years ago
Alexander Alekhin 85afbd409b core(stat): move implementations into .hpp file w/o changes 8 years ago
Alexander Alekhin 03c3e0edcf core(stat): stat.cpp minor refactoring 8 years ago
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 8 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Vladislav Sovrasov 35a1ecef2a core: fix infinite recursion in compare 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Alexander Alekhin 650830b9d6 build: eliminate warning 8 years ago
Rostislav Vasilikhin e63feba8e2 fixed typo 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Vladislav Sovrasov 4f9871817a core: forbid handling of the case when src=dst in cv::repeat 8 years ago
Alexander Alekhin 3e3e2dd512 android: make optional "cpufeatures", build fixes for NDK r15 8 years ago
Alexander Alekhin d3ebe665e0 core: fix IPP optimization for sortIdx 8 years ago
Rostislav Vasilikhin 939c8e8a99 float constant replaced by int hex representations 8 years ago
Rostislav Vasilikhin 29593635ed licence updated 8 years ago
Vadim Pisarevsky fbafc700ea added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD 8 years ago
Tomoaki Teshima 94848a3e1f suppress unreachable code warning 8 years ago
Alexander Alekhin 3dee87b697 update CPU detection on ANDROID patch 8 years ago
Maksim Shabunin f71ea4dfe9 Merge pull request #8816 from mshabunin:sprintf-fix 8 years ago
Alexander Alekhin 5c0a287ce8 build: fix warning 8 years ago
Alexander Alekhin 71517a910a build: fix errors for MSVS2010-2013, reduce default softfloat scope 8 years ago
Tomoaki Teshima e269ef96cb update convertFp16 using CV_CPU_CALL_FP16 8 years ago
Rostislav Vasilikhin c6a3a18894 SoftFloat integrated (#8668) 8 years ago
Woody Chow 6e00c7651b Use num_threads clause of #pragma omp parallel instead to avoid calling omp_set_num_threads for the entire application 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
Matthias Grundmann cf4e9e5ce2 Update matrix.cpp 8 years ago
Vadim Pisarevsky 4eda8efd42 resolves https://github.com/opencv/opencv/issues/7792 8 years ago