1. 23 10月, 2014 1 次提交
  2. 27 9月, 2014 1 次提交
  3. 19 9月, 2014 2 次提交
  4. 18 9月, 2014 1 次提交
  5. 26 3月, 2014 1 次提交
  6. 18 3月, 2014 2 次提交
  7. 07 3月, 2014 1 次提交
  8. 17 2月, 2014 1 次提交
  9. 10 2月, 2014 1 次提交
  10. 07 2月, 2014 1 次提交
  11. 06 2月, 2014 2 次提交
  12. 01 1月, 2014 1 次提交
  13. 30 12月, 2013 2 次提交
  14. 27 12月, 2013 2 次提交
  15. 19 12月, 2013 1 次提交
  16. 23 11月, 2013 3 次提交
  17. 17 10月, 2013 1 次提交
  18. 05 10月, 2013 1 次提交
  19. 01 10月, 2013 2 次提交
    • J
      [libpng16] Updated pngunknown.c · cc93d89e
      John Bowler 提交于
      cc93d89e
    • J
      [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignment · 8f381901
      John Bowler 提交于
      requirements of png_modifier are greater than that of png_store and as a
      consequence compilation of pngvalid.c results in a warning about increased
      alignment requirements because of the bare cast to (png_modifier*). The code
      is safe, because the pointer is known to point to a stack allocated
      png_modifier, but this change avoids the warning.
      
        Fixed default behavior of ARM_NEON_API. If the ARM NEON API option was
          compiled without the CHECK option it defaulted to on, not off.
      
        Check user callback behavior in pngunknown.c. Previous versions compiled
          if SAVE_UNKNOWN was not available but did nothing since the callback
          was never implemented.
      
        Merged pngunknown.c with 1.7 version and back ported 1.7 improvements/fixes
      8f381901
  20. 08 5月, 2013 1 次提交
  21. 18 4月, 2013 1 次提交
  22. 14 4月, 2013 1 次提交
  23. 28 3月, 2013 1 次提交
  24. 07 3月, 2013 1 次提交
    • J
      [libpng16] Corrected simplified API default gamma for color-mapped output, added · 59ae3898
      John Bowler 提交于
      a flag to change default. In 1.6.0 when the simplified API was used
      to produce color-mapped output from an input image with no gamma
      information the gamma assumed for the input could be different from
      that assumed for non-color-mapped output.  In particular 16-bit depth
      input files were assumed to be sRGB encoded, whereas in the 'direct'
      case they were assumed to have linear data.  This was an error.  The
      fix makes the simplified API treat all input files the same way and
      adds a new flag to the png_image::flags member to allow the
      application/user to specify that 16-bit files contain sRGB data
      rather than the default linear.
      Fixed bugs in the pngpixel and makepng test programs.
      59ae3898
  25. 05 3月, 2013 1 次提交
  26. 03 3月, 2013 1 次提交
  27. 02 3月, 2013 1 次提交
  28. 18 2月, 2013 1 次提交
  29. 16 2月, 2013 1 次提交
  30. 14 2月, 2013 1 次提交
  31. 20 1月, 2013 1 次提交
  32. 11 1月, 2013 1 次提交