1. 01 8月, 2010 1 次提交
  2. 31 7月, 2010 1 次提交
  3. 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
  4. 24 7月, 2010 1 次提交
  5. 12 7月, 2010 2 次提交
  6. 06 7月, 2010 1 次提交
  7. 29 6月, 2010 1 次提交
  8. 26 6月, 2010 8 次提交
  9. 07 5月, 2010 1 次提交
  10. 06 5月, 2010 1 次提交
  11. 29 4月, 2010 1 次提交
  12. 28 4月, 2010 1 次提交
  13. 27 4月, 2010 1 次提交
  14. 25 4月, 2010 2 次提交
  15. 18 4月, 2010 1 次提交
  16. 17 4月, 2010 1 次提交
  17. 01 4月, 2010 1 次提交
  18. 30 3月, 2010 1 次提交
  19. 17 3月, 2010 1 次提交
  20. 14 3月, 2010 1 次提交
  21. 13 3月, 2010 1 次提交
    • G
      [devel] PNG_EXPORT changed to include an 'ordinal' field · eae8e36e
      Glenn Randers-Pehrson 提交于
          for DEF file generation.
      
          PNG_CALLBACK added to make callback definitions uniform.  PNGAPI split
          into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks),
          and appropriate changes made to all files.  Cygwin builds re-hinged to
          allow procedure call standard changes and to remove the need for the DEF
          file (fixes build on Cygwin).
      
      Send comments/corrections/commendations to png-mng-implement at lists.sf.net
      (subscription required; visit
      https://lists.sourceforge.net/lists/listinfo/png-mng-implement
      to subscribe) or to glennrp at users.sourceforge.net
      
      Glenn R-P
      eae8e36e
  22. 10 3月, 2010 1 次提交
  23. 09 3月, 2010 3 次提交
  24. 07 3月, 2010 1 次提交
  25. 03 3月, 2010 2 次提交
  26. 19 2月, 2010 1 次提交
  27. 14 2月, 2010 1 次提交