summaryrefslogtreecommitdiff
path: root/pngwutil.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.19beta01.tarv1.5.19beta01Glenn Randers-Pehrson2014-02-281-1/+1
* [libpng15] Bump version to 1.5.19beta01Glenn Randers-Pehrson2014-02-061-1/+1
* [libpng15] Imported from libpng-1.5.18.tarv1.5.18libpng-1.5.18-signedGlenn Randers-Pehrson2014-02-051-1/+1
* [libpng15] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-2/+2
* [libpng15] Fixed 'unused' warnings and mergeed with libpng16 pngvalid.John Bowler2013-12-271-0/+2
* [libpng15] Imported from libpng-1.5.14.tarv1.5.14Glenn Randers-Pehrson2013-01-231-1/+1
* [libpng15] Update copyright year to 2013 in newly-changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng15] Fixed a minor bug in types to malloc and major bug in handlingGlenn Randers-Pehrson2012-12-151-7/+4
* [libpng15] Fixed a minor bug in types to malloc and major bug in handlingJohn Bowler2012-12-141-1/+1
* [libpng15] Folded some long lines; updated manual about removed macrosGlenn Randers-Pehrson2012-08-161-1/+2
* [libpng15] Imported from libpng-1.5.10.tarv1.5.10Glenn Randers-Pehrson2012-03-291-1/+1
* [libpng15] Bump version to 1.5.10beta05Glenn Randers-Pehrson2012-03-091-2/+2
* [libpng15] Fixed CMF optimization of non-IDAT compressed chunks,John Bowler2012-03-091-10/+7
* [libpng15] Disabled part of the CMF optimization of non-IDAT compressedGlenn Randers-Pehrson2012-03-091-0/+2
* [libpng15] Imported from libpng-1.5.7beta01.tarv1.5.7beta01Glenn Randers-Pehrson2011-11-041-1/+1
* [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-021-1/+1
* [libpng15] Imported from libpng-1.5.6.tarv1.5.6Glenn Randers-Pehrson2011-11-021-1/+1
* [libpng15] Fixed a relatively harmless memory overwriteJohn Bowler2011-10-141-1/+4
* [libpng15] Imported from libpng-1.5.6beta05.tarv1.5.6beta05Glenn Randers-Pehrson2011-10-121-1/+1
* [libpng15] Use PNG_CSTRING_FROM_CHUNK macro with png_debug2() in pngwutil.cGlenn Randers-Pehrson2011-10-111-2/+4
* [libpng15] Fixed bug in png_write_chunk_header() debug print,Glenn Randers-Pehrson2011-10-111-1/+1
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-106/+104
* [libpng15] Imported from libpng-1.5.6beta01.tarv1.5.6beta01Glenn Randers-Pehrson2011-09-221-1/+1
* [libpng15] Imported from libpng-1.5.5.tarv1.5.5Glenn Randers-Pehrson2011-09-221-1/+1
* [libpng15] Bump version to libpng-1.5.5beta09Glenn Randers-Pehrson2011-09-091-1/+1
* [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relateJohn Bowler2011-09-091-8/+6
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
* [devel] Updated comments that mention 1.5.3; changed them to 1.5.4.Glenn Randers-Pehrson2011-06-151-1/+1
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-1/+1
* [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding isJohn Bowler2011-06-101-2/+2
* [devel] Fix typo in pngwutil.c comment.Glenn Randers-Pehrson2011-05-231-1/+1
* [devel] Apply new PNG_WARNING_PARAMETERS macro in pngwutil.cGlenn Randers-Pehrson2011-05-071-1/+1
* [devel] Implementation of premultiplied alpha support: png_set_alpha_modeJohn Bowler2011-05-071-2/+2
* [devel] IDAT compression failed if preceded by a compressed text chunkJohn Bowler2011-05-051-88/+161
* [devel] Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make zlib "CMF"Glenn Randers-Pehrson2011-05-051-2/+8
* [devel] Remove png_snprintf, add formatted warning messages.John Bowler2011-05-051-15/+9
* [devel] Fixed 64-bit builds where png_uint_32 is smaller than png_size_tJohn Bowler2011-04-151-1/+1
* [devel] Removed "#if 1" and the matching "#endif"Glenn Randers-Pehrson2011-04-031-3/+0
* [devel] Optimize the zlib CMF byte in non-IDAT compressed chunksGlenn Randers-Pehrson2011-04-021-4/+70
* [devel] Moved misplaced declarationsGlenn Randers-Pehrson2011-04-021-2/+5
* [devel] Improved the optimization of the zlib CMF byteGlenn Randers-Pehrson2011-04-011-3/+13
* [devel] zlib text compression parameters fall back on non-IDAT parametersGlenn Randers-Pehrson2011-04-011-8/+8
* [devel] Relocated some comment lines in pngwutil.cGlenn Randers-Pehrson2011-04-011-4/+9
* [devel] Added PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro.Glenn Randers-Pehrson2011-04-011-5/+7
* [devel] Only compile the new zlib re-initializing code when text or iCCPGlenn Randers-Pehrson2011-04-011-3/+2
* [devel] Imported from libpng-1.5.3beta01.tarv1.5.3beta01Glenn Randers-Pehrson2011-03-311-0/+5
* [devel] Use a mode bit to avoid reopening the zstream except when necessary.Glenn Randers-Pehrson2011-03-311-34/+45
* [devel] Free zstream memory with deflateEnd before reinitializing it.Glenn Randers-Pehrson2011-03-311-0/+5
* [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks.Glenn Randers-Pehrson2011-03-311-26/+81
* [devel] Imported from libpng-1.5.0.tarv1.5.0Glenn Randers-Pehrson2011-01-061-1/+1