1. 12 May, 2017 1 commit
  2. 25 Apr, 2017 1 commit
  3. 24 Apr, 2017 1 commit
  4. 14 Apr, 2017 1 commit
    • brian-armstrong-discord's avatar
      Merge pull request #8492 from brian-armstrong-discord:exif_inmemory · 9e054d38
      brian-armstrong-discord authored
      autorotate in-memory jpegs (#8492)
      
      * autorotate in-memory jpegs
      
      * correct indentation (4 spaces)
      
      * imgcodecs: don't apply EXIF rotation for unloaded images
      
      * videoio: don't try to rotate MJPEG stream
      
      * imgcodecs: ByteStreamBuffer::seekoff support all seek "dir"
      
      * imgcodecs: fix condition: "off == egptr() - eback()" is valid offset
      9e054d38
  5. 23 Mar, 2017 2 commits
  6. 21 Feb, 2017 1 commit
  7. 10 Feb, 2017 1 commit
  8. 09 Feb, 2017 1 commit
  9. 07 Feb, 2017 1 commit
  10. 26 Dec, 2016 1 commit
  11. 23 Dec, 2016 1 commit
  12. 07 Dec, 2016 2 commits
  13. 24 Nov, 2016 1 commit
    • guoxuedong's avatar
      Update exif.cpp · e69253a4
      guoxuedong authored
       ExifReader::getExif may enter infinite loop with jpeg image which have no EOI.
      For example, bytesToSkip may be set to 0 and fseek seems like fseek(f, -2 , SEEK_CUR) for image that end with RST7(FF D7) instead of EOI.
      e69253a4
  14. 10 Nov, 2016 2 commits
  15. 09 Nov, 2016 1 commit
  16. 14 Oct, 2016 1 commit
  17. 07 Oct, 2016 1 commit
  18. 30 Sep, 2016 1 commit
  19. 06 Sep, 2016 3 commits
  20. 30 Aug, 2016 1 commit
  21. 26 Aug, 2016 1 commit
  22. 25 Aug, 2016 1 commit
  23. 16 Aug, 2016 2 commits
    • Morrison's avatar
      handle images with alpha better · ca318e70
      Morrison authored
      UIImages with alpha were ending up with garbage pixels in background (random memory values).  Need to initialize matrix pixels before drawing UIImage with alpha on it.
      
      Note: didn’t fix Grayscale image with alpha stripping alpha in UIImage -> Mat conversion.
      ca318e70
    • Patrick Spettel's avatar
      Fix temporary file removal in imdecode for tiff · 84e17126
      Patrick Spettel authored
      The TiffDecoder keeps an open file handle.
      As a consequence the file cannot be removed
      before the TiffDecoder closes the file.
      84e17126
  24. 14 Jul, 2016 1 commit
  25. 12 Jul, 2016 1 commit
  26. 08 Jul, 2016 3 commits
  27. 27 Jun, 2016 1 commit
  28. 26 Jun, 2016 1 commit
  29. 21 Apr, 2016 1 commit
    • Zhenqing, Hu's avatar
      Fix bug 6445 · 94a9e169
      Zhenqing, Hu authored
      Root cause: when calling imread to read the pgm file, when returning with success reading file, the destructor will free the resource which used by memcpy, but in the code, the resource calculation was not correct, therefore, it will cause memory corruption during resource free.
      94a9e169
  30. 16 Apr, 2016 1 commit
  31. 16 Mar, 2016 1 commit
  32. 25 Feb, 2016 1 commit