1. 31 8月, 2018 2 次提交
    • A
      imgcodecs: add null pointer check · 0d4fd20a
      Alexander Alekhin 提交于
      0d4fd20a
    • A
      imgcodecs(webp): multiple fixes · 0515f930
      Alexander Alekhin 提交于
      - don't reallocate passed 'img' (test fixed - must use IMREAD_UNCHANGED / IMREAD_ANYCOLOR)
      - avoid memory DDOS
      - avoid reading of whole file during header processing
      - avoid data access after allocated buffer during header processing (missing checks)
      - use WebPFree() to free allocated buffers (libwebp >= 0.5.0)
      - drop unused & undefined `.close()` method
      - added checks for channels >= 5 in encoder
      0515f930
  2. 22 5月, 2018 2 次提交
  3. 24 4月, 2018 1 次提交
  4. 29 3月, 2018 1 次提交
  5. 28 3月, 2018 1 次提交
  6. 21 2月, 2018 1 次提交
  7. 28 12月, 2017 1 次提交
  8. 13 12月, 2017 1 次提交
  9. 11 12月, 2017 1 次提交
  10. 25 9月, 2017 1 次提交
  11. 16 8月, 2017 1 次提交
  12. 01 8月, 2017 1 次提交
  13. 26 6月, 2017 1 次提交
  14. 25 4月, 2017 1 次提交
  15. 15 4月, 2017 1 次提交
    • B
      Merge pull request #8492 from brian-armstrong-discord:exif_inmemory · 9e054d38
      brian-armstrong-discord 提交于
      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
  16. 10 11月, 2016 3 次提交
  17. 06 9月, 2016 1 次提交
  18. 16 8月, 2016 1 次提交
  19. 14 7月, 2016 1 次提交
  20. 08 7月, 2016 2 次提交
  21. 18 1月, 2016 1 次提交
  22. 14 10月, 2015 1 次提交
  23. 02 10月, 2015 1 次提交
  24. 28 9月, 2015 1 次提交
  25. 19 7月, 2015 1 次提交
    • S
      new function imread_reduced() · 7b7d54df
      Suleyman TURKMEN 提交于
      by this new function we can set libjpeg "scale_denom" parameter and load jpeg images scaled 1/2 - 1/4 - 1/8
      other image formats resized after loading
      7b7d54df
  26. 04 4月, 2015 1 次提交
  27. 21 1月, 2015 1 次提交
  28. 03 1月, 2015 1 次提交
  29. 27 12月, 2014 1 次提交
    • J
      Fix cppcheck reports warnings: · 2d5e3b57
      Julien Nabet 提交于
      (performance) Possible inefficient checking for 'lmap' emptiness
      (warning) Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
      (style) Array index '<xxx>' is used before limits check
      2d5e3b57
  30. 13 8月, 2014 1 次提交
    • A
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov 提交于
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  31. 15 7月, 2014 1 次提交
  32. 07 7月, 2014 1 次提交
  33. 02 7月, 2014 1 次提交
  34. 30 6月, 2014 1 次提交
  35. 26 9月, 2013 1 次提交