59 Commits (11a5e7804229871f3aaf05563ef79cfd43ccd077)

Author SHA1 Message Date
Vadim Pisarevsky 3bfd1aa58d updated opencv_ffmpeg build instructions 13 years ago
Vadim Pisarevsky f1e8b43c7a updated opencv_ffmpeg binaries, headers and libs to ffmpeg 0.8.2 13 years ago
Vadim Pisarevsky 6942799669 fixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed warinings in libtiff. 13 years ago
Vadim Pisarevsky 217f345e66 updated libtiff to 3.9.5 (ticket #1271) 13 years ago
Andrey Morozov d87a56a639 added support new ffmpeg (0.8.X) 13 years ago
Andrey Kamaev ac7e16fdf6 Fixed camera output format handling 14 years ago
Andrey Kamaev 8ab16f66a8 Fixing native camera for Android 14 years ago
Vadim Pisarevsky b33224f0b6 merged the latest fixes in 2.3 to trunk 14 years ago
Andrey Kamaev b43ae03328 * Install path share/opencv is renamed to share/OpenCV. 14 years ago
Andrey Kamaev c1940b4ec7 Modified install layout for Android 14 years ago
Vadim Pisarevsky d4fbb2c4fb added missing bdatypes.h 14 years ago
Andrey Kamaev 206aa50f86 Added Android native camera module 14 years ago
Alexander Shishkov c5787c5262 added missing audevcod.h 14 years ago
Vadim Pisarevsky 1987de1d77 added missing errors.h 14 years ago
Vadim Pisarevsky 498451872b another small correction to build cap_dshow.cpp in highgui 14 years ago
Vadim Pisarevsky 17b18de531 added missing evcode.h; made videoinput optional (ticket #1142) 14 years ago
Vadim Pisarevsky 412e7a835f videoInput is now integrated into highgui and built from sources 14 years ago
Vadim Pisarevsky 22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
Alexander Shishkov bce15cb6dd added new version of ffmpeg binary for compilation on Mingw64/MSVC64 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Anatoly Baksheev 69f28ef65c solution folder flag disabled by default 14 years ago
Anatoly Baksheev c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0 14 years ago
Vadim Pisarevsky 23a9b7bb9c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 14 years ago
Vadim Pisarevsky 5f6beac5d5 fixed libpng build on Windows 14 years ago
Vadim Pisarevsky 417663c062 moved image codecs' headers to the respective subdirectories; allow the user to use system zlib. 14 years ago
Vadim Pisarevsky 6985540744 moved image codecs' headers to the respective subdirectories; allow the user to use system zlib. 14 years ago
Vadim Pisarevsky 4aaa2700f6 do not use Lapack anymore 14 years ago
Andrey Kamaev 68534d70f3 Merged android-experimental branch back to trunk. 14 years ago
Anatoly Baksheev 0747f2d863 1) NPP_staging as sources. Binaries removed. 14 years ago
Anatoly Baksheev cb63046dcf gpu face detetcion: 14 years ago
Anatoly Baksheev 1a94186195 First version of CascadeClassifier_GPU. 14 years ago
Vadim Pisarevsky 97d9a672cc moved gtest to modules; added some gtest-based tests 14 years ago
Anatoly Baksheev 9dd4a22a5e temporary added NPP_staging, functionality from the library will be moved to NPP with next release. 14 years ago
Vadim Pisarevsky 9dfb15dbbd some more fixes for the static library configuration 14 years ago
Vadim Pisarevsky 0de9c9fd3c opencv_zlib renamed back to zlib; make static libs work on Windows 14 years ago
Vadim Pisarevsky 8b4cb1d99c make OpenCVConfig.cmake usable in the case of static libs 14 years ago
Vadim Pisarevsky 3163cfb845 added 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590) 14 years ago
Vadim Pisarevsky 5f15cf6430 in the case of GCC always build jcdctmgr.c with "-O1" (ticket #519) 14 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 14 years ago
Ethan Rublee a732082526 modding the 3rdparty CMakeLists.txt to allow for android compilation using cmake 14 years ago
Vadim Pisarevsky 93deaac645 added Google Test framework 14 years ago
Vadim Pisarevsky fe8e4609f9 added Google Test framework 14 years ago
Vadim Pisarevsky a09b5d1a23 flattened flann directory structure; patched zlib to build with Android NDK 14 years ago
Vadim Pisarevsky 39918a2755 eliminated freeze in SVD. 14 years ago
Vadim Pisarevsky 652d0c2a54 fixed accuracy problem in cv::invert() (Cholesky method) 14 years ago
Vadim Pisarevsky 2154a0ce63 fixed ffopencv build with Mingw 14 years ago
Vadim Pisarevsky ba2b812886 removed slamch.c/dlamch.c -specific GCC options, since the current implementation is very simple and relies on IEEE754 standard, rather than the actual machine behavior. 14 years ago
Vadim Pisarevsky bf94db5b16 fixed 2 bugs in the recently modified Lapack functions 14 years ago
Vadim Pisarevsky e48a456d48 optimized lapack' SVD for noticeably better performance on small matrices 14 years ago
Vadim Pisarevsky 40273e6c4f another stdint.h -> msc_stdint.h fix 14 years ago