Alexander Alekhin
fb4c2ba64d
OpenCV version++
...
2.4.13.4
7 years ago
Alexander Alekhin
e53f1b2532
Merge pull request #9808 from alalek:backport_fixes
...
(2.4) backport fixes
7 years ago
Yaron Inger
621a1d3b09
videoio: remove AssetsLibrary dependency.
...
The entire AssetsLibrary framework is deprecated since iOS 8.0. The code
used in the camera example code can use UIKit to save videos to the
camera instead, which allows to avoid linking with PhotoKit instead to
prevent increasing the iOS deployment target.
7 years ago
berak
14b686cdc7
imgcodecs: fix 4 reading channel bmp images
7 years ago
blendin
0202e52747
Fix out of bounds write
7 years ago
Benoit Blanchon
7997e7aee9
cmake: map RelWithDebInfo and MinSizeRel configuration to Release
7 years ago
Guillaume Jacob
b43e5e2d21
CMakeLists.txt: fix a typo in a message
7 years ago
KUANG Fangjun
c92ecc7f96
Improve the documentation.
7 years ago
Alexander Alekhin
ae52d94ceb
Merge pull request #9776 from IgWod:matrix-memory-leak-fix
...
Fix memory leak in the matrix copying constructor
7 years ago
Igor Wodiany
37d4e24806
Fix a memory leak in the Mat copying constructor
...
Exception may be rasied inside the body of a copying constructor after
refcount has been increased, and beacause in the case of the exception
destrcutor is never called what causes memory leak. This commit adds a
workaround that calls the release() function before the exception is
thrown outside the contructor.
7 years ago
Alexander Alekhin
7b861cac9f
Merge pull request #9662 from alalek:backport_9448_9504
...
(2.4) imgcodecs: backport 9448 9504
7 years ago
Alexander Alekhin
da9395b592
imgcodecs: fix regression 9376
7 years ago
Alexander Alekhin
df1a026329
imgcodesc: fix code problems with integer overflow / address arithmetic / UB
7 years ago
Alexander Alekhin
dd9bf1ba1d
Merge pull request #9435 from alalek:fix_numpy_warning_2.4
...
(2.4) python: eliminate -Wundef warning about NPY_INTERNAL_BUILD
7 years ago
Alexander Alekhin
30f7576029
Merge pull request #9383 from alalek:imgcodecs_refactoring_2.4
8 years ago
Alexander Alekhin
f548d660ba
Merge pull request #9432 from alalek:cmake_deprecated_policies_2.4
...
(2.4) cmake deprecated policies (backport 9415)
8 years ago
Alexander Alekhin
8a2bbc57e4
python: eliminate -Wundef warning about NPY_INTERNAL_BUILD
...
numpy 1.13.0+
8 years ago
Alexander Alekhin
e575b5ff9a
cmake: remove INSTALL_NAME_DIR
8 years ago
Alexander Alekhin
355553b0a6
cmake: CMP0026 NEW
8 years ago
Alexander Alekhin
d25b04149a
cmake: CMP0022 NEW
8 years ago
Alexander Alekhin
268d17e086
cmake: drop CMP0017
8 years ago
Alexander Alekhin
d567a79581
cmake: use CMAKE_CXX_COMPILER_VERSION (CMake 2.8.8+)
...
- PVAPI library detection was changed
8 years ago
Alexander Alekhin
3ba7c16670
cmake: bump minimal version
8 years ago
Alexander Alekhin
f7d99f3f6a
Merge pull request #9408 from alalek:backport_9228
...
(2.4) Update OpenCVCompilerOptions.cmake (backport 9228)
8 years ago
neok-m4700
126de0cd95
Update OpenCVCompilerOptions.cmake
...
misplaced else
8 years ago
Alexander Alekhin
72d29259ca
imgcodecs: refactoring, improve code quality
8 years ago
Alexander Alekhin
c9488c661f
Merge pull request #9380 from StevenPuttemans:fix_doc_9359_2.4
...
backport of PR 9367
8 years ago
Steven Puttemans
4852f017fa
backport of PR 9367
8 years ago
Alexander Alekhin
b398b572cc
OpenCV version++
...
2.4.13.3
8 years ago
Alexander Alekhin
a0520bef42
Merge pull request #9266 from alalek:backport_9238
...
(2.4) backport #9238
8 years ago
Alexander Alekhin
7dceebbc4e
flann: fix out of buffer access
8 years ago
Alexander Alekhin
0312df4812
cmake: fix compiler flags
8 years ago
Alexander Alekhin
d19147bc78
Merge pull request #9218 from alalek:backport_2.4
...
(2.4) Backport changes from master
8 years ago
Alexander Alekhin
fc2a71dbab
build: enable __STDC_FORMAT_MACROS macro
8 years ago
kvaghel1
6bafc2c598
Fix frame timestamp in VideoCapture::get
8 years ago
Alexander Alekhin
777a0080cb
cmake: disallow in-source builds
8 years ago
Christof Kaufmann
572c86176a
cmake: Avoid adding default path as system directory for GCC 6.x
...
This is a completion for PR #7390 and fixes #6517 and #815 .
8 years ago
Alexander Alekhin
8736ece97d
Merge pull request #9116 from alalek:backport_9110_2.4
...
(2.4) Added detection of MSVC1911
8 years ago
Patrik Huber
ebd961585e
Added detection of MSVC1911
...
This is VS2017 Preview. It makes sure the version is detected properly and the INSTALL target then correctly installs to x64/vc15 (the same as MSVC1910).
8 years ago
Alexander Alekhin
2e343ef631
Merge pull request #9102 from varunagrawal:2.4-vector
...
gpu.hpp vector scope fix
8 years ago
Varun Agrawal
af3c544483
All vector definitions have correct namespace scopes
8 years ago
Alexander Alekhin
3dedd62f54
Merge pull request #8970 from alalek:fix_libname_2.4
...
(2.4) cmake: fix libname for pkg-config configuration
8 years ago
Alexander Alekhin
07b7c03efc
Merge pull request #8980 from alalek:fix_typo_8979_2.4
...
(2.4) highgui(macos): fix video file reading via AVFoundation
8 years ago
Alexander Alekhin
aae7621243
highgui(macos): fix video file reading via AVFoundation
8 years ago
Alexander Alekhin
fa36e769cf
Merge pull request #8979 from sabzo:issue/8305_unhandled_objective_c_exception_video_avi_playback
...
Unhandled Objective-C exception when playing video
8 years ago
Sabelo
f71bf21aaf
Unhandled Objective-C exception when playing video
8 years ago
Alexander Alekhin
70489b1e22
cmake: fix libname for pkg-config configuration
8 years ago
Alexander Alekhin
e397794ae2
Merge pull request #8959 from alalek:gitignore_cache_2.4
8 years ago
Alexander Alekhin
3d4e1bd641
.gitignore: add .cache directory (to be consistent with master branch)
8 years ago
Alexander Alekhin
3649ee3cd3
Merge pull request #8887 from krishraghuram:gpu_reduce_doc
...
Modified doc for gpu::reduce(fixes issue 8628)
8 years ago