1. 16 7月, 2016 1 次提交
  2. 14 7月, 2016 2 次提交
  3. 25 9月, 2015 1 次提交
  4. 24 9月, 2015 1 次提交
  5. 18 8月, 2015 1 次提交
  6. 14 8月, 2015 1 次提交
  7. 21 11月, 2014 1 次提交
  8. 07 11月, 2014 2 次提交
  9. 06 11月, 2014 1 次提交
  10. 05 11月, 2014 1 次提交
  11. 01 11月, 2014 1 次提交
  12. 14 10月, 2014 1 次提交
  13. 06 10月, 2014 1 次提交
  14. 12 6月, 2014 2 次提交
  15. 07 6月, 2014 1 次提交
  16. 05 6月, 2014 1 次提交
  17. 09 3月, 2014 1 次提交
  18. 18 7月, 2013 1 次提交
  19. 28 6月, 2013 1 次提交
  20. 26 6月, 2013 1 次提交
  21. 03 3月, 2013 1 次提交
  22. 02 3月, 2013 1 次提交
  23. 14 2月, 2013 1 次提交
  24. 01 1月, 2013 1 次提交
  25. 01 9月, 2012 1 次提交
  26. 10 8月, 2012 1 次提交
  27. 09 8月, 2012 1 次提交
  28. 17 3月, 2012 2 次提交
  29. 16 3月, 2012 1 次提交
  30. 02 1月, 2012 1 次提交
  31. 29 12月, 2011 1 次提交
    • J
      [libpng16] Changed png_memcpy to C assignment where appropriate. Changed all · fcd301da
      John Bowler 提交于
      those uses of png_memcpy that were doing a simple assignment to assignments
      (all those cases where the thing being copied is a non-array C L-value.)
      Added some error checking to png_set_*() routines and removed the
      reference to the non-exported function png_memcpy() from example.c. Fixed
      the Visual C 64-bit build - it requires jmp_buf to be aligned, but it had
      become misaligned.
      fcd301da
  32. 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
  33. 21 12月, 2011 1 次提交
  34. 28 11月, 2011 1 次提交
  35. 25 11月, 2011 2 次提交