summaryrefslogtreecommitdiff
path: root/pngrtran.c
Commit message (Expand)AuthorAgeFilesLines
* [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-1/+1
* [libpng15] Fix typo in pngrtran.cGlenn Randers-Pehrson2013-12-261-2/+2
* [libpng15] Bail out of loop over tRNS array once a transparent entryGlenn Randers-Pehrson2013-08-041-1/+7
* [libpng15] Imported from libpng-1.5.16.tarv1.5.16libpng-1.5.16-signedGlenn Randers-Pehrson2013-05-231-1/+1
* [libpng15] Imported from libpng-1.5.16beta06.tarv1.5.16beta06Glenn Randers-Pehrson2013-05-121-1/+3
* [libpng15] Imported from libpng-1.5.15beta06.tarGlenn Randers-Pehrson2013-05-121-3/+1
* [libpng15] Avoid a compiler warning about unused png_ptrJohn Bowler2013-04-251-0/+2
* [libpng15] Imported from libpng-1.5.15.tarv1.5.15Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng15] Bump version to 1.5.15beta06Glenn Randers-Pehrson2013-02-171-1/+1
* [libpng15] Redo previous checkin; fold long lines and fix #ifdefsGlenn Randers-Pehrson2013-02-171-6/+6
* [libpng15] Imported from libpng-1.5.14.tarv1.5.14Glenn Randers-Pehrson2013-01-231-1/+1
* [libpng15] De-configured build fixes to make a range of deconfiguration optionsJohn Bowler2013-01-061-1/+3
* [libpng15] Update copyright year to 2013 in newly-changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng15] Updated "last changed" comments in recently-changed files.Glenn Randers-Pehrson2012-12-101-1/+1
* [libpng15] Use "FALL THROUGH" comments consistently (all caps)Glenn Randers-Pehrson2012-12-091-1/+1
* [libpng15] Fixed build when using #define PNG_NO_READ_GAMMA in png_do_compose()Glenn Randers-Pehrson2012-10-241-2/+2
* [libpng15] Folded some long lines; updated manual about removed macrosGlenn Randers-Pehrson2012-08-161-21/+42
* [libpng15] Imported from libpng-1.5.11.tarv1.5.11Glenn Randers-Pehrson2012-06-141-5/+5
* [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/+4
* [libpng15] Added palette-index checking.Glenn Randers-Pehrson2012-03-041-2/+8
* [libpng15] Imported from libpng-1.5.7.tarv1.5.7Glenn Randers-Pehrson2011-12-151-1/+1
* [libpng15] Replaced an "#if" with "ifdef" in pngrtran.cGlenn Randers-Pehrson2011-11-281-1/+1
* [libpng15] Multiple transform bug fixes plus a work-round for double gammaJohn Bowler2011-11-161-1/+49
* [libpng15] Updated commentaryGlenn Randers-Pehrson2011-11-101-1/+1
* [libpng15] Fixed some typos in comments.Glenn Randers-Pehrson2011-11-071-3/+3
* [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-071-3/+3
* [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 compiler warnings with Intel and MSYS compilers.John Bowler2011-10-271-6/+6
* [libpng15] Fixes for multiple calls to png_read_update_info.John Bowler2011-10-141-20/+36
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-133/+161
* [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] Constant changes for 64-bit compatibility (removal of L suffixes).John Bowler2011-09-091-4/+4
* [devel] Zapped "zap" (changed "zap" to "remove")Glenn Randers-Pehrson2011-08-291-1/+1
* [devel] Use "color" spelling consistently.Glenn Randers-Pehrson2011-08-251-1/+1
* [devel] Fixes to rgb_to_gray and cHRM XYZ APIsJohn Bowler2011-08-251-204/+166
* [devel] Imported from libpng-1.5.5beta05.tarv1.5.5beta05Glenn Randers-Pehrson2011-08-171-1/+1
* [devel] Revised commentary about png_rgb_to_gray coefficentsGlenn Randers-Pehrson2011-08-111-0/+5
* [devel] Imported from libpng-1.5.5beta04.tarv1.5.5beta04Glenn Randers-Pehrson2011-07-291-7/+18
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
* [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.John Bowler2011-06-181-44/+62
* [devel] Fixed buffer bug (both the strip_16 and scale_16 transforms wereGlenn Randers-Pehrson2011-06-181-8/+9
* [devel] Still trying to fix row buffer problem but pngvalid still failsGlenn Randers-Pehrson2011-06-171-0/+4
* [devel] Fixed some errors with 16_TO_8 macrosGlenn Randers-Pehrson2011-06-171-6/+8