193 Commits (210bfaf8d68b556697a90aba54729418a1f29290)

Author SHA1 Message Date
Andrey Kamaev 694f0e954f Added linking against AppKit framework when OpenCV is configured with WITH_QUICKTIME=OFF 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 79df8db76f Fixed recently introduced build problems on some platforms 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 949c4edf41 Merged the trunk r8408:8457 (inclusive) 13 years ago
Andrey Kamaev 7b5a45eac4 Merged the trunk r8384:8407 (inclusive) 13 years ago
Andrey Kamaev e161f428a0 Fixed PvAPI search on Windows #1927 13 years ago
Vadim Pisarevsky fd68cc768a fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876) 13 years ago
Andrey Kamaev ac8f61ee91 Fixed Linux build 13 years ago
Andrey Kamaev decd6c0fab Restored QuartzCore framework for OS X 13 years ago
Andrey Kamaev 0716ebb7a6 Refactored highgui libraries search (tested on Windows only) 13 years ago
Andrey Kamaev 8d135e8ea1 Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows. 13 years ago
Vadim Pisarevsky 6dde56faf4 fixed building opencv_world with VS2010 13 years ago
Vadim Pisarevsky 9bbcebd6b0 added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu. 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky 2c88791600 get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg 13 years ago
Vadim Pisarevsky f87c2e49db added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827 13 years ago
Andrey Kamaev 8dae3431c7 Fixed ffmpeg dll copying under mingw 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev 570ec2f166 Improved status report for Eigen and Ximea, improved search of PvApi headers/libs 13 years ago
Andrey Kamaev 935222c58f ffmpeg version info for Windows 13 years ago
Alexander Reshetnikov 05abdcd64f Changes of highgui structure 13 years ago
Andrey Kamaev 7cc7a3f37d Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 13 years ago
Vadim Pisarevsky 32d72047d5 reduced the video size in video writer tests; retained only most popular codecs. added ffmpeg support on MacOSX. 13 years ago
Vadim Pisarevsky 3228599a35 fixed some more GCC warnings 13 years ago
Alexander Reshetnikov e0b772a392 Added a first version of new ffmpeg wrapper 13 years ago
Andrey Kamaev 18dbe6b3e5 cmake scripts are updated to prefer includes from the OpenCV source tree 13 years ago
Andrey Kamaev 8141a5026c Refactored cmake for 3rdparty libs 13 years ago
Andrey Kamaev a8f0c93379 Modified zlib search. Use system zlib on Android by default 13 years ago
Andrey Kamaev 691d392312 Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005. 13 years ago
Alexander Reshetnikov edc9d4f951 fixed compiling error under Windows; updated test_video_io.cpp 13 years ago
Andrey Kamaev 68a54e7f3c Fixed incorrectly merged patch. 13 years ago
Leonid Beynenson 3ef5bfa185 Applied the patch, received from akamaev. Also made some changes in CMake files to fix Android camera issue. 13 years ago
Andrey Kamaev aa9735f9b5 Fixed mingw build 13 years ago
Andrey Kamaev eac055a27e Fixed ticket #1580 13 years ago
Andrey Kamaev 984eb99428 Global CMake reorganization: 13 years ago
Ethan Rublee b254358d35 highgui headers were not being installed... 13 years ago
Andrey Kamaev 82ae0b2c0c Attempt to fix build on Mac OS X 13 years ago
Andrey Kamaev 9d5c24cdc8 Updating opencv module definition in cmake (continued) 13 years ago
Andrey Kamaev 13f4e70e95 Updating opencv module definition in cmake 13 years ago
Andrey Kamaev 5cce038958 Performance testing branch is merged back into trunk 13 years ago
Artem Myagkov 3a3bc18381 modified capturing building ligic for iOS 13 years ago
Artem Myagkov 8c6782300a modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 13 years ago
Vadim Pisarevsky d1588c0439 added support for Ximea cameras (missing parts in the prev. commit) 13 years ago
Andrey Kamaev 3aea74d408 Fixed precompiled headers support (fixed formatting, fixed dependencies generation) 14 years ago
Vadim Pisarevsky b33224f0b6 merged the latest fixes in 2.3 to trunk 14 years ago
Andrey Kamaev 730622178b Turned off android camera and java wrappers for low Android API levels (android-8 is required for these components) 14 years ago
Andrey Kamaev 68f5a5a904 Reverted change from r5802 (it breaks install target for Android platform) 14 years ago