- 04 Oct, 2018 1 commit
-
-
Anush Elangovan authored
_tzcnt_u32() is not exported by clang-cl intrin.h so check for clang-cl and enable an alterate for _tzcnt_u32() Some discussions: http://lists.llvm.org/pipermail/cfe-dev/2016-October/051329.html https://bugs.llvm.org/show_bug.cgi?id=30506 TEST=Build with clang-cl
-
- 03 Oct, 2018 3 commits
-
-
Apoorv Goel authored
* fix #12012 * Replace CV_StsBadFlag with Error::StsBadFlag
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 02 Oct, 2018 7 commits
-
-
Reid Kleckner authored
Avoids passing -Wall, which will enable literally every warning in Clang. Avoids passing -ffunction-sections etc to clang-cl, which each generate warnings.
-
Alexander Alekhin authored
-
Peter Rekdal Sunde authored
The `codec_tag` is only available when opening a file from disk. If `AVStream` is a network stream then `fourcc` must be obtained using `codec_id`. I have tested the following scenarios: 1) Open a `.mp4` file and verify that `codec_tag` is returned (old behavior) 2) Open a `rtsp` stream and verify that `codec_fourcc` is returned (Tested with a MJPEG, H264 and H265 stream)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* avoid race condition
-
Vitaly Tuzov authored
-
- 01 Oct, 2018 11 commits
-
-
Suleyman TURKMEN authored
Update hog.cpp (#12649)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Antonio Borondo authored
-
- 30 Sep, 2018 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- avoid memory access violation during "prefetch" stage
-
Loic Petit authored
-
Loic Devulder authored
This commit fixes an issue while trying to compile on s390x architecture. This is simply a backport of a fixe already applied in official protobuf code: - https://github.com/protocolbuffers/protobuf/pull/3955
-
berak authored
-
- 29 Sep, 2018 10 commits
-
-
Hamdi Sahloul authored
TS: fix Python v2/v3 compatibility (#12667) * TS: fix Python2.7 compatibility * TS: fix Python3 compatibility * py3: use integer division '/' => '//' instead of cast
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
especially if it matches the module being tested
-
Tomoaki Teshima authored
* follow the implementation of Luv2RGBfloat in imgproc/src/color_lab.cpp * loosen threshold in cudaimgproc
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
soonbro authored
'mFramesCouner' -> 'mFramesCounter'
-
- 28 Sep, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Andrew Mroczkowski authored
The regex was only parsing for a single digit in the major version, causing Xcode 10 to be treated as version "1". Other parts of the script only turn on bitcode generation if the Xcode version is > 7.
-