platform/upstream/opencv.git
2013-11-08 Kiran PradeepCMake's get_filename_component with NAME_WE parameters...
2013-10-29 Roman DonchenkoMerge pull request #1670 from jet47:cuda-cmake-fix
2013-10-29 Andrey PavlenkoMerge pull request #1702 from alalek:ocl_memory_corrupt...
2013-10-29 Andrey PavlenkoMerge pull request #1688 from alalek:ocl_fix_filters
2013-10-29 Andrey PavlenkoMerge pull request #1687 from bitwangyaoyao:2.4_fix
2013-10-29 Andrey PavlenkoMerge pull request #1677 from pengx17:patch-1
2013-10-29 Andrey PavlenkoMerge pull request #1495 from StevenPuttemans:bugfix_3282
2013-10-29 Andrey PavlenkoMerge pull request #1544 from ilya-lavrenov:ocl_blendLinear
2013-10-29 Andrey PavlenkoMerge pull request #1708 from ilya-lavrenov:ocl_threshold
2013-10-29 Andrey PavlenkoMerge pull request #1700 from ilya-lavrenov:ocl_bitwise...
2013-10-29 Andrey PavlenkoMerge pull request #1707 from ilya-lavrenov:ocl_morph
2013-10-29 Andrey PavlenkoMerge pull request #1699 from ilya-lavrenov:ocl_minMax
2013-10-29 Andrey PavlenkoMerge pull request #1695 from ilya-lavrenov:ocl_showDiff
2013-10-28 Ilya Lavrenovfixed and generalized ocl::blendLinear
2013-10-28 Ilya Lavrenovfixed OpenCL morph operations for case when kernel...
2013-10-28 Alexander Alekhinocl: filters: update documentation
2013-10-28 Alexander Alekhinocl: fix morph filters
2013-10-28 Alexander Alekhinocl: rewrite filter2D
2013-10-28 Alexander Alekhinocl: rewrite boxFilter
2013-10-28 Alexander Alekhinocl: update filter tests
2013-10-28 Roman DonchenkoMerge pull request #1691 from SpecLad:ffmpeg-test
2013-10-28 Alexander Alekhinocl: memory corruption check
2013-10-28 Roman DonchenkoMerge pull request #1706 from ilya-lavrenov:example_fix
2013-10-28 Andrey PavlenkoMerge pull request #1705 from ilya-lavrenov:ocl_flip
2013-10-28 Andrey PavlenkoMerge pull request #1703 from bitwangyaoyao:2.4_fix1480
2013-10-28 Andrey PavlenkoMerge pull request #1701 from alalek:ocl_fix_canny
2013-10-28 Andrey PavlenkoMerge pull request #1698 from ilya-lavrenov:ocl_warp
2013-10-28 Ilya Lavrenovfixed ocl::minMax for FP-types
2013-10-28 Ilya Lavrenovocl tests: show diff when cv::countNonZero(diff) > 0
2013-10-28 Ilya Lavrenovrewrote and generalized ocl::threshold
2013-10-28 Ilya Lavrenovfixed OpenCL morph operations for case when kernel...
2013-10-28 Ilya Lavrenovocl example typo
2013-10-28 Ilya Lavrenovfixed ocl::flip
2013-10-28 Roman DonchenkoMerge pull request #1657 from KonstantinMatskevich...
2013-10-28 yaofix bug #1480
2013-10-28 yaofix the mismatch running on cpu devices
2013-10-28 Roman DonchenkoMerge pull request #1696 from apavlenko:fix_typo_GpuMat...
2013-10-28 Peng XiaoFixed a missing barrier.
2013-10-28 Vladislav Vinogradovadded own version of FindCUDA.cmake
2013-10-27 Alexander Alekhinocl: Canny: port CUDA-based implementation of edgesHyst...
2013-10-27 Ilya Lavrenovadded performance tests for ocl::bitwise_or and ocl...
2013-10-27 Alexander Alekhinocl: Canny: replace unsafe buffer to oclMat
2013-10-27 Ilya Lavrenovfixed tests for ocl::warpAffine and ocl::warpPerspective
2013-10-25 Roman DonchenkoMerge pull request #1697 from SpecLad:sdk-redux
2013-10-25 Andrey PavlenkoMerge pull request #1655 from pengx17:2.4_opt_superres_ocl
2013-10-25 Andrey PavlenkoMerge pull request #1689 from ilya-lavrenov:ocl_bilater...
2013-10-25 Andrey PavlenkoMerge pull request #1692 from ilya-lavrenov:ocl_separab...
2013-10-25 Andrey PavlenkoMerge pull request #1694 from apavlenko:fix_typo
2013-10-25 Andrey PavlenkoMerge pull request #1693 from ilya-lavrenov:ocl_adaptiv...
2013-10-25 Roman DonchenkoMerge pull request #1690 from SpecLad:cmake-2.8.12
2013-10-25 Roman DonchenkoFixed Android SDK build - again.
2013-10-25 Andrey Pavlenkofixing typo
2013-10-25 Andrey Pavlenkofixing typo
2013-10-25 Roman DonchenkoMerge pull request #1680 from alalek:cmake_fix_android_...
2013-10-25 Ilya Lavrenovfixed extrapolation in ocl::adaptiveBilateralFilter
2013-10-25 Alexander Alekhincmake: fix android installation for different NDK ABIs
2013-10-25 Ilya Lavrenovfixed separable filter extrapolation
2013-10-25 Roman DonchenkoAnother FFmpeg fix from master.
2013-10-25 peng xiaoRewrite distanceToCenters.
2013-10-25 Roman DonchenkoFixed indentation in CV_FFmpegWriteBigVideoTest::run.
2013-10-25 Roman DonchenkoAdded stupid hacks to make the video tests pass with...
2013-10-25 Roman DonchenkoChanged MPEG-2 resolution in the FFmpeg test.
2013-10-25 Roman DonchenkoDecoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp.
2013-10-25 Roman DonchenkoAdded the missing setting of HAVE_FFMPEG to true on...
2013-10-25 Roman DonchenkoReplaced our usage of LINK_PRIVATE with that of LINK_IN...
2013-10-25 Roman DonchenkoRemoved a stray comma in the Android toolchain file.
2013-10-25 Ilya Lavrenovenabled ocl::bilateralFilter ROI testing
2013-10-25 Andrey PavlenkoMerge pull request #1683 from alalek:ocl_restore_showdiff
2013-10-25 yaofix the bug of ocl::bruteForceMatcher
2013-10-24 Roman DonchenkoMerge pull request #1682 from SpecLad:Wmissing-declarations
2013-10-24 Roman DonchenkoMerge pull request #1643 from alalek:cmake_fix_java_lin...
2013-10-24 Roman DonchenkoMerge pull request #1679 from ilya-lavrenov:ocl_equaliz...
2013-10-24 Alexander Alekhincmake: fix linker dependencies for opencv_java
2013-10-24 Roman DonchenkoFixed a Wmissing-declarations warning when compiling...
2013-10-24 Vladislav Vinogradovfix CUDA 5.5 support (npp, arm cross compilation) in...
2013-10-24 Roman DonchenkoMerge pull request #1667 from SpecLad:detect-openmp
2013-10-24 Roman DonchenkoMerge pull request #1623 from ImAlsoGreg:2.4-pkgconfig...
2013-10-24 Ilya Lavrenovfixed bug in ocl::equalizeHist
2013-10-24 Roman DonchenkoMerge pull request #1678 from wejeus:ios-documentationf...
2013-10-24 Roman DonchenkoMerge pull request #1674 from alalek:cmake_fix
2013-10-24 Samuel WejéusRemoved incorrect release of obtained colorspace. This...
2013-10-24 Andrey PavlenkoMerge pull request #1676 from ilya-lavrenov:ocl_resize_test
2013-10-24 Andrey PavlenkoMerge pull request #1673 from ilya-lavrenov:ocl_norm
2013-10-24 Andrey PavlenkoMerge pull request #1672 from ilya-lavrenov:ocl_arithm
2013-10-24 Andrey PavlenkoMerge pull request #1669 from ilya-lavrenov:ocl_copyMak...
2013-10-24 Peng XiaoUpdate imgproc_canny.cl
2013-10-23 Alexander Alekhinocl: show diff
2013-10-23 Ilya Lavrenovfixed ocl::copyMakeBorder
2013-10-23 Ilya Lavrenovfixed an accuracy test for ocl::resize (in some cases...
2013-10-23 Alexander Alekhincmake: fix bug with installation into OPENCV_LIB_INSTAL...
2013-10-23 Ilya Lavrenovmoved to relative errors in ocl::norm tests
2013-10-23 Ilya Lavrenovworkaround for cv::multiply bug
2013-10-23 Roman DonchenkoMerge pull request #1659 from ilya-lavrenov:ocl_examples
2013-10-22 Roman DonchenkoMerge pull request #1649 from asandwhich:2.4
2013-10-22 Roman DonchenkoMerge pull request #1666 from SpecLad:cv-cap-openni
2013-10-22 Roman DonchenkoAdd better OpenMP detection and make an option to enabl...
2013-10-22 Roman DonchenkoFixed incorrectly unprefixed constant names in the...
2013-10-22 Andrey PavlenkoMerge pull request #1658 from alalek:ocl_fixes
2013-10-21 Ilya LavrenovOpenCL examples refactoring
2013-10-21 Alexander Alekhinocl: fix FFT initialization
next