1. 10 10月, 2018 1 次提交
  2. 30 8月, 2018 1 次提交
  3. 13 4月, 2018 1 次提交
  4. 23 8月, 2017 1 次提交
    • P
      ICV2017u3 package update; · a57718e1
      Pavel Vlasov 提交于
      - Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled.
      - Performance regressions fixes for IPP code paths;
      - cv::boxFilter integration improvement;
      - cv::filter2D integration improvement;
      a57718e1
  5. 14 8月, 2017 1 次提交
  6. 26 6月, 2017 1 次提交
  7. 21 6月, 2017 1 次提交
  8. 20 6月, 2017 2 次提交
    • M
      Rewritten some tests in videoio and imgcodecs modules · 87b569d8
      Maksim Shabunin 提交于
      general:
      - all iterative tests have been replaced with parameterized tests
      - old-style try..catch tests have been modified to use EXPECT_/ASSERT_ gtest macros
      - added temporary files cleanup
      - modified MatComparator error message formatting
      
      imgcodecs:
      - test_grfmt.cpp split to test_jpg.cpp, test_png.cpp, test_tiff.cpp, etc.
      
      videoio:
      - added public HAVE_VIDEO_INPUT, HAVE_VIDEO_OUTPUT definitions to cvconfig.h
      - built-in MotionJPEG codec could not be tested on some platforms (read_write test was disabled if ffmpeg is off, encoding/decoding was handled by ffmpeg otherwise).
      - image-related tests moved to imgcodecs (Videoio_Image)
      - several property get/set tests have been combined into one
      - added MotionJPEG test video to opencv_extra
      87b569d8
    • M
      Initial version of MediaSDK integration: · c06f3d63
      Maksim Shabunin 提交于
      - cmake dependencies search (WITH_MFX option)
      - raw H264, H265, MPEG2 encoding and decoding
      - tests for supported formats
      c06f3d63
  9. 21 4月, 2017 1 次提交
  10. 05 4月, 2017 1 次提交
  11. 14 2月, 2017 1 次提交
  12. 23 12月, 2016 1 次提交
  13. 02 12月, 2016 1 次提交
  14. 28 11月, 2016 1 次提交
  15. 04 10月, 2016 1 次提交
  16. 09 9月, 2016 1 次提交
  17. 24 8月, 2016 1 次提交
  18. 17 8月, 2016 1 次提交
  19. 10 8月, 2016 1 次提交
  20. 20 7月, 2016 1 次提交
  21. 08 7月, 2016 1 次提交
  22. 03 6月, 2016 1 次提交
  23. 01 2月, 2016 2 次提交
  24. 04 9月, 2015 1 次提交
  25. 21 8月, 2015 1 次提交
  26. 31 7月, 2015 1 次提交
  27. 11 6月, 2015 1 次提交
  28. 21 5月, 2015 1 次提交
  29. 03 3月, 2015 1 次提交
    • M
      Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 · cdd23440
      Maxim Kostin 提交于
      - Substituted HAVE_WINRT with WINRT
      - Fixed compilation issues in ocl.cpp and parallel.cpp
      - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore
      - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp
      - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c;
      - Added ole32.lib for core module (for WindowsStore 8.0 builds)
      - Made OpenCV_ARCH aware of ARM
      Signed-off-by: NMaxim Kostin <v-maxkos@microsoft.com>
      cdd23440
  30. 24 1月, 2015 1 次提交
  31. 16 7月, 2014 1 次提交
  32. 02 7月, 2014 1 次提交
  33. 13 4月, 2014 1 次提交
    • T
      Use GTK_VERSION_MAJOR to switch between GTK+ version two and three · 16383412
      Tony 提交于
      specific code. As a result of this, HAVE_GTK3 no longer needs to be
      exposed.
      
      The use of HAVE_GTK, and HAVE_ GTK3 have been changed to mirror the
      method used by HAVE_QT and HAVE_QT5.
       On branch gtk3
       Changes to be committed:
              modified:   CMakeLists.txt
              modified:   cmake/OpenCVFindLibsGUI.cmake
              modified:   cmake/templates/cvconfig.h.in
              modified:   modules/highgui/src/window.cpp
              modified:   modules/highgui/src/window_gtk.cpp
      16383412
  34. 03 4月, 2014 1 次提交
  35. 01 4月, 2014 2 次提交
    • E
      Added IPP Async converters, doc and sample · fa2d79a1
      Elena Gvozdeva 提交于
      fa2d79a1
    • T
      Use GTK_VERSION_MAJOR to switch between GTK+ version two and three · 7f671406
      Tony 提交于
      specific code. As a result of this, HAVE_GTK3 no longer needs to be
      exposed.
      
      The use of HAVE_GTK, and HAVE_ GTK3 have been changed to mirror the
      method used by HAVE_QT and HAVE_QT5.
       On branch gtk3
       Changes to be committed:
              modified:   CMakeLists.txt
              modified:   cmake/OpenCVFindLibsGUI.cmake
              modified:   cmake/templates/cvconfig.h.in
              modified:   modules/highgui/src/window.cpp
              modified:   modules/highgui/src/window_gtk.cpp
      7f671406
  36. 13 2月, 2014 1 次提交
  37. 17 12月, 2013 1 次提交