summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [master] Imported from libpng-1.2.38rc01.tarv1.2.38rc01Glenn Randers-Pehrson2009-06-2451-119/+129
* [master] Bump version to bump-to-libpng-1.2.38beta02Glenn Randers-Pehrson2009-06-1851-116/+122
* [master] Imported from libpng-1.2.38beta01.tarv1.2.38beta01Glenn Randers-Pehrson2009-06-1720-84/+562
* [master] Fixed some indentation in pngset.cGlenn Randers-Pehrson2009-06-161-79/+94
* [master] Changed PNG_HANDLE_AS_UNKNOWN to PNG_UNKNOWN_CHUNKS_SUPPORTEDGlenn Randers-Pehrson2009-06-161-92/+77
* [master] Added an "#ifdef PNG_WRITE_SUPPORTED/#endif" block in pngconf.hGlenn Randers-Pehrson2009-06-161-2/+4
* [master] Relocated various UNKNOWN_CHUNK macro definitionsGlenn Randers-Pehrson2009-06-163-3/+13
* Added a PNG_NO_HANDLE_AS_UNKNOWN inside the LEGACY block of pngconf.hGlenn Randers-Pehrson2009-06-161-20/+23
* [master] Added 2 "defined(PNG_HANDLE_AS_UNKNOWN_SUPPORTED)" tests in png.hGlenn Randers-Pehrson2009-06-161-2/+4
* [master] Reformatted some comments.Glenn Randers-Pehrson2009-06-151-81/+94
* [master] png.c should have been included in the previous checkinGlenn Randers-Pehrson2009-06-151-2/+2
* [master] Change some instances of PNG_READ_UNKNOWN_CHUNKS_SUPPORTEDGlenn Randers-Pehrson2009-06-157-63/+75
* about calling png_set_IHDR() multiple times and about the orderGlenn Randers-Pehrson2009-06-081-18/+434
* [master] Revise libpng*.txtGlenn Randers-Pehrson2009-06-082-17/+25
* [master] Bump version to bump-to-libpng-1.2.38beta01Glenn Randers-Pehrson2009-06-0549-1054/+152
* Imported from libpng-1.2.37.tarv1.2.37Glenn Randers-Pehrson2009-06-0462-115/+232
* [master] Added a section in documentationGlenn Randers-Pehrson2009-06-023-5/+18
* Update pngminim/*/pngusr.hGlenn Randers-Pehrson2009-06-023-0/+3
* Updated documentation about the git repository and libpng coding style.Glenn Randers-Pehrson2009-06-022-6/+116
* Reformatted several "if () statment;"Glenn Randers-Pehrson2009-05-305-44/+50
* Imported from libpng-1.2.37rc01.tarv1.2.37rc01Glenn Randers-Pehrson2009-05-2762-127/+134
* Imported from libpng-1.2.37beta03.tarv1.2.37beta03Glenn Randers-Pehrson2009-05-2066-1627/+1983
* Change version from libpng-1.2.37rc01 to libpng-1.2.37beta03Glenn Randers-Pehrson2009-05-201-27/+27
* Rename contrib/pngminim/*/makefile.std to makefile.Glenn Randers-Pehrson2009-05-196-5/+8
* Bump version to libpng-1.2.37rc01Glenn Randers-Pehrson2009-05-1947-106/+111
* Fix "AVE" -> "AVG" typo in libpng docs again.Glenn Randers-Pehrson2009-05-191-2/+2
* Imported from libpng-1.2.37beta02.tarv1.2.37beta02Glenn Randers-Pehrson2009-05-1916-32/+36
* Fixed cut-and-paste error in contrib/pngminim/preader/READMEGlenn Randers-Pehrson2009-05-181-1/+1
* Fixed a glitch in contrib/pngminim/preader/README.Glenn Randers-Pehrson2009-05-181-1/+5
* Add contrib/pngminim/preader filesGlenn Randers-Pehrson2009-05-184-0/+137
* Added contrib/pngminim/preader demo of gregbook/rpng2-x with embedded libpngGlenn Randers-Pehrson2009-05-182-1/+2
* Revise ANNOUNCE to reflect conditional compile of png_read_finish_row().Glenn Randers-Pehrson2009-05-181-2/+2
* Restored compiling png_combine_row() for progressive readers.Glenn Randers-Pehrson2009-05-183-6/+4
* Restore png_memset() callGlenn Randers-Pehrson2009-05-181-2/+4
* Revert "png_reset_prev_row" from png.h and pngrutil.cGlenn Randers-Pehrson2009-05-182-13/+7
* Conditionally compile png_combine_row() and png_read_finish_row()Glenn Randers-Pehrson2009-05-183-15/+30
* Revert "Set png_ptr->old_prev_row_size=0 to force prev_row to be cleared"Glenn Randers-Pehrson2009-05-184-15/+8
* Set png_ptr->old_prev_row_size=0 to force prev_row to be clearedGlenn Randers-Pehrson2009-05-164-8/+15
* Relocate misplaced #endif directives in pngwrite.cGlenn Randers-Pehrson2009-05-163-11/+17
* Fixed typo in libpng documentation: AVE filter should be AVG filter.Glenn Randers-Pehrson glennrp@comcast.net2009-05-153-0/+3004
* Bump version to libpng-1.2.37beta02Glenn Randers-Pehrson glennrp@comcast.net2009-05-1550-3112/+114
* Imported from libpng-1.2.37beta01.tarv1.2.37beta01Glenn Randers-Pehrson2009-05-1415-37/+962
* Reformatted comments in example.cGlenn Randers-Pehrson2009-05-131-52/+68
* Revised commentary in example.cGlenn Randers-Pehrson2009-05-131-4/+6
* Clarified usage of sig_bit as struct vs sig_bit_p as pointer in example.cGlenn Randers-Pehrson2009-05-133-8/+15
* Fixed inconsistency in use of "row_bytes" in pngrutil.cGlenn Randers-Pehrson2009-05-123-6/+11
* Merged scripts/makefiles and other scripts with libpng-1.4.0beta57.Glenn Randers-Pehrson glennrp@comcast.net2009-05-0736-155/+146
* Bump internal version to libpng-1.2.37beta01.Glenn Randers-Pehrson glennrp@comcast.net2009-05-0754-149/+133
* Imported from libpng-1.2.36.tarv1.2.36Glenn Randers-Pehrson2009-05-0755-1103/+169
* Imported from libpng-1.2.36rc01.tarGlenn Randers-Pehrson2009-04-3055-119/+127