1. 23 Aug, 2017 1 commit
    • Pavel Vlasov's avatar
      ICV2017u3 package update; · a57718e1
      Pavel Vlasov authored
      - 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
  2. 14 Aug, 2017 1 commit
  3. 26 Jun, 2017 1 commit
  4. 21 Jun, 2017 1 commit
  5. 20 Jun, 2017 2 commits
    • Maksim Shabunin's avatar
      Rewritten some tests in videoio and imgcodecs modules · 87b569d8
      Maksim Shabunin authored
      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
    • Maksim Shabunin's avatar
      Initial version of MediaSDK integration: · c06f3d63
      Maksim Shabunin authored
      - cmake dependencies search (WITH_MFX option)
      - raw H264, H265, MPEG2 encoding and decoding
      - tests for supported formats
      c06f3d63
  6. 20 Apr, 2017 1 commit
  7. 04 Apr, 2017 1 commit
  8. 13 Feb, 2017 1 commit
  9. 22 Dec, 2016 1 commit
  10. 01 Dec, 2016 1 commit
  11. 27 Nov, 2016 1 commit
  12. 04 Oct, 2016 1 commit
  13. 09 Sep, 2016 1 commit
  14. 23 Aug, 2016 1 commit
  15. 17 Aug, 2016 1 commit
  16. 10 Aug, 2016 1 commit
  17. 20 Jul, 2016 1 commit
  18. 08 Jul, 2016 1 commit
  19. 03 Jun, 2016 1 commit
  20. 01 Feb, 2016 2 commits
  21. 03 Sep, 2015 1 commit
  22. 20 Aug, 2015 1 commit
  23. 30 Jul, 2015 1 commit
  24. 11 Jun, 2015 1 commit
  25. 20 May, 2015 1 commit
  26. 02 Mar, 2015 1 commit
    • Maxim Kostin's avatar
      Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 · cdd23440
      Maxim Kostin authored
      - 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: 's avatarMaxim Kostin <v-maxkos@microsoft.com>
      cdd23440
  27. 23 Jan, 2015 1 commit
  28. 16 Jul, 2014 1 commit
  29. 01 Jul, 2014 1 commit
  30. 13 Apr, 2014 1 commit
    • Tony's avatar
      Use GTK_VERSION_MAJOR to switch between GTK+ version two and three · 16383412
      Tony authored
      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
  31. 03 Apr, 2014 1 commit
  32. 01 Apr, 2014 1 commit
  33. 31 Mar, 2014 1 commit
    • Tony's avatar
      Use GTK_VERSION_MAJOR to switch between GTK+ version two and three · 7f671406
      Tony authored
      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
  34. 13 Feb, 2014 1 commit
  35. 17 Dec, 2013 1 commit
  36. 13 Dec, 2013 2 commits
  37. 14 Nov, 2013 1 commit