1. 11 8月, 2012 2 次提交
  2. 10 8月, 2012 3 次提交
  3. 24 5月, 2012 1 次提交
  4. 29 3月, 2012 1 次提交
  5. 21 3月, 2012 1 次提交
  6. 09 3月, 2012 1 次提交
  7. 06 3月, 2012 2 次提交
  8. 03 3月, 2012 1 次提交
  9. 02 3月, 2012 1 次提交
  10. 02 1月, 2012 1 次提交
  11. 24 12月, 2011 1 次提交
    • J
      [libpng16] Implemented 'restrict' for png_info and png_struct. · 5d56786e
      John Bowler 提交于
      Added new "png_structrp" typedef. Because of the
      way libpng works both png_info and png_struct are always accessed via a
      single pointer.  This means adding C99 'restrict' to the pointer gives
      the compiler some opportunity to optimize the code.  This change allows that.
      5d56786e
  12. 05 11月, 2011 1 次提交
  13. 03 11月, 2011 2 次提交
  14. 15 10月, 2011 1 次提交
  15. 12 10月, 2011 3 次提交
  16. 23 9月, 2011 1 次提交
  17. 22 9月, 2011 2 次提交
  18. 10 9月, 2011 1 次提交
  19. 09 9月, 2011 1 次提交
  20. 07 7月, 2011 1 次提交
  21. 16 6月, 2011 1 次提交
  22. 14 6月, 2011 1 次提交
  23. 11 6月, 2011 1 次提交
  24. 23 5月, 2011 1 次提交
  25. 08 5月, 2011 2 次提交
  26. 06 5月, 2011 2 次提交
  27. 05 5月, 2011 1 次提交
    • J
      [devel] Remove png_snprintf, add formatted warning messages. · 88b77cc6
      John Bowler 提交于
       This change adds internal APIs to allow png_warning messages to have parameters
       without requiring the host OS to implelment snprintf.  As a side effect the
       dependency of the RFC1132 code on stdio is removed and PNG_NO_WARNINGS does
       actually work now.
      88b77cc6
  28. 15 4月, 2011 1 次提交
  29. 04 4月, 2011 1 次提交
  30. 02 4月, 2011 1 次提交