1. 27 11月, 2012 2 次提交
  2. 26 11月, 2012 2 次提交
  3. 23 11月, 2012 1 次提交
  4. 15 11月, 2012 1 次提交
  5. 14 11月, 2012 2 次提交
  6. 03 11月, 2012 1 次提交
  7. 01 11月, 2012 3 次提交
  8. 28 10月, 2012 1 次提交
  9. 27 10月, 2012 1 次提交
    • J
      [libpng16] Made PNG_NO_READ_GAMMA switch off interfaces that depend on · ab1477d6
      John Bowler 提交于
      READ_GAMMA.  Prior to 1.6.0 switching off READ_GAMMA did unpredictable things
      to the interfaces that use it (specifically, png_do_background in 1.4 would
      simply display composite for grayscale images but do composition
      with the incorrect arithmetic for color ones). In 1.6 the semantic
      of -DPNG_NO_READ_GAMMA is changed to simply disable any interface that
      depends on it; this obliges people who set it to consider whether they
      really want it off if they happen to use any of the interfaces in
      question (typically most users who disable it won't).
      ab1477d6
  10. 26 10月, 2012 4 次提交
  11. 25 10月, 2012 3 次提交
  12. 11 10月, 2012 1 次提交
  13. 01 10月, 2012 1 次提交
  14. 30 9月, 2012 2 次提交
  15. 28 9月, 2012 1 次提交
  16. 27 9月, 2012 1 次提交
  17. 07 9月, 2012 2 次提交
    • J
      48cbba8e
    • J
      [libpng16] Changed ICC profile matrix/vector types to not depend on array · b2571470
      John Bowler 提交于
      type rules.  By the ANSI-C standard the new types should be identical to the
      previous versions, and all known versions of gcc tested with the previous
      versions except for GCC-4.2.1 work with this version.  The change makes the
      ANSI-C rule that const applied to an array of elements applies instead to the
      elements in the array moot by explicitly applying const to the base
      elements of the png_icc_matrix and png_icc_vector types. The accidental
      (harmless) 'const' previously applied to the parameters of two of the
      functions have also been removed.
      b2571470
  18. 05 9月, 2012 5 次提交
  19. 02 9月, 2012 2 次提交
  20. 01 9月, 2012 3 次提交
  21. 30 8月, 2012 1 次提交