- b963fee [libpng16] More cosmetic changes by Glenn Randers-Pehrson · 10 years ago
- f2d4167 [libpng16] Added a pair of parentheses suggested by clang by Glenn Randers-Pehrson · 10 years ago
- 5d713fe [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" to by Glenn Randers-Pehrson · 10 years ago
- c6a8cb7 [libpng16] Added missing "ptr = NULL" after some instances of png_free(). by Glenn Randers-Pehrson · 10 years ago
- ebba074 [libpng16] Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)" by Glenn Randers-Pehrson · 10 years ago
- edb772f [libpng16] Imported from libpng-1.6.14.tar by Glenn Randers-Pehrson · 10 years ago
- 470d64c [libpng16] Also don't mark text as written in the end_ptr until written. by Glenn Randers-Pehrson · 10 years ago
- a11cd84 [libpng16] Only mark text chunks as written after successfully writing them. by Glenn Randers-Pehrson · 10 years ago
- d752225 [libpng16] Removed "text_len" parameter from private function png_write_zTXt() by Glenn Randers-Pehrson · 10 years ago
- 212fd57 [libpng16] Bump version to 1.6.13beta01 by Glenn Randers-Pehrson · 10 years ago
- e429c66 [libpng16] Imported from libpng-1.6.12.tar by Glenn Randers-Pehrson · 10 years ago
- da7b692 [libpng16] Bump version to 1.6.12beta01 by Glenn Randers-Pehrson · 10 years ago
- c4e0f3d [libpng16] Imported from libpng-1.6.11.tar by Glenn Randers-Pehrson · 10 years ago
- 149eea2 [libpng16] Imported from libpng-1.6.11beta01.tar by Glenn Randers-Pehrson · 11 years ago
- 0567015 [libpng16] Use "if (value != 0)" instead of "if (value)" consistently. by Glenn Randers-Pehrson · 11 years ago
- 71d23c4 [libpng16] Bump version to 1.6.11beta01 by Glenn Randers-Pehrson · 11 years ago
- 4df37bf [libpng16] Imported from libpng-1.6.10.tar by Glenn Randers-Pehrson · 11 years ago
- 9eec159 [libpng16] Imported from libpng-1.6.10beta01.tar by Glenn Randers-Pehrson · 11 years ago
- 414d7b5 [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31. by John Bowler · 11 years ago
- 3e753eb [libpng16] Imported from libpng-1.6.9.tar by Glenn Randers-Pehrson · 11 years ago
- 95a1973 [libpng16] Updated copyright year in recently-changed files. by Glenn Randers-Pehrson · 11 years ago
- 38f4940 [libpng16] Update "last changed" dates in recently-patched files. by Glenn Randers-Pehrson · 11 years ago
- c10930a [libpng16] Bookkeeping: Moved functions around (no changes). Moved transform by John Bowler · 11 years ago
- be3977d [libpng16] Imported from libpng-1.6.8.tar by Glenn Randers-Pehrson · 11 years ago
- aaf1bb1 [libpng16] Updated "last changed" dates by John Bowler · 11 years ago
- c912050 [libpng16] Fixed 'minimal' builds. Various obviously useful minimal by Glenn Randers-Pehrson · 11 years ago
- 56d6bc2 [libpng16] Avoid dereferencing NULL pointer possibly returned from by Glenn Randers-Pehrson · 12 years ago
- 399430d [libpng16] Update "last changed" comments. by Glenn Randers-Pehrson · 12 years ago
- 3f677d1 [libpng16] Bump version to 1.6.3beta01 by Glenn Randers-Pehrson · 12 years ago
- 809355b [libpng16] Imported from libpng-1.6.2.tar by Glenn Randers-Pehrson · 12 years ago
- e4413a7 [libpng16] Disallow storing sRGB information when the sRGB is not supported. by John Bowler · 12 years ago
- 7fdb594 [libpng16] Added #ifdef PNG_WRITE_sRGB_SUPPORTED, etc., tests where needed in by Glenn Randers-Pehrson · 12 years ago
- 5087805 [libpng16] Imported from libpng-1.6.1.tar by Glenn Randers-Pehrson · 12 years ago
- 871b1d0 [libpng16] Bump version to 1.6.1beta05 by Glenn Randers-Pehrson · 12 years ago
- f3af706 [libpng16] Imported from libpng-1.6.0beta05.tar by Glenn Randers-Pehrson · 13 years ago
- adb9613 [libpng16] Imported from libpng-1.6.1beta02.tar by Glenn Randers-Pehrson · 12 years ago
- 9e8fd50 [libpng16] Use parentheses consistently in "#if defined()" tests. by Glenn Randers-Pehrson · 12 years ago
- c53778f [libpng16] Imported from libpng-1.6.0.tar by Glenn Randers-Pehrson · 12 years ago
- 9477ecd [libpng16] Updated copyright year to 2013 in newly-changed files by Glenn Randers-Pehrson · 12 years ago
- e9d6163 [libpng16] Fixed Windows build issues, enabled ARM compilation. Various warnings issued by John Bowler · 12 years ago
- 24639a6 [libpng16] Made default Zlib compression settings be configurable. This adds #defines to by John Bowler · 12 years ago
- 5c2d76f [libpng16] Use "FALL THROUGH" comment consistently in switch statements. by Glenn Randers-Pehrson · 12 years ago
- 1f84bd7 [libpng16] Change png_warning() to png_app_error() in pngwrite.c and comment by John Bowler · 12 years ago
- 70850fc [libpng16] Fixed error checking in the simplified write API (Olaf van der Spek) by John Bowler · 12 years ago
- ed3ca0e [libpng16] Fixed the simplified API example programs and improved the error by John Bowler · 12 years ago
- 4a6c6df [libpng16] Allow fine grain control of unknown chunk APIs. This change allows by John Bowler · 12 years ago
- 025d415 [libpng16] Folded long lines and fixed some grammar. by Glenn Randers-Pehrson · 12 years ago
- 810c995 [libpng16] Fixed some spelling errors. by Glenn Randers-Pehrson · 12 years ago
- e956751 [libpng16] Unknown handling fixes and clean up. This adds more correct option by John Bowler · 12 years ago
- dbb7e19 [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the by Glenn Randers-Pehrson · 12 years ago
- 26849f4 [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(), by Glenn Randers-Pehrson · 12 years ago
- 134c576 [libpng16] Fix new leak when text compression is disabled. by John Bowler · 12 years ago
- 4430b91 [libpng16] Restore info_ptr members that were deleted by the previous by Glenn Randers-Pehrson · 12 years ago
- 432c174 [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use. by Glenn Randers-Pehrson · 12 years ago
- 14ca47b [libpng16] Improved performance of new do_check_palette_indexes() function by Glenn Randers-Pehrson · 12 years ago
- 921648a [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the by John Bowler · 13 years ago
- b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 13 years ago
- 42ed02e [libpng16] Reverted png_set_itxt(); it would not compile without warnings. by Glenn Randers-Pehrson · 13 years ago
- 31d6624 [libpng16] Added png_set_itxt() (work in progress) by Glenn Randers-Pehrson · 13 years ago
- aa816c4 [libpng16] Added configuration support for benign errors and changed the read by John Bowler · 13 years ago
- 945cb1f [libpng16] Issue a png_benign_error() instead of png_warning() about bad by Glenn Randers-Pehrson · 13 years ago
- b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
- 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
- eeb1bb6 [libng16] Added palette-index checking while writing. by Glenn Randers-Pehrson · 13 years ago
- 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
- cf49919 [libpng16] Fixed some bugs in ICC profile writing. The code should now accept by John Bowler · 13 years ago
- 363ae65 [libpng16] Added tests for invalid palette index while reading and writing by Glenn Randers-Pehrson · 13 years ago
- dee7577 [libpng16] Added PNG_IMAGE_FLAG_FAST for the benefit of applications that by John Bowler · 13 years ago
- 1c25b9b [libpng16] Fixed transparent pixel and 16-bit rgb tests in pngstest and removed by John Bowler · 13 years ago
- 5bc9038 [libpng16] Added color-map support to simplified API. by John Bowler · 13 years ago
- 04336ba [libpng16] Add palette support to the simplified APIs. This commit by John Bowler · 13 years ago
- 1531bd6 [libpng16] Updated copyright year to 2012 by Glenn Randers-Pehrson · 13 years ago
- 5d56786 [libpng16] Implemented 'restrict' for png_info and png_struct. by John Bowler · 13 years ago
- d332c67 [libpng16] Start-up code size improvements, error handler flexibility. by John Bowler · 13 years ago
- 13831bc [libpng16] Updated "last changed" dates by Glenn Randers-Pehrson · 13 years ago
- baeb6d1 [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far. by John Bowler · 13 years ago
- 3706d73 [libpng15] Allow row_stride==0 to indicate default stride in simplified API by John Bowler · 13 years ago
- 4fa96a4 [libpng15] Fixes for C++ compilation using g++ When libpng source is compiled by John Bowler · 13 years ago
- 18c5cfa [libpng15] Multiple transform bug fixes plus a work-round for double gamma by John Bowler · 13 years ago
- 89c2f84 [libpng15] Fix Windows builds, add pngstest to Visual Studio and OpenWatcom by John Bowler · 13 years ago
- 4be12aa [libpng15] Updated commentary by Glenn Randers-Pehrson · 13 years ago
- e6fb691 [libpng15] Fixes to alpha swap on read, simplified write and filler add code by John Bowler · 13 years ago
- dd81915 [libpng15] Corrections to the PNG_FORMAT_ values and code cleanup. by John Bowler · 13 years ago
- 3615d03 [libpng15] Fix PNG_SIMPLIFIED transformations, by John Bowler · 13 years ago
- 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
- bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 13 years ago
- d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 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
- b2bee33 [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is by John Bowler · 13 years ago
- 36fa2a0 [devel] Check for up->location !PNG_AFTER_IDAT when writing unknown chunks by Glenn Randers-Pehrson · 14 years ago
- af855e4 [devel] Remove some trailing blanks. by Glenn Randers-Pehrson · 14 years ago
- c5bef94 [devel] IDAT compression failed if preceded by a compressed text chunk 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
- e6dc85b [devel] Changed png_struct jmp_buf member name to avoid clash with macro by John Bowler · 14 years ago