- 29 Sep, 2014 2 commits
-
-
Artur Wieczorek authored
Use _com_ptr_t instead of CComPtr in ComPtr wrapper to avoid ATL dependency.
-
Maksim Shabunin authored
-
- 27 Sep, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 26 Sep, 2014 1 commit
-
-
Manfred Georg authored
The Mutex manager registered with ffmpeg must reset the mutex to NULL after destruction, otherwise ffmpeg will give the invalid mutex to the next mutex manager when it asks it to CREATE a new mutex. See ffmpeg code: http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavcodec/utils.c;h=28c5785398fcf11a3d3c70a8cd09e9df798e2734;hb=HEAD#l3423 Cherry picked from head (file has moved but issue is the same). Conflicts: modules/videoio/src/cap_ffmpeg_impl.hpp
-
- 25 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 24 Sep, 2014 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
StevenPuttemans authored
-
Artur Wieczorek authored
-
- 23 Sep, 2014 7 commits
-
-
Artur Wieczorek authored
Currently, FFMPEG source files are included in highgui project file regardless of CMake WITH_FFMPEG option. After applying this PR FFMPEG files are included only if WITH_FFMPEG option is enabled.
-
Artur Wieczorek authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 22 Sep, 2014 6 commits
-
-
StevenPuttemans authored
-
Artur Wieczorek authored
-
Artur Wieczorek authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
StevenPuttemans authored
-
- 21 Sep, 2014 1 commit
-
-
Artur Wieczorek authored
-
- 19 Sep, 2014 15 commits
-
-
Artur Wieczorek authored
-
Tom Stellard authored
In C99 'inline' is not a hint to the compiler to inline the function, it is an attribute that affects the linkage of the function. 'inline' functions are required to have a definition in a different compiliation unit, so compilers are free to delete 'inline' functions if they want to. This issue can be seen in Clang when compiling at -O0. Clang will sometimes delete 'inline' functions which creates an invalid program. Issue 3746: http://code.opencv.org/issues/3746
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Artur Wieczorek authored
-
WilhelmHannemann authored
Merge branch 'bugfix_brute_force_match_cl' of https://github.com/WilhelmHannemann/opencv into bugfix_brute_force_match_cl
-
http://code.opencv.org/issues/2837WilhelmHannemann authored
Bugfix brute_force_match.cl (see http://code.opencv.org/issues/2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher
-
WilhelmHannemann authored
Bugfix brute_force_match.cl (Bug #2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher
-
Vadim Pisarevsky authored
-
https://github.com/elmarb/opencvVadim Pisarevsky authored
use different fix for the problem, embedded right into the BFMatcher.
-
E Braun authored
-
E Braun authored
-
E Braun authored
-
Vadim Pisarevsky authored
-
- 18 Sep, 2014 1 commit
-
-
Vadim Pisarevsky authored
-