1. 09 2月, 2018 1 次提交
  2. 03 11月, 2017 2 次提交
  3. 01 11月, 2017 1 次提交
  4. 29 9月, 2017 1 次提交
  5. 04 9月, 2017 1 次提交
  6. 27 7月, 2017 1 次提交
  7. 11 7月, 2017 1 次提交
    • J
      [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings that · 72d07d32
      John Bowler 提交于
        result when integers appear on both sides of a compare.  Worked around the
        others by forcing the strict-overflow setting in the relevant functions to
        a level where they are not reported.
      Changed "FALL THROUGH" comments to "FALLTHROUGH" because GCC doesn't like
        the space.
      Worked around some C-style casts from (void*) because g++ 5.4.0 objects
        to them.
      Increased the buffer size for 'sprint' to pass the gcc 7.1.0 'sprint
        overflow' check that is on by default with -Wall -Wextra.
      72d07d32
  8. 30 6月, 2017 1 次提交
  9. 01 4月, 2017 1 次提交
  10. 31 3月, 2017 1 次提交
  11. 30 3月, 2017 1 次提交
  12. 16 3月, 2017 1 次提交
  13. 28 2月, 2017 1 次提交
  14. 03 10月, 2016 1 次提交
  15. 04 8月, 2016 1 次提交
  16. 16 7月, 2016 1 次提交
  17. 26 5月, 2016 1 次提交
  18. 10 3月, 2016 1 次提交
  19. 31 1月, 2016 1 次提交
  20. 30 1月, 2016 1 次提交
    • J
      Relax limit checks on gamma values. · f1eafe8b
      John Bowler 提交于
      As suggested in the comments gamma values outside the range currently permitted
      by png_set_alpha_mode are useful for HDR data encoding.  These values are
      already permitted by png_set_gamma so it is reasonable caution to extend the
      png_set_alpha_mode range as HDR imaging systems are starting to emerge.
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      f1eafe8b
  21. 14 12月, 2015 1 次提交
  22. 12 11月, 2015 1 次提交
  23. 31 10月, 2015 1 次提交
  24. 30 10月, 2015 1 次提交
    • J
      rowbytes check correction · 896c3cfb
      John Bowler 提交于
      The old code incorrectly calculated the output rowbytes when the
      application decreased either the number of channels or the bit depth (or
      both) in a user transform.  This was safe; libpng overallocated buffer
      space (potentially by quite a lot; up to 4 times the amount required)
      but, from 1.5.4 on, resulted in a png_error.
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      896c3cfb
  25. 25 9月, 2015 1 次提交
  26. 24 9月, 2015 1 次提交
  27. 18 8月, 2015 1 次提交
  28. 17 8月, 2015 2 次提交
  29. 14 8月, 2015 1 次提交
  30. 08 8月, 2015 1 次提交
  31. 23 7月, 2015 1 次提交
  32. 02 7月, 2015 1 次提交
  33. 02 4月, 2015 1 次提交
  34. 26 3月, 2015 1 次提交
  35. 23 3月, 2015 1 次提交
  36. 22 3月, 2015 1 次提交
  37. 08 3月, 2015 1 次提交
  38. 28 2月, 2015 1 次提交