- 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
- 55e85c2 [libpng15] Imported from libpng-1.5.7beta01.tar by Glenn Randers-Pehrson · 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
- 92ef313 [libpng15] Fixed compiler warnings with Intel and MSYS compilers. by John Bowler · 13 years ago
- 07772cb [libpng15] Fixes for multiple calls to png_read_update_info. by John Bowler · 13 years ago
- bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 14 years ago
- 115020d [libpng15] Imported from libpng-1.5.6beta01.tar by Glenn Randers-Pehrson · 14 years ago
- 3e2263a [libpng15] Imported from libpng-1.5.5.tar by Glenn Randers-Pehrson · 14 years ago
- 7515612 [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes). by John Bowler · 14 years ago
- 63071ac [devel] Zapped "zap" (changed "zap" to "remove") by Glenn Randers-Pehrson · 14 years ago
- 8b8aacd [devel] Use "color" spelling consistently. by Glenn Randers-Pehrson · 14 years ago
- 736f40f [devel] Fixes to rgb_to_gray and cHRM XYZ APIs by John Bowler · 14 years ago
- 75d5bfd [devel] Imported from libpng-1.5.5beta05.tar by Glenn Randers-Pehrson · 14 years ago
- 0bc7977 [devel] Revised commentary about png_rgb_to_gray coefficents by Glenn Randers-Pehrson · 14 years ago
- 99ffac0 [devel] Imported from libpng-1.5.5beta04.tar by Glenn Randers-Pehrson · 14 years ago
- d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 14 years ago
- 8d26126 [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL. by John Bowler · 14 years ago
- aee83b4 [devel] Fixed buffer bug (both the strip_16 and scale_16 transforms were by Glenn Randers-Pehrson · 14 years ago
- 24145c8 [devel] Still trying to fix row buffer problem but pngvalid still fails by Glenn Randers-Pehrson · 14 years ago
- e6a8060 [devel] Fixed some errors with 16_TO_8 macros by Glenn Randers-Pehrson · 14 years ago
- ab63dd0 [devel] Renamed png_set_chop_16() to png_set_strip_16(). by Glenn Randers-Pehrson · 14 years ago
- a7428d4 [devel] Renamed png_set_strip_16() to png_set_scale_16(). by Glenn Randers-Pehrson · 14 years ago
- 5f0b927 [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again. by Glenn Randers-Pehrson · 14 years ago
- ef217b7 [devel] Updated comments that mention 1.5.3; changed them to 1.5.4. by Glenn Randers-Pehrson · 14 years ago
- 903c64d [devel] Added "#ifdef PNG_READ_BACKGROUND_SUPPORTED/#endif" in pngrtran.c by Glenn Randers-Pehrson · 14 years ago
- be720ed [devel] Correction to the expand_16 code; removed extra instance of by Glenn Randers-Pehrson · 14 years ago
- cd3b0cc [devel] Fixed a problem in png_do_expand_palette() exposed by optimization in by John Bowler · 14 years ago
- 2232baa [devel] Made png_set_chop_16() API removeable by Glenn Randers-Pehrson · 14 years ago
- 7dffa41 [devel] Use the old scaling method for background if png_set_chop_16() was by Glenn Randers-Pehrson · 14 years ago
- 550bab0 [devel] Removed the ACCURATE and LEGACY options (they are no longer useable) by John Bowler · 14 years ago
- 413138a [devel] Added png_set_chop_16() API. by Glenn Randers-Pehrson · 14 years ago
- 74945f2 [devel] Fix and clarify LEGACY 16-to-8 scaling. by John Bowler · 14 years ago
- 141d9e3 [devel] Made it possible to undefine PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED by Glenn Randers-Pehrson · 14 years ago
- b2bee33 [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is by John Bowler · 14 years ago
- 0a04892 [devel] Update CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 14 years ago
- db0ed3e [devel] png_set_background+png_expand_16 did not interwork correctly. by John Bowler · 14 years ago
- 55fbff3 [devel] Consistently use "n-bit", not "n bit" in comments. by Glenn Randers-Pehrson · 14 years ago
- 1921e6d [devel] Reversed earlier change of transformation order; move by John Bowler · 14 years ago
- 0e128df [devel] Update CHANGES and ANNOUNCE; fix some new typos in comments. by Glenn Randers-Pehrson · 14 years ago
- 9994f25 [devel] pngvalid: add memory overwrite and palette image checks by John Bowler · 14 years ago
- cb0b296 [devel] Documented png_set_alpha_mode(), other changes in libpng.3 and by John Bowler · 14 years ago
- f70c7d0 [devel] Added named value and 'flag' gamma support to png_set_gamma. Made a by John Bowler · 14 years ago
- 96cec0e [devel] Added expand_16 suppport to the high level interface. by John Bowler · 14 years ago
- e9eeb74 [devel] Reverted recent change of errors to warnings. by Glenn Randers-Pehrson · 14 years ago
- 8ba3466 [devel] Changed some errors to warnings, added missing "png_ptr" arg in by Glenn Randers-Pehrson · 14 years ago
- c782251 [devel] Fix typos in comments, add new API synopses to libpng.3 by Glenn Randers-Pehrson · 14 years ago
- d273ad2 [devel] Implementation of premultiplied alpha support: png_set_alpha_mode by John Bowler · 14 years ago
- 4753906 [devel] Update "last changed" dates and added CHANGES entry. by Glenn Randers-Pehrson · 14 years ago
- 88b77cc [devel] Remove png_snprintf, add formatted warning messages. by John Bowler · 14 years ago
- 4a12f4a [devel] Cleanup of conditional compilation code and of background/gamma by John Bowler · 14 years ago
- d2795b7 [devel] Revised a comment about png_do_strip_channel(). by Glenn Randers-Pehrson · 14 years ago
- dcc3505 [devel] Imported from libpng-1.5.2.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
- 3d3aae1 --amend [devel] Imported from libpng-1.5.1.tar by Glenn Randers-Pehrson · 14 years ago
- f21a0d0 [devel] Enhance pngvalid, correct an error in gray_to_rgb, correct doc error. by John Bowler · 14 years ago
- 033155c [devel] Imported from libpng-1.5.1beta01.tar by Glenn Randers-Pehrson · 14 years ago
- 4e230b0 [devel] Proper fix for the failure to handle palette mapped images correctly. by John Bowler · 14 years ago
- a96117f [devel] Ensure that png_rgb_to_gray ignores palette mapped images. by John Bowler · 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
- f2e2833 [devel] Fixed bug in background transformation handling in pngrtran.c by Glenn Randers-Pehrson · 14 years ago
- b3edc73 [devel] Changes to remove gcc warnings (John Bowler) by Glenn Randers-Pehrson · 14 years ago
- f0eda4e [devel] Imported from libpng-1.5.0beta51.tar by Glenn Randers-Pehrson · 14 years ago
- 7e1fabe [devel] Imported from libpng-1.5.0beta50.tar by Glenn Randers-Pehrson · 14 years ago
- bc363ec [devel] Removed some unwanted spaces by Glenn Randers-Pehrson · 14 years ago
- 1b49a71 [devel] Imported from libpng-1.5.0beta49.tar by Glenn Randers-Pehrson · 14 years ago
- 83b4fc4 [devel] Imported from libpng-1.5.0beta48.tar by Glenn Randers-Pehrson · 14 years ago
- b087611 [devel] Fixed problem with symbols creation in Makefile.am which was assuming by Glenn Randers-Pehrson · 14 years ago
- bcb3aac [devel] Fixed a number of problems with 64-bit compilation reported by Visual by Glenn Randers-Pehrson · 15 years ago
- 39515c9 [devel] Imported from libpng-1.5.0beta46.tar by Glenn Randers-Pehrson · 15 years ago
- 4554a54 [devel] Don't force 1, 2, and 4-bit depths to 8 when PNG_NO_16BIT is defined. by Glenn Randers-Pehrson · 15 years ago
- 925d23b [devel] Conditionally compile parts of pngrtran.c and pngtrans.c by Glenn Randers-Pehrson · 15 years ago
- a711954 [devel] Imported from libpng-1.5.0beta45.tar by Glenn Randers-Pehrson · 15 years ago
- 9b362b1 [devel] Bump to version libpng-1.5.0beta45 by Glenn Randers-Pehrson · 15 years ago
- 67439c4 [devel] Addressed various issues identified by GCC, mostly signed/unsigned by Glenn Randers-Pehrson · 15 years ago
- a313751 [devel] Removed spurious tabs, shorten long lines (no source change) by Glenn Randers-Pehrson · 15 years ago
- e600c51 [devel]Made all API functions that have const arguments and constant string by Glenn Randers-Pehrson · 15 years ago
- 363f96e [devel] Imported from libpng-1.5.0beta41.tar by Glenn Randers-Pehrson · 15 years ago
- 836fe66 [devel] Imported from libpng-1.5.0beta40.tar by Glenn Randers-Pehrson · 15 years ago
- 2c700f9 [devel] Imported from libpng-1.5.0beta39.tar by Glenn Randers-Pehrson · 15 years ago
- bdabd8f [devel] Bump to version libpng-1.5.0beta38 by Glenn Randers-Pehrson · 15 years ago
- 6c47e84 [devel] Bump to version libpng-1.5.0beta36 by Glenn Randers-Pehrson · 15 years ago
- 29034c5 [devel] Expanded the new TAB characters. by Glenn Randers-Pehrson · 15 years ago
- 31aee0d [devel] by Glenn Randers-Pehrson · 15 years ago
- 915bab5 [devel] Bump to version libpng-1.5.0beta35 by Glenn Randers-Pehrson · 15 years ago
- 39a8bb7 [devel] Imported from libpng-1.5.0beta34.tar by Glenn Randers-Pehrson · 15 years ago
- 8f9de7a [devel] Bump back to version libpng-1.5.0beta34 by Glenn Randers-Pehrson · 15 years ago
- 289500a [devel] Imported from libpng-1.5.0beta33.tar by Glenn Randers-Pehrson · 15 years ago
- a272d8f [devel] Made FIXED and FLOATING options consistent in the APIs they enable by Glenn Randers-Pehrson · 15 years ago
- 4db3442 [devel] Imported from libpng-1.5.0beta32.tar by Glenn Randers-Pehrson · 15 years ago
- 821b710 [devel] Imported from libpng-1.5.0beta31.tar by Glenn Randers-Pehrson · 15 years ago
- ef3831a [devel] Imported from libpng-1.5.0beta30.tar by Glenn Randers-Pehrson · 15 years ago
- 5feb87c [devel] Imported from libpng-1.5.0beta29.tar by Glenn Randers-Pehrson · 15 years ago
- 57d9617 [devel] Imported from libpng-1.5.0beta28.tar by Glenn Randers-Pehrson · 15 years ago
- 5b3d554 [devel] Imported from libpng-1.5.0beta26.tar by Glenn Randers-Pehrson · 15 years ago