summaryrefslogtreecommitdiff
path: root/pngwrite.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.16beta06.tarv1.5.16beta06Glenn Randers-Pehrson2013-05-121-1/+1
* [libpng15] Imported from libpng-1.5.15beta06.tarGlenn Randers-Pehrson2013-05-121-1/+1
* [libpng15] Imported from libpng-1.5.15.tarv1.5.15Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng15] Imported from libpng-1.5.15beta06.tarv1.5.15beta06Glenn Randers-Pehrson2013-02-221-1/+3
* [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 Windows build issues, enabled ARM compilation. Various warningsJohn Bowler2012-12-201-1/+0
* [libpng15] Updated "last changed" comments in recently-changed files.Glenn Randers-Pehrson2012-12-101-1/+1
* [libpng15] Add a "FALL THROUGH" comment in a "case:" statement in pngwrite.cGlenn Randers-Pehrson2012-12-091-0/+1
* [libpng15] Imported from libpng-1.5.11.tarv1.5.11Glenn Randers-Pehrson2012-06-141-1/+1
* [libpng15] Updated some "Last changed" datesGlenn Randers-Pehrson2012-06-061-1/+1
* [libpng15] Improved the efficiency of the new png_check_palette_indexes()Glenn Randers-Pehrson2012-06-061-1/+2
* [libpng15] Imported from libpng-1.5.10.tarv1.5.10Glenn Randers-Pehrson2012-03-291-1/+1
* [libng15] Issue a png_benign_error() instead of png_warning() about bad paletteGlenn Randers-Pehrson2012-03-101-1/+1
* [libpng15] Added palette-index checking.Glenn Randers-Pehrson2012-03-041-2/+14
* [libpng15] Imported from libpng-1.5.7.tarv1.5.7Glenn Randers-Pehrson2011-12-151-1/+1
* [libpng15] Remove simplified interfaceJohn Bowler2011-11-231-562/+0
* [libpng15] Allow row_stride==0 to indicate default stride in simplified APIJohn Bowler2011-11-211-0/+4
* [libpng15] Fixes for C++ compilation using g++ When libpng source is compiledJohn Bowler2011-11-161-13/+21
* [libpng15] Multiple transform bug fixes plus a work-round for double gammaJohn Bowler2011-11-161-5/+11
* [libpng15] Fix Windows builds, add pngstest to Visual Studio and OpenWatcomJohn Bowler2011-11-161-1/+1
* [libpng15] Updated commentaryGlenn Randers-Pehrson2011-11-101-1/+1
* [libpng15] Fixes to alpha swap on read, simplified write and filler add codeJohn Bowler2011-11-081-10/+11
* [libpng15] Corrections to the PNG_FORMAT_ values and code cleanup.John Bowler2011-11-081-47/+37
* [libpng15] Fix PNG_SIMPLIFIED transformations,John Bowler2011-11-081-0/+3
* [libpng15] Fixed some typos in comments.Glenn Randers-Pehrson2011-11-071-6/+7
* [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-071-0/+550
* [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] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-31/+30
* [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-2/+2
* [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] Check for up->location !PNG_AFTER_IDAT when writing unknown chunksGlenn Randers-Pehrson2011-05-111-3/+8
* [devel] Remove some trailing blanks.Glenn Randers-Pehrson2011-05-071-0/+6
* [devel] IDAT compression failed if preceded by a compressed text chunkJohn Bowler2011-05-051-5/+2
* [devel] Update "last changed" dates and added CHANGES entry.Glenn Randers-Pehrson2011-05-051-1/+1
* [devel] Remove png_snprintf, add formatted warning messages.John Bowler2011-05-051-48/+8
* [devel] Changed png_struct jmp_buf member name to avoid clash with macroJohn Bowler2011-04-271-5/+5
* [devel] Cleanup of conditional compilation code and of background/gammaJohn Bowler2011-04-171-0/+2
* [devel] Update change comments (1.5.2 -> 1.5.3)Glenn Randers-Pehrson2011-03-311-2/+2
* [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks.Glenn Randers-Pehrson2011-03-311-1/+81
* [devel] Fix spelling in a comment.Glenn Randers-Pehrson2011-03-301-1/+1
* --amend [devel] Imported from libpng-1.5.1.tarv1.5.1Glenn Randers-Pehrson2011-02-021-1/+1
* [devel] Imported from libpng-1.5.1beta03.tarv1.5.1beta03Glenn Randers-Pehrson2011-01-141-2/+3
* [devel] Imported from libpng-1.5.0.tarv1.5.0Glenn Randers-Pehrson2011-01-061-1/+1
* [devel] Update copyright year and bump to version libpng-1.5.0rc07Glenn Randers-Pehrson2011-01-041-1/+1
* [devel] Added the private PNG_UNUSED() macro definition in pngpriv.h.Glenn Randers-Pehrson2010-12-041-2/+2