1. 23 10月, 2014 1 次提交
  2. 27 9月, 2014 1 次提交
  3. 19 9月, 2014 2 次提交
  4. 18 9月, 2014 1 次提交
  5. 26 3月, 2014 1 次提交
  6. 18 3月, 2014 2 次提交
  7. 07 3月, 2014 1 次提交
  8. 17 2月, 2014 1 次提交
  9. 10 2月, 2014 1 次提交
  10. 07 2月, 2014 1 次提交
  11. 06 2月, 2014 2 次提交
  12. 01 1月, 2014 1 次提交
  13. 30 12月, 2013 2 次提交
  14. 27 12月, 2013 2 次提交
  15. 19 12月, 2013 1 次提交
  16. 23 11月, 2013 3 次提交
  17. 17 10月, 2013 1 次提交
  18. 01 10月, 2013 1 次提交
    • J
      [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignment · 8f381901
      John Bowler 提交于
      requirements of png_modifier are greater than that of png_store and as a
      consequence compilation of pngvalid.c results in a warning about increased
      alignment requirements because of the bare cast to (png_modifier*). The code
      is safe, because the pointer is known to point to a stack allocated
      png_modifier, but this change avoids the warning.
      
        Fixed default behavior of ARM_NEON_API. If the ARM NEON API option was
          compiled without the CHECK option it defaulted to on, not off.
      
        Check user callback behavior in pngunknown.c. Previous versions compiled
          if SAVE_UNKNOWN was not available but did nothing since the callback
          was never implemented.
      
        Merged pngunknown.c with 1.7 version and back ported 1.7 improvements/fixes
      8f381901
  19. 18 4月, 2013 1 次提交
  20. 14 4月, 2013 1 次提交
  21. 28 3月, 2013 1 次提交
  22. 05 3月, 2013 1 次提交
  23. 03 3月, 2013 1 次提交
  24. 02 3月, 2013 1 次提交
  25. 18 2月, 2013 1 次提交
  26. 14 2月, 2013 1 次提交
  27. 20 1月, 2013 1 次提交
  28. 01 1月, 2013 1 次提交
  29. 01 11月, 2012 1 次提交
  30. 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
  31. 26 10月, 2012 2 次提交
  32. 01 10月, 2012 1 次提交