profile/ivi/opencv.git
2013-11-06 Ilya Lavrenovfixed cv::resize (area fast mode) - it writes outside...
2013-10-29 Andrey PavlenkoMerge pull request #1663 from vpisarev:ocl_experiments3
2013-10-25 Vadim Pisarevskychanged InputArray's enumeration constant for UMat...
2013-10-25 Roman DonchenkoMerge pull request #1681 from LeszekSwirski:fix-ninjabuild
2013-10-25 Vadim Pisarevskyfixed some bugs in OpenCL branch of UMat implementation...
2013-10-24 Vadim Pisarevskyhopefully, the last test failures are fixed now
2013-10-24 Vadim Pisarevskyfixed whitespace errors
2013-10-24 Vadim Pisarevskyadded first very simple test for UMat<=>Mat conversion
2013-10-24 Leszek SwirskiReplace $(Configuration) with $<CONFIGURATION>
2013-10-24 Vadim Pisarevskyyet another attempt to fix test failures
2013-10-24 Vadim Pisarevskyfixed crash in Python bindings
2013-10-24 Roman DonchenkoMerge pull request #1664 from SpecLad:merge-2.4
2013-10-24 Vadim Pisarevskytrying to fix failures in tests
2013-10-24 Vadim Pisarevskyremoved refcount field from Mat; that helped to find...
2013-10-24 Roman DonchenkoAdded stupid hacks to make the video tests pass with...
2013-10-23 Roman DonchenkoChanged MPEG-2 resolution in the FFmpeg test.
2013-10-23 Roman DonchenkoDecoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp.
2013-10-23 Roman DonchenkoRemoved some dubious FFmpeg hack that no longer works.
2013-10-23 Roman DonchenkoApplied a change from 555c505b to 3rdparty/tbb/CMakeLis...
2013-10-22 Vadim Pisarevskyfixed build on Windows
2013-10-22 Vadim Pisarevskyfixed some more compile bugs (including Python bindings)
2013-10-22 Vadim Pisarevskyhopefully, fixed compile errors on Win & Linux; fixed...
2013-10-22 Roman DonchenkoMerge pull request #1665 from SpecLad:cuda-min-ver
2013-10-22 Roman DonchenkoSuppressed -Wundef in bioinspired, because of OpenCL...
2013-10-22 Roman DonchenkoMove the minimal CUDA version into the minimal version...
2013-10-22 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-10-22 Vadim Pisarevskythe first draft of transparent API and new UMat class...
2013-10-22 Vadim Pisarevskythe first draft of transparent API and new UMat class.
2013-10-22 Roman DonchenkoMerge pull request #1653 from jlblancoc:master
2013-10-22 Roman DonchenkoMerge pull request #1661 from look4pritam:my-branch
2013-10-22 look4pritamSmall OpenCV-CUDA bugs are fixed.
2013-10-21 Jose-Luis Blanco... Minimized the number of arguments required to workaroun...
2013-10-21 Jose-Luis Blanco... Added patch file for fixing VS2013 in 3rd party lib...
2013-10-21 Jose-Luis Blanco... Added comment to features2d_init.cpp explaining the...
2013-10-21 Jose-Luis Blanco... Undo changing whitespace.
2013-10-21 Jose-Luis Blanco... Avoid duplicated variable declarations.
2013-10-21 Roman DonchenkoMerge pull request #1646 from alalek:ocl_fix_msvc11
2013-10-21 Roman DonchenkoMerge pull request #1575 from jet47:gpu-buffer-pool
2013-10-21 Roman DonchenkoMerge pull request #1540 from jet47:gpuarithm-cudev
2013-10-21 Roman DonchenkoMerge pull request #1492 from jet47:gpucodec-cudev
2013-10-21 Roman DonchenkoMerge pull request #1534 from jet47:fix-cuda-5.0-build
2013-10-21 Roman DonchenkoMerge pull request #1556 from jet47:fix-bug-3296
2013-10-21 Roman DonchenkoMerge pull request #1650 from jet47:fix-gpu-bgsegm...
2013-10-21 Andrey PavlenkoMerge pull request #1647 from ilya-lavrenov:ocl_tests_d...
2013-10-21 Andrey PavlenkoMerge pull request #1645 from ilya-lavrenov:ocl_morph_t...
2013-10-21 Andrey PavlenkoMerge pull request #1644 from ilya-lavrenov:ocl_matrix_...
2013-10-21 Andrey PavlenkoMerge pull request #1633 from ilya-lavrenov:ocl_imgproc
2013-10-21 Ilya Lavrenovfixed ocl::Laplacian for case when scale != 1
2013-10-21 Ilya Lavrenovmissed initialization of kernel size
2013-10-21 Roman DonchenkoMerge pull request #1651 from ilya-lavrenov:misprint
2013-10-20 Jose-Luis Blanco... Fixed MSVC 2013 build errors and workaround for an...
2013-10-19 Ilya Lavrenovadded reflect, reflect101, replicate, wrap border types...
2013-10-19 Ilya Lavrenovmisprint
2013-10-19 Vladislav Vinogradovfix bug in gpu bgsegm sample
2013-10-18 Ilya Lavrenovmade more demonstrative message about test fails
2013-10-18 Alexander Alekhinocl: workaround for msvc11 bug
2013-10-18 Andrey PavlenkoMerge pull request #1587 from alalek:opencl_khronos_headers
2013-10-18 Roman DonchenkoMerge pull request #1459 from asmorkalov:ocv_qt_segflt_fix
2013-10-18 Roman DonchenkoMerge pull request #1641 from jet47:imshow-opengl-fix
2013-10-18 Roman DonchenkoMerge pull request #1642 from alalek:cmake_cleanup_targets
2013-10-18 Ilya Lavrenovrefactored ocl matrix operations accuracy tests
2013-10-18 Ilya Lavrenovenabled double in copyMakeBorder kernel
2013-10-18 Ilya Lavrenovrewrote ocl::remap
2013-10-18 Ilya Lavrenovfixed ocl::copyMakeBorder
2013-10-18 Ilya Lavrenovadded ROI support to ocl::convolve
2013-10-18 Ilya Lavrenovadded ROI support to ocl::columnSum
2013-10-18 Ilya Lavrenovadded ROI support to ocl::CLAHE
2013-10-18 Ilya Lavrenovrefactored all the tests in ocl/test/test_imgproc.cpp
2013-10-18 Alexander Alekhinocl: update autogenerated code
2013-10-18 Alexander Alekhinocl: force to use Khronos OpenCL headers
2013-10-18 Alexander Alekhinadded Khronos OpenCL 1.2 header files
2013-10-18 Andrey PavlenkoMerge pull request #1640 from alalek:ocl_fix_exp_test
2013-10-18 Andrey PavlenkoMerge pull request #1626 from ilya-lavrenov:ocl_filters
2013-10-18 Roman DonchenkoUpdated ffmpeg_vesion.cmake after #1516.
2013-10-17 Alexander Alekhincmake: cleanup OpenCVModules_TARGETS from cache
2013-10-17 Vladislav Vinogradovfix imshow under Windows with OpenGL support:
2013-10-17 Alexander Alekhinocl: perf: use RELATIVE_ERROR in SANITY_CHECK for exp...
2013-10-17 Roman DonchenkoMerge tag '2.4.6.2' into 2.4
2013-10-17 Roman DonchenkoMerge pull request #1636 from ilya-lavrenov:ocl_loop_times
2013-10-17 Roman DonchenkoMerge pull request #1369 from StevenPuttemans:fix_featu...
2013-10-17 Roman DonchenkoMerge pull request #1516 from akarsakov:new_ffmpeg_build
2013-10-17 Ilya Lavrenovmade LOOP_TIMES as a command line option with default...
2013-10-17 Alexander KarsakovUpdated build of ffmpeg library (v 2.0.2). Builded...
2013-10-17 Roman DonchenkoMerge pull request #1637 from SpecLad:run-py-java-fix
2013-10-17 Ilya Lavrenovrefactored filters in the ocl module; added an accuracy...
2013-10-17 Andrey PavlenkoMerge pull request #1613 from alalek:ocl_cvtcolor
2013-10-17 Andrey PavlenkoMerge pull request #1632 from alalek:cmake_find_package...
2013-10-17 Andrey PavlenkoMerge pull request #1635 from alalek:cmake_fix_export_java
2013-10-17 Andrey PavlenkoMerge pull request #1634 from alalek:cmake_fix_cuda_lin...
2013-10-16 Alexander Alekhinocl: rewrite CvtColor tests, added roi support
2013-10-16 Roman DonchenkoFix running Java tests with run.py on everything other...
2013-10-16 Alexander Alekhincmake: fix linker deps for CUDA
2013-10-16 Alexander Alekhincmake: add opencv_java into list of exported targets...
2013-10-16 Roman DonchenkoMerge pull request #1631 from alalek:merge-2.4
2013-10-16 Roman DonchenkoMerge pull request #1375 from jet47:gpu-examples-build
2013-10-15 Alexander Alekhincmake: restore find_package() for build directory
2013-10-15 Alexander AlekhinMerge remote-tracking branch 'upstream/2.4' into merge-2.4
2013-10-15 Roman DonchenkoMerge pull request #1630 from SpecLad:java-deprecated...
2013-10-15 Roman DonchenkoMerge pull request #1627 from SpecLad:java-version...
2013-10-15 Roman DonchenkoDelete an import of junit.framework.Assert, which is...
next