summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [legacy] Imported from libpng-1.2.43beta04.tarv1.2.43beta04Glenn Randers-Pehrson2010-02-0762-131/+130
|
* [legacy] Fixed incorrect test in new png_push_save_buffer() code.Glenn Randers-Pehrson2010-02-073-22/+30
|
* [legacy] Imported from libpng-1.2.43beta03.tarv1.2.43beta03Glenn Randers-Pehrson2010-02-0763-235/+411
|
* [legacy] Imported from libpng-1.2.43beta02.tarv1.2.43beta02Glenn Randers-Pehrson2010-02-0150-107/+106
|
* [legacy] Backported new png_decompress_chunk() algorithm from libpng-1.4.1Glenn Randers-Pehrson2010-02-013-67/+133
|
* [legacy] Removed "#ifdef PNG_1_0_X / #endif" around PNG_READ_16_TO_8_SUPPORTEDGlenn Randers-Pehrson2010-01-143-8/+12
| | | | | | and PNG_READ_GRAY_TO_RGB_SUPPORTED in pngconf.h. These were added in libpng-1.2.41beta08 and libpng-1.0.51, introducing a binary incompatibility with libpng-1.0.50.
* [legacy] Updated CMakeLists.txt for consistent indentation and to avoid anGlenn Randers-Pehrson2010-01-043-107/+125
| | | | unclosed if-statement warning (Philip Lowman).
* [legacy] Bump to version 1.2.43beta01Glenn Randers-Pehrson2010-01-0352-141/+126
|
* [master] Imported from libpng-1.2.42.tarv1.2.42Glenn Randers-Pehrson2010-01-0256-150/+141
|
* [master] Imported from libpng-1.2.42rc05.tarv1.2.42rc05Glenn Randers-Pehrson2010-01-0153-108/+109
|
* [master] Avoid deprecated references to png_ptr-io_ptr and png_ptr->error_ptrGlenn Randers-Pehrson2010-01-013-24/+40
| | | | in pngtest.c
* [master] Imported from libpng-1.2.42rc04.tarv1.2.42rc04Glenn Randers-Pehrson2010-01-0148-112/+119
|
* [master] Updated copyright year to 2010 and made some trivial cosmetic changesGlenn Randers-Pehrson2010-01-0112-66/+71
|
* [master] Imported from libpng-1.2.42rc03.tarv1.2.42rc03Glenn Randers-Pehrson2009-12-2560-104/+104
|
* [master] Swapped PNG_UNKNOWN_CHUNKS_SUPPORTED and ↵Glenn Randers-Pehrson2009-12-253-22/+31
| | | | | | PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngset.c to be consistent with other changes in version 1.2.38.
* [master] Bump to version 1.2.42rc03Glenn Randers-Pehrson2009-12-253-16/+16
|
* [master] Imported from libpng-1.2.42rc02.tarv1.2.42rc02Glenn Randers-Pehrson2009-12-2329-47/+51
|
* [master] Renamed libpng-pc.in back to libpng.pc.in and revised CMakeLists.txtGlenn Randers-Pehrson2009-12-224-6/+11
| | | | (revising changes made in 1.2.41beta17 and 1.2.41rc01)
* [master] Bump to version libpng-1.2.42rc02Glenn Randers-Pehrson2009-12-2266-139/+143
|
* [master] Imported from libpng-1.2.42rc01.tarv1.2.42rc01Glenn Randers-Pehrson2009-12-1729-45/+51
|
* [master] Bump to version 1.2.42rc01Glenn Randers-Pehrson2009-12-1366-136/+142
|
* [master] Imported from libpng-1.2.42beta02.tarv1.2.42beta02Glenn Randers-Pehrson2009-12-113-5/+12
|
* [master] Relocated png_do_chop() to its original position in pngrtran.cGlenn Randers-Pehrson2009-12-113-5/+11
| | | | | The change in version 1.2.41beta08 caused transparency to be handled wrong in some 16-bit datastreams (Yusaku Sugai).
* [master] Removed leftover "-DPNG_CONFIGURE_LIBPNG"Glenn Randers-Pehrson2009-12-115-5/+7
| | | | from contrib/pngminim/*/makefile
* [master] Bump to version 1.2.42beta02Glenn Randers-Pehrson2009-12-1166-138/+142
|
* [master] Removed leftover "-DPNG_CONFIGURE_LIBPNG" from scripts/makefile.darwinGlenn Randers-Pehrson2009-12-043-1/+3
|
* [master] Imported from libpng-1.2.42beta01.tarv1.2.42beta01Glenn Randers-Pehrson2009-12-042-2/+6
|
* [master] Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.scoGlenn Randers-Pehrson2009-12-045-7/+13
| | | | | to put png.h and pngconf.h in $prefix/include, like the other scripts, instead of in $prefix/include/libpng.
* [master] Removed "#define PNG_NO_ERROR_NUMBERS" that was inadvertently addedGlenn Randers-Pehrson2009-12-043-1/+4
| | | | to pngconf.h in version 1.2.41.
* [master] Bump to version 1.2.42beta01Glenn Randers-Pehrson2009-12-0467-191/+152
|
* [master] Imported from libpng-1.2.41.tarv1.2.41Glenn Randers-Pehrson2009-12-0266-240/+154
|
* [master] Brought README up to date.Glenn Randers-Pehrson2009-11-273-47/+59
|
* [master] Bump to version 1.2.41rc04Glenn Randers-Pehrson2009-11-2788-211/+249
|
* [master] Imported from libpng-1.2.41rc03.tarv1.2.41rc03Glenn Randers-Pehrson2009-11-2564-133/+99
|
* [master] Removed test for PNG_CONFIGURE_LIBPNG from pngconf.hGlenn Randers-Pehrson2009-11-251-21/+19
|
* [master] Disabled the new pedantic warningsGlenn Randers-Pehrson2009-11-2564-78/+114
| | | | | | | about deprecated function use and deprecated structure access unless the user defines PNG_PEDANTIC_WARNINGS. Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files. Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects since the warnings no longer depend on this.
* [master] Bump to version libpng-1.2.41rc03Glenn Randers-Pehrson2009-11-2563-135/+135
|
* [master] Removed some trailing blanksGlenn Randers-Pehrson2009-11-222-10/+10
| | | | in Makefile.ac and Makefile.in
* [master] Rebuilt the configure scripts with autoconf-2.65v1.2.41rc02Glenn Randers-Pehrson2009-11-224-116/+146
|
* [master] Bump to version 1.2.41rc02Glenn Randers-Pehrson2009-11-2264-135/+141
|
* [master] Imported from libpng-1.2.41rc01.tarv1.2.41rc01Glenn Randers-Pehrson2009-11-1828-45/+45
|
* [master] Moved descriptions of makefiles and other scripts out of INSTALLGlenn Randers-Pehrson2009-11-155-91/+117
| | | | | into scripts/README.txt and updated the copyright year in scripts/pngw32.rc from 2004 to 2009.
* [master] Bump to version 1.2.41rc01Glenn Randers-Pehrson2009-11-1463-139/+143
|
* [master] Bump to version 1.2.41beta20Glenn Randers-Pehrson2009-11-1263-134/+138
|
* [master] Imported from libpng-1.2.41beta19.tarv1.2.41beta19Glenn Randers-Pehrson2009-11-1222-29/+29
|
* [master] Restore pngtest.png, CHANGES, and ANNOUNCE to 1.2.41beta19 version.Glenn Randers-Pehrson2009-11-123-1009/+748
|
* [master] Restored pngtest.png to the libpng-1.4.0beta7 version.Glenn Randers-Pehrson2009-11-123-748/+1009
|
* [master] Removed reference to some non-exported functions from scripts/*.defGlenn Randers-Pehrson2009-11-125-30/+6
| | | | These functions won't be exported until libpng-1.4.0
* [master] Fixed up some line-wrapping in the documentation.Glenn Randers-Pehrson2009-11-122-172/+166
|
* [master] Bump to version 1.2.41beta19Glenn Randers-Pehrson2009-11-1150-113/+117
|