1. 14 Jul, 2014 1 commit
  2. 07 Jul, 2014 1 commit
  3. 09 Apr, 2014 1 commit
  4. 08 Apr, 2014 1 commit
  5. 27 Mar, 2014 1 commit
  6. 25 Mar, 2014 1 commit
  7. 25 Feb, 2014 1 commit
  8. 21 Feb, 2014 1 commit
  9. 20 Feb, 2014 1 commit
  10. 12 Feb, 2014 1 commit
    • Stuart Cunningham's avatar
      Fix reading of 16-bit TIFF images on big endian host. · 8bbce0a2
      Stuart Cunningham authored
      Use correct integer types for arguments to TIFFGetField to avoid corruption
      of values and failed loads of TIFF file when using cv::imread().
      
      Added test where both big and little endian TIFF files are read using imread().
      
      Fixed build of 3rdparty libtiff on big endian hosts.
      
      Reduced memory required during decode_tile16384x16384 test by not converting
      large grayscale test image to color image during read.
      8bbce0a2
  11. 31 Jan, 2014 1 commit
  12. 17 Jan, 2014 1 commit
  13. 13 Dec, 2013 1 commit
  14. 11 Nov, 2013 1 commit
    • Roman Donchenko's avatar
      Replaced the image used in the Highgui_Video.ffmpeg_image test. · 405227d5
      Roman Donchenko authored
      Our prebuilt FFmpeg Windows binaries don't have PNG support enabled
      (because that requires zlib), so that makes a PNG image a bad choice
      for this test.
      
      When FFmpeg doesn't support PNG, VideoCapture falls back to the
      "image sequence" implementation, which doesn't work for single images.
      405227d5
  15. 25 Oct, 2013 4 commits
  16. 24 Oct, 2013 1 commit
  17. 23 Oct, 2013 2 commits
  18. 26 Sep, 2013 1 commit
  19. 06 Sep, 2013 1 commit
    • Vladislav Vinogradov's avatar
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov authored
      Conflicts:
      	modules/core/include/opencv2/core/cuda.hpp
      	modules/cudacodec/src/thread.cpp
      	modules/cudacodec/src/thread.hpp
      	modules/superres/perf/perf_superres.cpp
      	modules/superres/src/btv_l1_cuda.cpp
      	modules/superres/src/optical_flow.cpp
      	modules/videostab/src/global_motion.cpp
      	modules/videostab/src/inpainting.cpp
      	samples/cpp/stitching_detailed.cpp
      	samples/cpp/videostab.cpp
      	samples/gpu/stereo_multi.cpp
      0c7663eb
  20. 05 Sep, 2013 1 commit
  21. 03 Sep, 2013 1 commit
  22. 21 Aug, 2013 3 commits
  23. 14 Aug, 2013 1 commit
  24. 08 Aug, 2013 1 commit
  25. 31 Jul, 2013 1 commit
  26. 21 Jul, 2013 1 commit
  27. 17 Jul, 2013 1 commit
  28. 13 Jul, 2013 1 commit
  29. 10 Jul, 2013 1 commit
  30. 06 Jul, 2013 1 commit
  31. 27 Jun, 2013 1 commit
    • Alexander Smorkalov's avatar
      Test fixes · 7c5bd788
      Alexander Smorkalov authored
      Calib3d badarg tests fixed. Default exception handling enabled;
      Highgui Video I/O tests fixed on ARM;
      Code cleanup.
      7c5bd788
  32. 25 Jun, 2013 1 commit
  33. 24 Jun, 2013 2 commits