1. 11 8月, 2012 1 次提交
  2. 10 8月, 2012 2 次提交
  3. 22 7月, 2012 1 次提交
  4. 17 6月, 2012 1 次提交
  5. 07 6月, 2012 2 次提交
  6. 24 5月, 2012 1 次提交
  7. 28 4月, 2012 1 次提交
  8. 29 3月, 2012 1 次提交
  9. 20 3月, 2012 1 次提交
  10. 16 3月, 2012 2 次提交
  11. 11 3月, 2012 1 次提交
  12. 10 3月, 2012 1 次提交
  13. 06 3月, 2012 1 次提交
  14. 03 3月, 2012 1 次提交
  15. 27 2月, 2012 1 次提交
  16. 25 2月, 2012 1 次提交
  17. 19 2月, 2012 1 次提交
  18. 17 2月, 2012 1 次提交
  19. 03 2月, 2012 1 次提交
  20. 02 2月, 2012 1 次提交
  21. 01 2月, 2012 2 次提交
  22. 28 1月, 2012 1 次提交
  23. 25 1月, 2012 1 次提交
  24. 24 1月, 2012 1 次提交
  25. 16 1月, 2012 1 次提交
  26. 02 1月, 2012 1 次提交
  27. 30 12月, 2011 1 次提交
  28. 22 12月, 2011 2 次提交
    • G
      [libpng16] bump version to 1.6.0beta04 · 67ee8cee
      Glenn Randers-Pehrson 提交于
      67ee8cee
    • J
      [libpng16] Start-up code size improvements, error handler flexibility. These · 40b26036
      John Bowler 提交于
      changes alter how the tricky allocation of the initial png_struct and png_info
      structures are handled. png_info is now handled in pretty much the same
      way as everything else, except that the allocations handle NULL return
      silently.  png_struct is changed in a similar way on allocation and on
      deallocation a 'safety' error handler is put in place (which should never
      be required).  The error handler itself is changed to permit mismatches
      in the application and libpng error buffer size; however, this means a
      silent change to the API to return the jmp_buf if the size doesn't match
      the size from the libpng compilation; libpng now allocates the memory and
      this may fail.  Overall these changes result in slight code size
      reductions; however, this is a reduction in code that is always executed
      so is particularly valuable.  Overall on a 64-bit system the libpng DLL
      decreases in code size by 1733 bytes.  pngerror.o increases in size by
      about 465 bytes because of the new functionality.
      40b26036
  29. 21 12月, 2011 1 次提交
  30. 16 12月, 2011 2 次提交
  31. 27 11月, 2011 1 次提交
  32. 24 11月, 2011 1 次提交
  33. 18 11月, 2011 1 次提交
  34. 17 11月, 2011 1 次提交