1. 05 8月, 2013 1 次提交
  2. 25 4月, 2013 3 次提交
  3. 18 4月, 2013 1 次提交
  4. 13 4月, 2013 1 次提交
  5. 28 3月, 2013 1 次提交
  6. 03 3月, 2013 1 次提交
  7. 02 3月, 2013 1 次提交
  8. 19 2月, 2013 1 次提交
  9. 18 2月, 2013 2 次提交
  10. 14 2月, 2013 1 次提交
  11. 01 1月, 2013 1 次提交
  12. 10 12月, 2012 1 次提交
  13. 26 10月, 2012 1 次提交
  14. 25 10月, 2012 1 次提交
  15. 16 8月, 2012 1 次提交
  16. 11 8月, 2012 1 次提交
  17. 10 8月, 2012 1 次提交
  18. 09 6月, 2012 1 次提交
  19. 07 6月, 2012 1 次提交
  20. 29 3月, 2012 1 次提交
  21. 21 3月, 2012 1 次提交
  22. 19 3月, 2012 3 次提交
  23. 03 3月, 2012 1 次提交
  24. 02 3月, 2012 2 次提交
  25. 18 2月, 2012 1 次提交
  26. 25 1月, 2012 1 次提交
  27. 24 1月, 2012 2 次提交
  28. 02 1月, 2012 1 次提交
  29. 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
  30. 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
  31. 21 12月, 2011 1 次提交
  32. 29 11月, 2011 1 次提交
  33. 27 11月, 2011 1 次提交