1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 16 1月, 2015 1 次提交
  4. 15 12月, 2014 2 次提交
  5. 05 6月, 2014 1 次提交
  6. 20 5月, 2014 1 次提交
  7. 22 3月, 2014 1 次提交
  8. 28 3月, 2013 1 次提交
  9. 05 3月, 2013 1 次提交
    • J
      [libpng16] Corrected Android builds and corrected libpng.vers with symbol · f3728100
      John Bowler 提交于
          prefixing This adds an API to set optimization options externally,
          providing an alternative and general solution for the non-portable
          run-time tests used by the ARM Neon code.  It also makes those tests
          compile and link on Android.
        The order of settings vs options in pnglibconf.h is reversed to allow
          settings to depend on options and options can now set (or override) the
          defaults for settings.
      f3728100
  10. 03 3月, 2013 1 次提交
  11. 02 3月, 2013 1 次提交
  12. 16 2月, 2013 1 次提交
  13. 01 11月, 2012 1 次提交
  14. 26 10月, 2012 1 次提交
    • J
      [libpng16] Changed ICC profile support to allow use of an external color · f8dfd123
      John Bowler 提交于
      management system (CMS). In practice it is not possible to obtain cHRM
      information reliably using just the end-point tags because they do not exist
      in the vast majority of profiles.  Instead it is necessary to run the endpoints
      through the ICC colorimetric intent transform (as described in the v4
      spec).  Since this is likely to be too much code inside libpng for too
      little gain (it implies a fairly complete CMS implementation) the code
      has been changed to allow an external CMS to be used.  This code is
      temporarily disabled until a suitable set of test cases using one or more
      external CMS implementations have been implemented.
      f8dfd123
  15. 22 1月, 2011 1 次提交
  16. 06 1月, 2011 1 次提交
  17. 07 12月, 2010 2 次提交
  18. 16 10月, 2010 4 次提交
  19. 14 10月, 2010 1 次提交
  20. 08 10月, 2010 1 次提交
  21. 05 10月, 2010 2 次提交
  22. 11 9月, 2010 1 次提交
  23. 28 8月, 2010 1 次提交
  24. 26 8月, 2010 1 次提交
  25. 25 8月, 2010 2 次提交
  26. 24 8月, 2010 1 次提交
  27. 11 8月, 2010 1 次提交
  28. 06 8月, 2010 1 次提交
  29. 02 8月, 2010 1 次提交
  30. 31 7月, 2010 1 次提交
  31. 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
  32. 24 7月, 2010 1 次提交