1. 27 2月, 2012 2 次提交
  2. 25 2月, 2012 2 次提交
  3. 19 2月, 2012 1 次提交
  4. 17 2月, 2012 2 次提交
  5. 14 2月, 2012 1 次提交
    • J
      [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT or · bce79882
      John Bowler 提交于
          FLOATING_POINT options were switched off, png.h ended up with lone ';'
          characters.  This is not valid ANSI-C outside a function.  The ';'
          characters have been moved inside the definition of PNG_FP_EXPORT and
          PNG_FIXED_EXPORT. 2) If either option was switched off, the declaration
          of the corresponding functions were completely omitted, even though some
          of them are still used internally.  The result is still valid, but
          produces warnings from gcc with some warning options (including -Wall). The
          fix is to cause png.h to declare the functions with PNG_INTERNAL_FUNCTION
          when png.h is included from pngpriv.h.
      bce79882
  6. 05 2月, 2012 1 次提交
  7. 03 2月, 2012 2 次提交
  8. 02 2月, 2012 1 次提交
  9. 01 2月, 2012 2 次提交
  10. 31 1月, 2012 1 次提交
  11. 29 1月, 2012 1 次提交
  12. 28 1月, 2012 2 次提交
  13. 24 1月, 2012 2 次提交
  14. 16 1月, 2012 1 次提交
  15. 15 1月, 2012 1 次提交
  16. 02 1月, 2012 1 次提交
  17. 30 12月, 2011 2 次提交
  18. 28 12月, 2011 1 次提交
  19. 24 12月, 2011 2 次提交
  20. 23 12月, 2011 1 次提交
  21. 22 12月, 2011 3 次提交
    • 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
    • J
      [libpng16] Start-up code size improvements, error handler flexibility. · d332c67d
      John Bowler 提交于
      These 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.
      d332c67d
  22. 21 12月, 2011 2 次提交
  23. 16 12月, 2011 2 次提交
  24. 06 12月, 2011 1 次提交
  25. 27 11月, 2011 1 次提交
  26. 25 11月, 2011 2 次提交