- 92ef313 [libpng15] Fixed compiler warnings with Intel and MSYS compilers. by John Bowler · 13 years ago
- cb75699 [libpng15] Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro. by Glenn Randers-Pehrson · 13 years ago
- 8db1998 [libpng15] Add leading zero to some 1-digit hex constants (0xf -> 0x0f). by Glenn Randers-Pehrson · 13 years ago
- ef02d56 [libpng15] Added LSR() macro to defend against buggy compilers that evaluate by Glenn Randers-Pehrson · 13 years ago
- 93254f6 [libpng15] Imported from libpng-1.5.6rc01.tar by Glenn Randers-Pehrson · 13 years ago
- 1c42276 [libpng15] New png_struct member png_ptr->old_prev_row by Mans Rullgard · 13 years ago
- c9e27d0 [libpng15] Made png_ptr->prev_row an aligned pointer into png_ptr->big_prev_row by Mans Rullgard · 13 years ago
- fb5b3ac [libpng15] Prevent libpng overwriting unused bits at the end of the image when by John Bowler · 13 years ago
- 4e68aa7 [libpng15] Further optimization of png_combine_row() in the interlaced case. by John Bowler · 13 years ago
- 8be28e3 [libpng15] Optimized png_combine_row() when rows are aligned This gains a by John Bowler · 13 years ago
- ac8375d [libpng15] Align png_struct::row_buf - previously it was always unaligned, by John Bowler · 13 years ago
- fa7d793 [libpng15] Replaced a short but frequently-used memcpy() in png_combine_row() by Glenn Randers-Pehrson · 13 years ago
- 435cf87 [libpng15] Bump version to libpng-1.5.6beta04 by Glenn Randers-Pehrson · 13 years ago
- bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 13 years ago
- 115020d [libpng15] Imported from libpng-1.5.6beta01.tar by Glenn Randers-Pehrson · 13 years ago
- 3e2263a [libpng15] Imported from libpng-1.5.5.tar by Glenn Randers-Pehrson · 13 years ago
- 7515612 [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes). by John Bowler · 13 years ago
- f3f7e14 [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relate by John Bowler · 13 years ago
- 736f40f [devel] Fixes to rgb_to_gray and cHRM XYZ APIs by John Bowler · 13 years ago
- 03d6b48 [devel] Imported from libpng-1.5.5beta03.tar by Glenn Randers-Pehrson · 13 years ago
- a5bcab7 [devel] Enabled compilation with g++ compiler. This compiler does not by John Bowler · 13 years ago
- d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 13 years ago
- 8d26126 [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL. by John Bowler · 13 years ago
- ef217b7 [devel] Updated comments that mention 1.5.3; changed them to 1.5.4. by Glenn Randers-Pehrson · 13 years ago
- 550bab0 [devel] Removed the ACCURATE and LEGACY options (they are no longer useable) by John Bowler · 13 years ago
- 254a513 [devel] Fixed png_handle_sCAL which is broken in 1.5 by Glenn Randers-Pehrson · 13 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
- 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
- b75b241 [devel] Added some whitespace in comments. by Glenn Randers-Pehrson · 14 years ago
- 65a24d0 [devel] Add comment in pngtest.c about setting zlib strategy for text by Glenn Randers-Pehrson · 14 years ago
- 5975f31 [devel] Added PNG_READ_COMPRESSED_TEXT_SUPPORTED macro. by Glenn Randers-Pehrson · 14 years ago
- dcc3505 [devel] Imported from libpng-1.5.2.tar by Glenn Randers-Pehrson · 14 years ago
- f27592a [devel] Fixed a long-standing bug in png_handle_sPLT() when by Glenn Randers-Pehrson · 14 years ago
- cad6798 [devel] Imported from libpng-1.5.2beta01.tar by Glenn Randers-Pehrson · 14 years ago
- 4d56296 [devel] Implement expansion to 16 bits by John Bowler · 14 years ago
- 3d3aae1 --amend [devel] Imported from libpng-1.5.1.tar by Glenn Randers-Pehrson · 14 years ago
- 168a433 [devel] Eliminate more GCC shadow warnings by John Bowler · 14 years ago
- b764c60 [devel] Imported from libpng-1.5.1beta03.tar by Glenn Randers-Pehrson · 14 years ago
- 5c92dec [devel] The wrong pngrutil.c (version 1.4.1) was checked in. by Glenn Randers-Pehrson · 14 years ago
- 20788d3 [devel] Add typecasts to stifle compiler warnings in pngrutil.c by Glenn Randers-Pehrson · 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
- 660c6e4 [devel] Fixed interlace image handling and add test cases (John Bowler) by John Bowler · 14 years ago
- d546f43 [devel] Added the private PNG_UNUSED() macro definition in pngpriv.h. by Glenn Randers-Pehrson · 14 years ago
- b3edc73 [devel] Changes to remove gcc warnings (John Bowler) by Glenn Randers-Pehrson · 14 years ago
- 105c416 [devel] Added comment in pngrutil.c about some extra parentheses. by Glenn Randers-Pehrson · 14 years ago
- a581556 [master] Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin) by Glenn Randers-Pehrson · 14 years ago
- ccadcae [devel] Added whitespace in pngrutil.c, pngwtran.c, and pngwutil.c by Glenn Randers-Pehrson · 14 years ago
- 3389309 [devel] Used a consistent structure for the pngget.c functions. by Glenn Randers-Pehrson · 14 years ago
- f197d6d [devel] Imported from libpng-1.5.0beta52.tar 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
- d233287 [devel] Removed space after (type cast). by Glenn Randers-Pehrson · 14 years ago
- c127057 [devel] Suppressed a compiler warning in png_handle_sPLT(). 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 · 14 years ago
- 39515c9 [devel] Imported from libpng-1.5.0beta46.tar by Glenn Randers-Pehrson · 14 years ago
- a711954 [devel] Imported from libpng-1.5.0beta45.tar by Glenn Randers-Pehrson · 14 years ago
- 9b362b1 [devel] Bump to version libpng-1.5.0beta45 by Glenn Randers-Pehrson · 14 years ago
- 67439c4 [devel] Addressed various issues identified by GCC, mostly signed/unsigned by Glenn Randers-Pehrson · 14 years ago
- e600c51 [devel]Made all API functions that have const arguments and constant string by Glenn Randers-Pehrson · 14 years ago
- 363f96e [devel] Imported from libpng-1.5.0beta41.tar by Glenn Randers-Pehrson · 14 years ago
- 836fe66 [devel] Imported from libpng-1.5.0beta40.tar by Glenn Randers-Pehrson · 14 years ago
- 2c700f9 [devel] Imported from libpng-1.5.0beta39.tar by Glenn Randers-Pehrson · 14 years ago
- 3df324d [devel] Expanded TAB characters, again. by Glenn Randers-Pehrson · 14 years ago
- 48dc6eb [devel] Revised png_get_int_16() to be similar to png_get_int_32(). by Glenn Randers-Pehrson · 14 years ago
- 4009a76 [devel] Implemented remaining "_fixed" functions and corrected warnings by Glenn Randers-Pehrson · 14 years ago
- 4eb18e9 [devel] Imported from libpng-1.5.0beta37.tar by Glenn Randers-Pehrson · 14 years ago
- 53c7502 [devel] Added a typecast in png_get_int_32() to avoid compiler warning. by Glenn Randers-Pehrson · 14 years ago
- 233357e [devel] Fixed some spelling and indentation. by Glenn Randers-Pehrson · 14 years ago
- 2be8b64 [devel] Update documentation by Glenn Randers-Pehrson · 14 years ago
- 29034c5 [devel] Expanded the new TAB characters. by Glenn Randers-Pehrson · 14 years ago
- 31aee0d [devel] by Glenn Randers-Pehrson · 14 years ago
- 915bab5 [devel] Bump to version libpng-1.5.0beta35 by Glenn Randers-Pehrson · 14 years ago
- d9d4cec [devel] Removed some newly-added TAB characters. by Glenn Randers-Pehrson · 14 years ago
- 39a8bb7 [devel] Imported from libpng-1.5.0beta34.tar by Glenn Randers-Pehrson · 14 years ago
- 8f9de7a [devel] Bump back to version libpng-1.5.0beta34 by Glenn Randers-Pehrson · 14 years ago
- 289500a [devel] Imported from libpng-1.5.0beta33.tar by Glenn Randers-Pehrson · 14 years ago
- 6cac43c [devel] Changed char *msg to PNG_CONST char *msg in pngrutil.c by Glenn Randers-Pehrson · 14 years ago
- a272d8f [devel] Made FIXED and FLOATING options consistent in the APIs they enable by Glenn Randers-Pehrson · 14 years ago
- 4db3442 [devel] Imported from libpng-1.5.0beta32.tar by Glenn Randers-Pehrson · 14 years ago
- 821b710 [devel] Imported from libpng-1.5.0beta31.tar by Glenn Randers-Pehrson · 14 years ago
- ef3831a [devel] Imported from libpng-1.5.0beta30.tar by Glenn Randers-Pehrson · 14 years ago
- 5feb87c [devel] Imported from libpng-1.5.0beta29.tar by Glenn Randers-Pehrson · 14 years ago
- 57d9617 [devel] Imported from libpng-1.5.0beta28.tar by Glenn Randers-Pehrson · 14 years ago
- 5b3d554 [devel] Imported from libpng-1.5.0beta26.tar by Glenn Randers-Pehrson · 14 years ago
- 53c07f5 [devel] Imported from libpng-1.5.0beta25.tar by Glenn Randers-Pehrson · 14 years ago
- 537c1a5 [devel] Imported from libpng-1.5.0beta24.tar by Glenn Randers-Pehrson · 15 years ago
- f24daf2 [devel] Added more blank lines for readability. by Glenn Randers-Pehrson · 15 years ago
- aa3143c [devel] Imported from libpng-1.5.0beta23.tar by Glenn Randers-Pehrson · 15 years ago
- 34713ce [devel] Fixed dependencies of GET_INT_32 - it doesn't require READ_INT_FUNCTIONS by Glenn Randers-Pehrson · 15 years ago
- deec549 [devel] Imported from libpng-1.5.0beta21.tar by Glenn Randers-Pehrson · 15 years ago
- 9c5beb5 [devel] Bump back to version libpng-1.5.0beta21 by Glenn Randers-Pehrson · 15 years ago
- b56e0d0 [devel] Imported from libpng-1.5.0beta19.tar by Glenn Randers-Pehrson · 15 years ago
- 5623f78 [devel] Imported from libpng-1.5.0beta18.tar by Glenn Randers-Pehrson · 15 years ago