Roman Donchenko
|
d8a4d3a2eb
|
Merge pull request #1921 from SpecLad:defined-msc-ver
|
2013-12-04 15:46:56 +04:00 |
|
Roman Donchenko
|
11c7053b0f
|
Fixed a -Wundef warning in cl_platform.h.
_MSC_VER -> defined _MSC_VER. Fixes building with MinGW.
Similar to fbc91c5ee .
|
2013-12-04 12:39:20 +04:00 |
|
Andrey Pavlenko
|
b5dbe9e04b
|
Added patch from master for fixing VS2013 in 3rd party lib OpenEXR
|
2013-12-03 16:08:57 +04:00 |
|
Alexander Smorkalov
|
a13db7c8fa
|
Android native camera destruction fixed for Android 4.4.
|
2013-11-29 10:38:26 +04:00 |
|
Alexander Alekhin
|
fbc91c5ee9
|
ocl: fix cl_platform.h:95: #elif _WIN32 -> #elif defined(_WIN32)
|
2013-11-22 18:24:20 +04:00 |
|
Roman Donchenko
|
4746a710bb
|
Merge pull request #1820 from asmorkalov:android_native_camera_44
|
2013-11-19 12:47:48 +04:00 |
|
Alexander Smorkalov
|
26d3a1a036
|
Prebuilt libnative_camera_xxx updated.
|
2013-11-18 18:19:38 +04:00 |
|
Alexander Karsakov
|
83cefcb92a
|
FFmpeg 2.0.2 32-bit builded with mingw (4.6.1) with following additional options: --enable-w32threads --disable-iconv --cpu=i686 (workaroud for http://trac.ffmpeg.org/ticket/2363)
|
2013-11-18 13:56:02 +04:00 |
|
Roman Donchenko
|
d3af86c0ea
|
Added the missing setting of HAVE_FFMPEG to true on Windows.
While the FFmpeg video IO backend gets compiled even without it,
the tests (for both FFmpeg and video IO) don't. This should fix
that.
|
2013-10-25 14:22:07 +04:00 |
|
Alexander Alekhin
|
9d380ecc08
|
added Khronos OpenCL 1.2 header files
|
2013-10-18 15:44:55 +04:00 |
|
Roman Donchenko
|
5e24376ad7
|
Updated ffmpeg_vesion.cmake after #1516.
|
2013-10-18 12:23:56 +04:00 |
|
Roman Donchenko
|
9c7ba848bb
|
Merge pull request #1516 from akarsakov:new_ffmpeg_build
|
2013-10-17 15:41:18 +04:00 |
|
Alexander Karsakov
|
cee308312a
|
Updated build of ffmpeg library (v 2.0.2). Builded with mingw (gcc 4.6.1) with
folowing additional options: --enable-w32threads, --arch=i686 (for 32-bit
library, workaround for http://trac.ffmpeg.org/ticket/2363)
|
2013-10-17 12:29:00 +04:00 |
|
Alexander Alekhin
|
555c505b70
|
update cmake 'install' target for Windows platform
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
|
2013-10-09 17:49:10 +04:00 |
|
Vladislav Vinogradov
|
d1f3a62832
|
fix for bug #3291:
add INSTALL command for TBB target
|
2013-09-27 14:45:08 +04:00 |
|
Alexander Smorkalov
|
3036ec4b89
|
LibTIFF Win32 API back-end disabled for Windows RT.
|
2013-08-28 07:31:46 -07:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
|
Roman Donchenko
|
0d8cb2e319
|
Disabled whitespace checking for 3rdparty.
|
2013-08-21 18:59:24 +04:00 |
|
Roman Donchenko
|
abf372d759
|
Fixed incorrect extension on 3rdparty/libpng/opencv-libpng.patch.
|
2013-08-19 15:00:36 +04:00 |
|
Roman Donchenko
|
47b3e7855f
|
Merge pull request #1252 from asmorkalov:winrt_api_cert_highgui_fix
|
2013-08-16 14:05:39 +04:00 |
|
Alexander Smorkalov
|
9af2c1661a
|
Restricted Win32 API was fixed in Highgui and some 3rd party libs. Patch
for libpng added.
|
2013-08-15 06:42:00 -07:00 |
|
Alexander Smorkalov
|
fff91eef0b
|
Native camera libraries updated.
Android 4.3 support added;
ANY camera index support fixed;
applyProperties now uses camera->reconnect() instead close/connect for Android 4.x.
|
2013-08-09 17:43:21 +04:00 |
|
Andrey Pavlenko
|
f7ce70f70a
|
Merge pull request #1110 from SpecLad:config-cleanup
|
2013-07-30 17:39:35 +04:00 |
|
Alexander Smorkalov
|
908039c658
|
Warning suppresion for TBB on WinRT added.
|
2013-07-24 09:21:30 +04:00 |
|
Alexander Smorkalov
|
a64eccd2cd
|
Debug build for WindowsRT with TBB fixed.
Debug library name prefix changed no "_debug" to fit pragmas in TBB
headers.
|
2013-07-17 05:21:26 -07:00 |
|
Roman Donchenko
|
eb8d9730cb
|
Removed unused NEW_FFMPEG macro.
|
2013-07-11 12:55:34 +04:00 |
|
Alexander Smorkalov
|
c2e6668414
|
Bug #3124 libopencv_java.so v 2.4.6 hangs on some Android 4.0.3 devices fixed.
Downgrade TBB to 4.1u2 for all platforms, except WinRT.
|
2013-07-04 18:52:52 +04:00 |
|
Alexander Smorkalov
|
070a77ae0d
|
TBB updated to version 4.1 update 4.
|
2013-06-27 15:47:23 +04:00 |
|
Alexander Smorkalov
|
08a0e1c91b
|
TBB support for WinRT fixed.
Development release of TBB with WinRT support added;
TBB.dll is placed in bin folder now.
|
2013-06-25 03:35:54 -07:00 |
|
Alexander Smorkalov
|
e3577c2f58
|
Build with dev release of TBB enabled.
|
2013-06-24 02:45:21 -07:00 |
|
Andrey Kamaev
|
2665c39a0d
|
Fix build warnings from gcc 4.8
|
2013-05-13 17:07:30 +04:00 |
|
Alexander Smorkalov
|
8606ee4beb
|
Front/Back camera semantic support added to Android VideoCapture back-end.
|
2013-04-24 10:56:16 +04:00 |
|
Alexander Smorkalov
|
429cd85b46
|
More accurate guards for WinRT features in CMake.
|
2013-03-20 12:21:29 -07:00 |
|
Alexander Smorkalov
|
3d594c70ff
|
Multiple Windows RT fixes
TIFF build was fixed;
Direct Show back-end was enabled;
More accurate guards implemented.
|
2013-03-19 17:46:01 -07:00 |
|
OpenCV Buildbot
|
e6dd4e840d
|
Update FFMPEG wrapper binaries
|
2013-02-22 16:56:01 +04:00 |
|
OpenCV Buildbot
|
50d3e565c5
|
Update FFMPEG wrapper binaries
|
2013-02-14 18:39:24 +04:00 |
|
Andrey Kamaev
|
4045e6e588
|
Update tbb to version 4.1 update 2
|
2013-02-08 18:45:24 +04:00 |
|
Alexander Smorkalov
|
192ee15520
|
Code review notes fixed;
HardFP and SoftFP toolchains joined to one;
RPATH skiping added.
|
2013-02-08 12:42:03 +04:00 |
|
Alexander Smorkalov
|
b81f0887f0
|
Carma board support fixed.
|
2013-02-06 14:47:42 +04:00 |
|
Alexander Smorkalov
|
4e243e1759
|
TBB build for arm linux fixed. Processors count detected correctly.
|
2013-02-06 14:43:57 +04:00 |
|
Alexander Smorkalov
|
3ed99b7700
|
Code review notes applied.
Toolchain for arm hardfp added.
|
2013-02-06 14:43:57 +04:00 |
|
Alexander Smorkalov
|
ffb9da14fb
|
TBB build defines for Linux added.
|
2013-02-06 14:43:57 +04:00 |
|
Alexander Smorkalov
|
7882aba7af
|
TBB download and build option enabled for non Android platfroms.
|
2013-02-06 14:43:57 +04:00 |
|
Andrey Kamaev
|
24af691843
|
Merge pull request #168 from asmorkalov:android_42_camera_fix
|
2012-11-21 14:50:53 +04:00 |
|
Alexander Smorkalov
|
aa4e6a8a83
|
Issue #2547 Native camera does not work on Google Nexus 7 with Android 4.2 fixed;
Issue #2506 Unnecessary log printouts in OpenCV::camera fixed;
Native camera for MIPS Android 4.1.1 added.
Build script for camera updated.
|
2012-11-21 11:37:29 +04:00 |
|
Andrey Kamaev
|
934b623fa9
|
Merging pull request #169 from taka-no-me:android-ndk-r8c
|
2012-11-20 17:56:12 +04:00 |
|
Andrey Kamaev
|
04481d9ef4
|
Fix Android build with clang compiler
|
2012-11-20 15:20:04 +04:00 |
|
Andrey Kamaev
|
9ca1162be8
|
Update URL for TBB download. Update to TBB 4.1 update 1
|
2012-11-19 11:43:28 +04:00 |
|
Andrey Kamaev
|
ac96bb357c
|
Suppress more warnings in libtiff
|
2012-10-23 18:20:07 +04:00 |
|