opencv/modules
chacha21 166d75e3c5 Fix for unhandled error cases when using Media Foundation
Some function calls to Media Foundation can fail and retrun null
pointers. They should be checked before being dereferenced to avoid a
crash.
2016-12-13 10:40:06 +01:00
..
calib3d Add note about solvePnP methods that cannot be used. 2016-12-09 13:15:52 +01:00
core Merge pull request #7822 from alalek:fix_arithmmask_test 2016-12-09 19:02:30 +00:00
cudaarithm build: fix cuda tests 2016-12-03 13:17:37 +03:00
cudabgsegm Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudacodec Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudafeatures2d test: fix cuda build 2016-11-29 01:18:10 +03:00
cudafilters build: cuda warnings 2016-12-04 03:10:05 +03:00
cudaimgproc build: cuda warnings 2016-12-04 03:10:05 +03:00
cudalegacy Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
cudaobjdetect test: fix cuda build 2016-11-29 01:18:10 +03:00
cudaoptflow test: fix cuda build 2016-11-29 01:18:10 +03:00
cudastereo test: fix cuda build 2016-11-29 01:18:10 +03:00
cudawarping Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudev build: cuda warnings 2016-12-04 03:10:05 +03:00
features2d perf: disabled checks for magic numbers 2016-11-18 15:20:18 +03:00
flann Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
highgui highgui: g_thread_create deprecated warning 2016-11-26 03:01:39 +03:00
imgcodecs Add imread documentation note when EXIF orientation is embedded. 2016-12-07 18:08:18 +01:00
imgproc 5x5 gaussian blur optimization 2016-12-06 09:42:37 +08:00
java java: fix PATH environment variable 2016-12-06 20:01:06 +03:00
ml Merge pull request #7371 from mshabunin:aruco-java-wrap 2016-10-01 15:38:59 +00:00
objdetect objdetect: Properly check for C++11 as it's done in the matching .cpp file. Fixes #7623 2016-11-28 10:15:16 +01:00
photo test: change condition in Photo_Decolor 2016-10-20 16:54:43 +03:00
python Merge pull request #7644 from alalek:cmake_python_install 2016-11-18 12:19:00 +00:00
shape Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
stitching test: don't check magic values in stitching perf test 2016-10-31 13:37:59 +03:00
superres warnings 2016-11-18 14:08:53 +03:00
ts ts: added findDataFile() utility function and SkipTestException 2016-11-29 23:17:39 +03:00
video Removed redundant calculations 2016-12-04 20:28:56 +01:00
videoio Fix for unhandled error cases when using Media Foundation 2016-12-13 10:40:06 +01:00
videostab Merge pull request #7370 from souch55:Fixxn 2016-10-01 10:44:56 +00:00
viz viz: free new[] allocated arrays using delete[] instead of free 2016-11-08 13:03:22 +01:00
world Fixed identifiers warns 2016-09-30 15:16:29 +05:30
CMakeLists.txt