summaryrefslogtreecommitdiff
path: root/pngrtran.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [devel] Renamed png_set_chop_16() to png_set_strip_16().Glenn Randers-Pehrson2011-06-171-13/+13
* [devel] Renamed png_set_strip_16() to png_set_scale_16().Glenn Randers-Pehrson2011-06-171-2/+2
* [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.Glenn Randers-Pehrson2011-06-161-5/+9
* [devel] Updated comments that mention 1.5.3; changed them to 1.5.4.Glenn Randers-Pehrson2011-06-151-18/+18
* [devel] Added "#ifdef PNG_READ_BACKGROUND_SUPPORTED/#endif" in pngrtran.cGlenn Randers-Pehrson2011-06-151-2/+4
* [devel] Correction to the expand_16 code; removed extra instance ofGlenn Randers-Pehrson2011-06-151-15/+3
* [devel] Fixed a problem in png_do_expand_palette() exposed by optimization inJohn Bowler2011-06-141-14/+14
* [devel] Made png_set_chop_16() API removeableGlenn Randers-Pehrson2011-06-141-3/+11
* [devel] Use the old scaling method for background if png_set_chop_16() wasGlenn Randers-Pehrson2011-06-141-0/+13
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-4/+0
* [devel] Added png_set_chop_16() API.Glenn Randers-Pehrson2011-06-131-16/+52
* [devel] Fix and clarify LEGACY 16-to-8 scaling.John Bowler2011-06-131-4/+4
* [devel] Made it possible to undefine PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTEDGlenn Randers-Pehrson2011-06-131-0/+13
* [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding isJohn Bowler2011-06-101-41/+44
* [devel] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-05-181-1/+1
* [devel] png_set_background+png_expand_16 did not interwork correctly.John Bowler2011-05-181-4/+23
* [devel] Consistently use "n-bit", not "n bit" in comments.Glenn Randers-Pehrson2011-05-171-3/+3
* [devel] Reversed earlier change of transformation order; moveJohn Bowler2011-05-161-28/+9
* [devel] Update CHANGES and ANNOUNCE; fix some new typos in comments.Glenn Randers-Pehrson2011-05-151-1/+1
* [devel] pngvalid: add memory overwrite and palette image checksJohn Bowler2011-05-151-3/+18
* [devel] Documented png_set_alpha_mode(), other changes in libpng.3 andJohn Bowler2011-05-121-15/+23
* [devel] Added named value and 'flag' gamma support to png_set_gamma. Made aJohn Bowler2011-05-101-32/+73
* [devel] Added expand_16 suppport to the high level interface.John Bowler2011-05-081-1/+1
* [devel] Reverted recent change of errors to warnings.Glenn Randers-Pehrson2011-05-081-18/+8
* [devel] Changed some errors to warnings, added missing "png_ptr" arg inGlenn Randers-Pehrson2011-05-081-6/+16
* [devel] Fix typos in comments, add new API synopses to libpng.3Glenn Randers-Pehrson2011-05-071-4/+4
* [devel] Implementation of premultiplied alpha support: png_set_alpha_modeJohn Bowler2011-05-071-323/+829
* [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-9/+4
* [devel] Cleanup of conditional compilation code and of background/gammaJohn Bowler2011-04-171-120/+117
* [devel] Revised a comment about png_do_strip_channel().Glenn Randers-Pehrson2011-04-161-1/+1
* [devel] Imported from libpng-1.5.2.tarv1.5.2Glenn Randers-Pehrson2011-03-311-1/+1
* [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-131-1/+1
* [devel] Trim trailing blanks from sources and manualGlenn Randers-Pehrson2011-02-121-3/+5