Next | Query returned 89 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2013-12-23 12:57:07 by Thomas Klausner | Files touched by this commit (79)
Log message:
Reset maintainer for resigned developers.
   2013-11-15 09:35:27 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.7.69:
* Check for NULL return from malloc().
* Undefine CLOCKS_PER_SECOND "1000" found in some version of MinGW.
* Replaced most "atoi(argv[++i])" with "pngcrush_get_long" \ 
which does
    "BUMP_I; strtol(argv[i],ptr,10)" and added pngcrush_check_long macro
    to detect malformed or missing parameters (debian bug 716149).
* Added global_things_have_changed=1 when reading -bkgd.
* The "-bit_depth N" option did not work reliably and has been removed.
   2013-09-01 09:34:35 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.7.67:
Fixed handling of "-text" and "-ztext" options for text \ 
input. They had been
reduced to "-t" and "-z" with an incorrect argument (3 \ 
instead of 2) in
version 1.7.62.
   2013-07-18 09:30:56 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.7.66:
Revised pngcrush_examine_pixels_fn() to fix some incorrect reductions.
   2013-06-16 09:20:44 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.7.63:
Add "int dowildcard=-1;" in an attempt to get wildcard arguments working
in the cross-compiled MinGW executables.
   2013-05-23 18:01:09 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.7.58:
* Do not enable reduce_palette by default for "-reduce", \ 
"-new", or "-old".
    It still is failing for some files.
   2013-04-03 13:59:27 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.7.56:
  Only use pngcrush_debug_malloc() and pngcrush_debug_free() if the result
    is going to be shown.
  Added PNG_PASS_ROWS, PNG_UNUSED, and other macro definitions, when building
    with libpng-1.4.x and older libpng versions.
  Multiplied rowbytes by 8/bit_depth when using the system library because
    we do not call png_read_transform_info(). This prevents a crash when
    reading sub-8-bit input files.
   2013-03-11 12:16:16 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Version 1.7.53:
* Removed plte_len stuff from the "To do" list because it is done.
* Shorten the indexed-PNG tRNS chunk length if it has more entries than the PLTE \ 
chunk.
   2013-03-06 17:10:28 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Version 1.7.52 (built with libpng-1.6.1beta06 and zlib-1.2.7)
  Added license info for cexcept.h, libpng, and zlib.
  Added consideration of "zopfli" compression to the "To do" \ 
list.
  Fixed a typo that caused a cHRM chunk to be "found" if an iCCP chunk
    were present.
  Reset best_byte_count before trial loop.
  Revise global png_set_keep_unknown_chunks() calls to avoid a libpng16
    warning.
  Reset "intent" to "specified_intent" before trial loop.
  Reset "plte_len" to "specified_plte_len" before trial loop.
  Initialize length of each trial to 0x7fffffff so any untried method
    is not the "best method".
   2013-02-16 19:20:35 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 1.7.50:
* Removed completed items from the "To do" list.
* Ignore the argument of the "plte_len" argument and just set the
     "reduce_palette" flag.

Next | Query returned 89 messages, browsing 21 to 30 | Previous