- b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
- 6038b80 [libpng16] Reject iCCP chunk after the first, even if the first one is invalid. by Glenn Randers-Pehrson · 13 years ago
- 6225b0e [libpng16] Added code to validate the windowBits value passed to deflateInit2(). by John Bowler · 13 years ago
- 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
- 0ae4f7b [libpng16] Changed png_inflate() and calling routines to avoid overflow by John Bowler · 13 years ago
- eeb1bb6 [libng16] Added palette-index checking while writing. by Glenn Randers-Pehrson · 13 years ago
- 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
- cf49919 [libpng16] Fixed some bugs in ICC profile writing. The code should now accept by John Bowler · 13 years ago
- 4690b89 [libpng16] Added PNG_SAFE_LIMITS feature to pnglibconf.dfa, pngpriv.h, and new pngusr.dfa by Glenn Randers-Pehrson · 13 years ago
- bce7988 [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT or by John Bowler · 13 years ago
- 3167541 [libpng16] Fixed 'prefix' builds on clean systems. The generation of pngprefix.h by John Bowler · 13 years ago
- f1c0678 [libpng16] Fixed non-configure builds (don't include pngprefix.h in them) by John Bowler · 13 years ago
- 42369cc [libpng16] Added symbol prefixing that allows all the libpng external symbols by John Bowler · 13 years ago
- 572b078 [libpng16] Cleaned up pngpriv.h to consistently declare all functions and data. by John Bowler · 13 years ago
- 9c7f99c [libpng16] Remove remains of simplified API sPLT experiment from pngpriv.h by John Bowler · 13 years ago
- 5bc9038 [libpng16] Added color-map support to simplified API. by John Bowler · 13 years ago
- 00c6a9a [libpng16] Fix bug in pngerror.c: some long warnings were being improperly by John Bowler · 13 years ago
- 665031e [libpng16] Fix two typos in pngpriv.h comments by Glenn Randers-Pehrson · 13 years ago
- 1531bd6 [libpng16] Updated copyright year to 2012 by Glenn Randers-Pehrson · 13 years ago
- 4f67e40 [libpng16] Add 'const' to png_structrp arguments of png_set_*() APIs. by John Bowler · 13 years ago
- 5d56786 [libpng16] Implemented 'restrict' for png_info and png_struct. by John Bowler · 13 years ago
- df477e4 [libpng16] Eliminated png_info_destroy. It is now used only in png.c by John Bowler · 13 years ago
- 40b2603 [libpng16] Start-up code size improvements, error handler flexibility. These by John Bowler · 13 years ago
- d332c67 [libpng16] Start-up code size improvements, error handler flexibility. by John Bowler · 13 years ago
- 13831bc [libpng16] Updated "last changed" dates by Glenn Randers-Pehrson · 13 years ago
- 681c1fc [libpng16] Correct configure builds where build and source directories are by John Bowler · 13 years ago
- ba6fbc5 [libpng16] Revised config.h handling; added bsconfig.h, deleted pngconfig.h by John Bowler · 13 years ago
- 4c7e820 [libpng16] Remove machine-generated configure files by Glenn Randers-Pehrson · 13 years ago
- baeb6d1 [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far. by John Bowler · 13 years ago
- 17878c6 [libpng15] Work around compilers that don't support declaration of const data. by John Bowler · 13 years ago
- 4fa96a4 [libpng15] Fixes for C++ compilation using g++ When libpng source is compiled by John Bowler · 13 years ago
- 45bb9a6 [libpng15] Changed "PNG_EXTERN" to "extern" in sRGB table declarations by Glenn Randers-Pehrson · 13 years ago
- 8596468 [libpng15] Removed PNG_CONST from the sRGB table declarations by Glenn Randers-Pehrson · 13 years ago
- 65f3ac1 [libpng15] Fixed a typo in pngpriv.h by Glenn Randers-Pehrson · 13 years ago
- efc4b69 [libpng15] Fixed some typos in comments. by Glenn Randers-Pehrson · 13 years ago
- 7875d53 [libpng15] Simplified read/write API initial version; basic read/write tested by John Bowler · 13 years ago
- aff4402 [libpng15] Fixed bug in pngvalid on early allocation failure; fixed type cast by John Bowler · 13 years ago
- d3a9480 [libpng15] Added support for ARM processor (Mans Rullgard) by Mans Rullgard · 13 years ago
- 2b7d730 [libpng15] Bump version to libpng-1.5.7beta01 by Glenn Randers-Pehrson · 13 years ago
- bc6726b [libpng15] Imported from libpng-1.5.6.tar by Glenn Randers-Pehrson · 13 years ago
- 07772cb [libpng15] Fixes for multiple calls to png_read_update_info. by John Bowler · 13 years ago
- 4e68aa7 [libpng15] Further optimization of png_combine_row() in the interlaced case. by John Bowler · 13 years ago
- 65c0339 [libpng15] Speed up png_combine_row() for interlaced images. This reduces the by Glenn Randers-Pehrson · 13 years ago
- 997b193 [libpng15] Imported from libpng-1.5.6beta03.tar by Glenn Randers-Pehrson · 13 years ago
- d02d6a1 [libpng15] Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c) by Glenn Randers-Pehrson · 13 years ago
- bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 13 years ago
- 115020d [libpng15] Imported from libpng-1.5.6beta01.tar by Glenn Randers-Pehrson · 13 years ago
- 3e2263a [libpng15] Imported from libpng-1.5.5.tar by Glenn Randers-Pehrson · 13 years ago
- d326111 [libpng15] Imported from libpng-1.5.5rc01.tar by Glenn Randers-Pehrson · 13 years ago
- f3f7e14 [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relate by John Bowler · 13 years ago
- 736f40f [devel] Fixes to rgb_to_gray and cHRM XYZ APIs by John Bowler · 13 years ago
- 75d5bfd [devel] Imported from libpng-1.5.5beta05.tar by Glenn Randers-Pehrson · 13 years ago
- 9b979b1 [devel] Added new types and internal functions for CIE RGB end point handling by John Bowler · 13 years ago
- 7b97965 [devel] Prevent unexpected API exports from non-libpng DLLs on Windows. by John Bowler · 13 years ago
- d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 13 years ago
- 8d26126 [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL. by John Bowler · 13 years ago
- ab63dd0 [devel] Renamed png_set_chop_16() to png_set_strip_16(). by Glenn Randers-Pehrson · 13 years ago
- 5f0b927 [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again. by Glenn Randers-Pehrson · 13 years ago
- ef217b7 [devel] Updated comments that mention 1.5.3; changed them to 1.5.4. by Glenn Randers-Pehrson · 13 years ago
- be720ed [devel] Correction to the expand_16 code; removed extra instance of by Glenn Randers-Pehrson · 13 years ago
- 2232baa [devel] Made png_set_chop_16() API removeable by Glenn Randers-Pehrson · 13 years ago
- 550bab0 [devel] Removed the ACCURATE and LEGACY options (they are no longer useable) by John Bowler · 13 years ago
- 6a1dc23 [devel] Removed string/memory macros that are no longer used by John Bowler · 13 years ago
- 2d3fc1c [devel] Moved macro definitions for PNG_HAVE_IHDR, PNG_HAVE_PLTE, and by Glenn Randers-Pehrson · 14 years ago
- f70c7d0 [devel] Added named value and 'flag' gamma support to png_set_gamma. Made a by John Bowler · 14 years ago
- d273ad2 [devel] Implementation of premultiplied alpha support: png_set_alpha_mode by John Bowler · 14 years ago
- af855e4 [devel] Remove some trailing blanks. by Glenn Randers-Pehrson · 14 years ago
- c5bef94 [devel] IDAT compression failed if preceded by a compressed text chunk by John Bowler · 14 years ago
- 88b77cc [devel] Remove png_snprintf, add formatted warning messages. by John Bowler · 14 years ago
- b3b7168 [devel] Added appropriate feature test macros (_POSIX_SOURCE, _ISOC99_SOURCE) by Glenn Randers-Pehrson · 14 years ago
- 4a12f4a [devel] Cleanup of conditional compilation code and of background/gamma by John Bowler · 14 years ago
- 537c146 [devel] Fixed gcc -ansi -pedantic compile, using __STRICT_ANSI__ by John Bowler · 14 years ago
- 8abcf14 [devel] Imported from libpng-1.5.3beta02.tar by Glenn Randers-Pehrson · 14 years ago
- 205483d [devel] Added PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro. by Glenn Randers-Pehrson · 14 years ago
- f837831 [devel] Use a mode bit to avoid reopening the zstream except when necessary. by Glenn Randers-Pehrson · 14 years ago
- 1345cbe [devel] Update change comments (1.5.2 -> 1.5.3) by Glenn Randers-Pehrson · 14 years ago
- 6b3d50b [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks. by Glenn Randers-Pehrson · 14 years ago
- dcc3505 [devel] Imported from libpng-1.5.2.tar by Glenn Randers-Pehrson · 14 years ago
- f3dd1cc [devel] Imported from libpng-1.5.2rc01.tar by Glenn Randers-Pehrson · 14 years ago
- cad6798 [devel] Imported from libpng-1.5.2beta01.tar by Glenn Randers-Pehrson · 14 years ago
- c36bb79 [devel] Trim trailing blanks from sources and manual by Glenn Randers-Pehrson · 14 years ago
- 4d56296 [devel] Implement expansion to 16 bits by John Bowler · 14 years ago
- 9b872f4 [devel] Clean up ALPHA flags and transformations by John Bowler · 14 years ago
- 8625b39 [devel] Changed some names of formal parameters to avoid Shadow warnings by Glenn Randers-Pehrson · 14 years ago
- 25d2d47 [devel] updated the commentary in pngpriv.h about PNG_UNUSED(). by Glenn Randers-Pehrson · 14 years ago
- 4c0eaee [devel] Changed PNG_UNUSED to "(void)param;" by Glenn Randers-Pehrson · 14 years ago
- bf3293a [devel] Fixed comments around PNG_UNUSED macro definition in pngpriv.h by Glenn Randers-Pehrson · 14 years ago
- 4e2e14a [devel] Changed PNG_UNUSED from "param=param;" to "{if(param){}}". by Glenn Randers-Pehrson · 14 years ago
- 0e15da5 [devel] Simplified the PNG_UNUSED macro. by Glenn Randers-Pehrson · 14 years ago
- 2774238 [devel] Trying a different PNG_UNUSED macro. by Glenn Randers-Pehrson · 14 years ago
- f5ea1b7 [devel] Imported from libpng-1.5.0.tar by Glenn Randers-Pehrson · 14 years ago
- 64b863c [devel] Update copyright year and bump to version libpng-1.5.0rc07 by Glenn Randers-Pehrson · 14 years ago
- a7d604e [devel] Imported from libpng-1.5.0rc06.tar by Glenn Randers-Pehrson · 14 years ago
- 8f8061a [devel] Imported from libpng-1.5.0rc05.tar by Glenn Randers-Pehrson · 14 years ago
- 332594d [devel] Bump to version libpng-1.5.0rc04 by Glenn Randers-Pehrson · 14 years ago
- 5773152 [devel] Bump to version libpng-1.5.0rc03 by Glenn Randers-Pehrson · 14 years ago
- 3af77fe [devel] Bump to version libpng-1.5.0rc02 by Glenn Randers-Pehrson · 14 years ago
- fd20a5a [devel] Imported from libpng-1.5.0rc01.tar by Glenn Randers-Pehrson · 14 years ago
- d3b7657 [devel] Bump to version libpng-1.5.0beta59 by Glenn Randers-Pehrson · 14 years ago
- 4c93a7c [devel] Bump to version libpng-1.5.0beta58 by Glenn Randers-Pehrson · 14 years ago