1. 19 7月, 2019 1 次提交
  2. 21 6月, 2019 1 次提交
  3. 20 6月, 2019 1 次提交
  4. 07 5月, 2019 1 次提交
  5. 10 4月, 2019 1 次提交
  6. 29 3月, 2019 1 次提交
  7. 26 2月, 2019 1 次提交
  8. 24 1月, 2019 2 次提交
  9. 26 12月, 2018 1 次提交
  10. 08 11月, 2018 1 次提交
  11. 19 7月, 2018 1 次提交
  12. 24 4月, 2018 1 次提交
  13. 23 4月, 2018 1 次提交
  14. 20 4月, 2018 1 次提交
  15. 05 4月, 2018 1 次提交
    • V
      Merge pull request #11092 from terfendail:msmf_videocapture · 628f04ae
      Vitaly Tuzov 提交于
      Update for MSMF-based VideoCapture and VideoWriter (#11092)
      
      * MSMF based VideoCapture updated to handle video stream formats different from RGB24
      
      * MSMF based VideoWriter updated to handle video frame top-bottom line ordering regardless of output format
      
      * Fixed race condition in MSMF based VideoCapture
      
      * Refactored MSMF based VideoCapture and VideoWriter
      
      * Disabled frame rate estimation for MP43
      
      * Removed test for unsupported avi container from MSMF VideoWriter tests
      
      * Enabled MSMF-based VideoIO by default
      628f04ae
  16. 05 3月, 2018 1 次提交
  17. 15 2月, 2018 1 次提交
  18. 04 2月, 2018 1 次提交
    • A
      ts: refactor OpenCV tests · 4a297a24
      Alexander Alekhin 提交于
      - removed tr1 usage (dropped in C++17)
      - moved includes of vector/map/iostream/limits into ts.hpp
      - require opencv_test + anonymous namespace (added compile check)
      - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
      - added missing license headers
      4a297a24
  19. 23 11月, 2017 2 次提交
  20. 11 9月, 2017 1 次提交
  21. 05 7月, 2017 1 次提交
    • A
      videoio: fixes for GStreamer support · cc862e99
      Alexander Alekhin 提交于
      - emulated frame counter (with autodetection of GStreamer broken behavior)
      - skip 'seek' tests if seeking is not supported by backend
      - update 'fps' and total frames checks (increase error tolerance)
      - update synthetic image generation
      cc862e99
  22. 20 6月, 2017 1 次提交
    • 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
  23. 23 9月, 2014 1 次提交
  24. 16 9月, 2014 1 次提交
  25. 15 9月, 2014 1 次提交
  26. 15 7月, 2014 1 次提交
  27. 09 4月, 2014 1 次提交
  28. 01 2月, 2014 1 次提交
  29. 31 1月, 2014 1 次提交
  30. 25 10月, 2013 1 次提交
  31. 24 10月, 2013 1 次提交
  32. 27 6月, 2013 1 次提交
    • A
      Test fixes · 7c5bd788
      Alexander Smorkalov 提交于
      Calib3d badarg tests fixed. Default exception handling enabled;
      Highgui Video I/O tests fixed on ARM;
      Code cleanup.
      7c5bd788
  33. 25 6月, 2013 1 次提交
  34. 24 6月, 2013 1 次提交
  35. 08 4月, 2013 1 次提交
  36. 01 4月, 2013 1 次提交
  37. 13 3月, 2013 1 次提交
  38. 30 10月, 2012 1 次提交