1. 05 Jan, 2018 1 commit
    • Alexander Alekhin's avatar
      3rdparty(libtiff): fix build with Android NDK 16 · c608c232
      Alexander Alekhin authored
      Compiler message:
      tif_unix.c:170:12: error: call to 'mmap' declared with attribute error:
      mmap is not available with _FILE_OFFSET_BITS=64 when using GCC until android-21.
      Either raise your minSdkVersion, disable _FILE_OFFSET_BITS=64, or switch to Clang.
      c608c232
  2. 18 Dec, 2017 1 commit
  3. 15 Dec, 2017 2 commits
  4. 14 Dec, 2017 1 commit
  5. 22 Jun, 2017 1 commit
  6. 10 Feb, 2017 1 commit
  7. 15 Dec, 2016 1 commit
  8. 18 Nov, 2016 2 commits
  9. 01 Sep, 2016 1 commit
  10. 29 Oct, 2015 1 commit
  11. 20 Oct, 2015 1 commit
  12. 17 Aug, 2015 1 commit
  13. 31 Mar, 2015 1 commit
  14. 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
  15. 14 Feb, 2014 1 commit
  16. 13 Feb, 2014 1 commit
  17. 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
  18. 24 Jan, 2014 1 commit
  19. 21 Jan, 2014 1 commit
  20. 09 Oct, 2013 1 commit
  21. 28 Aug, 2013 1 commit
  22. 22 Aug, 2013 1 commit
  23. 21 Aug, 2013 1 commit
  24. 20 Nov, 2012 1 commit
  25. 23 Oct, 2012 1 commit
  26. 17 Oct, 2012 2 commits
  27. 29 Aug, 2012 1 commit
  28. 28 Aug, 2012 1 commit
  29. 22 Aug, 2012 1 commit
  30. 28 Jun, 2012 2 commits
  31. 27 Jun, 2012 1 commit
  32. 20 Jun, 2012 1 commit
  33. 15 Jun, 2012 1 commit
  34. 12 Jun, 2012 1 commit
  35. 08 Jun, 2012 2 commits