1. 07 7月, 2011 1 次提交
  2. 15 6月, 2011 1 次提交
  3. 11 6月, 2011 1 次提交
  4. 11 5月, 2011 1 次提交
  5. 17 4月, 2011 1 次提交
  6. 03 2月, 2011 1 次提交
  7. 26 1月, 2011 1 次提交
  8. 17 1月, 2011 1 次提交
  9. 15 1月, 2011 1 次提交
  10. 06 1月, 2011 1 次提交
  11. 04 1月, 2011 1 次提交
  12. 23 10月, 2010 2 次提交
  13. 16 10月, 2010 1 次提交
  14. 14 10月, 2010 1 次提交
  15. 13 10月, 2010 2 次提交
  16. 08 10月, 2010 1 次提交
  17. 05 10月, 2010 2 次提交
  18. 11 9月, 2010 1 次提交
  19. 28 8月, 2010 1 次提交
  20. 26 8月, 2010 1 次提交
  21. 24 8月, 2010 1 次提交
  22. 19 8月, 2010 1 次提交
  23. 18 8月, 2010 1 次提交
    • G
      [devel]Made all API functions that have const arguments and constant string · e600c513
      Glenn Randers-Pehrson 提交于
      literal pointers declare them (John Bowler).
      Many APIs did not change their arguments but were not declared using
      PNG_CONST.  This change corrects this.  In a few cases APIs that return
      constant string literal pointers have also been changed to declare this.
      Unlike the argument change this may require app changes; however the
      results could never be written to (the app would crash on some platforms
      where strings are not writable), so this seems advisable.
      e600c513
  24. 11 8月, 2010 1 次提交
  25. 06 8月, 2010 1 次提交
  26. 02 8月, 2010 1 次提交
  27. 31 7月, 2010 1 次提交
  28. 30 7月, 2010 2 次提交
    • G
      [devel] Bump to version libpng-1.5.0beta36 · 6c47e84d
      Glenn Randers-Pehrson 提交于
      6c47e84d
    • G
      [devel] · 31aee0d0
      Glenn Randers-Pehrson 提交于
        Fixed point APIs are now supported throughout (no missing APIs).
        Internal fixed point arithmetic support exists for all internal floating
          point operations.
        sCAL validates the floating point strings it is passed.
        Safe, albeit rudimentary, Watcom support is provided by PNG_API_RULE==2
        Two new APIs exist to get the number of passes without turning on the
          PNG_INTERLACE transform and to get the number of rows in the current
          pass.
        A new test program, pngvalid.c, validates the gamma code.
        Errors in the 16 bit gamma correction (overflows) have been corrected.
        cHRM chunk testing is done consistently (previously the floating point
          API bypassed it, because the test really didn't work on FP, now the test
          is performed on the actual values to be stored in the PNG file so it
          works in the FP case too.)
        Most floating point APIs now simply call the fixed point APIs after
          converting the values to the fixed point form used in the PNG file.
        The standard headers no longer include zlib.h, which is currently only
          required for pngstruct.h and can therefore be internal.
        (Patches by John Bowler)
      31aee0d0
  29. 24 7月, 2010 1 次提交
  30. 12 7月, 2010 1 次提交
  31. 06 7月, 2010 1 次提交
  32. 29 6月, 2010 1 次提交
  33. 27 6月, 2010 1 次提交
  34. 26 6月, 2010 3 次提交