1. 20 7月, 2016 1 次提交
  2. 16 7月, 2016 2 次提交
  3. 15 7月, 2016 2 次提交
  4. 14 7月, 2016 7 次提交
  5. 08 7月, 2016 3 次提交
  6. 04 7月, 2016 4 次提交
  7. 03 7月, 2016 5 次提交
  8. 02 7月, 2016 5 次提交
    • J
      pngimage: correct #define checking · 54feb0ad
      John Bowler 提交于
      In libpng 1.7 pngimage needs to check PNG_WRITE_PNG_SUPPORTED (new in 1.7), not
      PNG_WRITE_SUPPORTED because png_write_png can be disabled without disabling
      PNG_WRITE_SUPPORTED.  Copied the approach from 1.6 pngcp.c (so this still works
      in 1.6 as well.)
      54feb0ad
    • G
      [libpng16] Updated CHANGES and ANNOUNCE · b733c50b
      Glenn Randers-Pehrson 提交于
      b733c50b
    • J
      pngcp.c: correct total time output · a9374442
      John Bowler 提交于
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      a9374442
    • J
      pngcp: add high resolution timing · 9957c450
      John Bowler 提交于
      If PNG_PNGCP_TIMING_SUPPORTED is defined maximal resolution CPU time logging of
      png_read_png and png_write_png is enabled via the --time command line option.
      This is not on by default but is enabled by contrib/conftests/pngcp.dfa
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      9957c450
    • J
      pngcp: tool to copy PNG files · 0ac91cc6
      John Bowler 提交于
      This adds pngcp to the build together with a pngcp.dfa configuration test; the
      test revealed some configuration bugs which are fixed by corrections to the
      _SUPPORTED macros.
      
      pngcp builds on all tested configurations and a number of bugs have been fixed
      to make this happen relative to the version in libpng 1.7 contrib/examples.
      pngcp.dfa will have to be different for 1.7 but pngcp.c should work fine (not
      yet tested).  pngcp itself is still missing a usage message; this is a
      preliminary version, although since it behaves the same way as 'cp' most unoids
      shouldn't have a problem using it correctly.
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      0ac91cc6
  9. 30 6月, 2016 1 次提交
  10. 24 6月, 2016 5 次提交
  11. 23 6月, 2016 5 次提交