1. 04 Sep, 2018 1 commit
  2. 03 Sep, 2018 15 commits
  3. 02 Sep, 2018 3 commits
  4. 01 Sep, 2018 4 commits
  5. 31 Aug, 2018 16 commits
  6. 30 Aug, 2018 1 commit
    • Alexander Alekhin's avatar
      imgcodecs(webp): multiple fixes · 0515f930
      Alexander Alekhin authored
      - 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