summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [master] Imported from libpng-1.5.11.tarbaserock/morphGlenn Randers-Pehrson2012-06-1449-216/+271
|
* [master] Imported from libpng-1.5.10.tarGlenn Randers-Pehrson2012-03-2936-109/+114
|
* [master] Imported from libpng-1.5.10rc01.tarGlenn Randers-Pehrson2012-03-1932-104/+147
|
* [master] Imported from libpng-1.5.10beta04.tarGlenn Randers-Pehrson2012-03-1026-86/+95
|
* [master] Imported from libpng-1.5.10beta03.tarGlenn Randers-Pehrson2012-03-0638-142/+441
|
* [master] Bump version to 1.5.10beta01Glenn Randers-Pehrson2012-02-2231-6294/+28
|
* Merge branch 'libpng15'Glenn Randers-Pehrson2012-02-22161-15757/+44208
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ANNOUNCE CHANGES CMakeLists.txt INSTALL LICENSE Makefile.am Makefile.in README TODO aclocal.m4 config.guess config.h.in config.sub configure configure.ac contrib/gregbook/COPYING contrib/gregbook/Makefile.sgi contrib/gregbook/Makefile.unx contrib/gregbook/README contrib/gregbook/readpng2.c contrib/gregbook/rpng-x.c contrib/gregbook/rpng2-win.c contrib/gregbook/rpng2-x.c contrib/pngminim/decoder/README contrib/pngminim/decoder/makefile contrib/pngminim/decoder/pngusr.h contrib/pngminim/encoder/README contrib/pngminim/encoder/makefile contrib/pngminim/encoder/pngusr.h contrib/pngminim/preader/README contrib/pngminim/preader/makefile contrib/pngminim/preader/pngusr.h contrib/pngminus/makefile.std contrib/pngsuite/README contrib/visupng/PngFile.c contrib/visupng/PngFile.h contrib/visupng/VisualPng.c depcomp example.c install-sh libpng-1.4.9beta01.txt libpng-manual.txt libpng.3 libpng.txt libpngpf.3 ltmain.sh png.5 png.c png.h pngconf.h pngerror.c pngget.c pngmem.c pngpread.c pngpriv.h pngread.c pngrio.c pngrtran.c pngrutil.c pngset.c pngtest.c pngtest.png pngtrans.c pngwio.c pngwrite.c pngwtran.c pngwutil.c projects/visualc6/README.txt projects/visualc6/libpng.dsp projects/visualc6/pngtest.dsp projects/visualc71/README.txt projects/visualc71/libpng.sln projects/visualc71/libpng.vcproj projects/visualc71/pngtest.vcproj projects/visualc71/zlib.vcproj projects/vstudio/libpng/libpng.vcxproj projects/vstudio/pngtest/pngtest.vcxproj projects/vstudio/readme.txt projects/vstudio/vstudio.sln projects/vstudio/zlib.props projects/vstudio/zlib/zlib.vcxproj scripts/README.txt scripts/descrip.mms scripts/libpng-config-head.in scripts/libpng.pc.in scripts/makefile.32sunu scripts/makefile.64sunu scripts/makefile.aix scripts/makefile.amiga scripts/makefile.bc32 scripts/makefile.beos scripts/makefile.bor scripts/makefile.cegcc scripts/makefile.cygwin scripts/makefile.darwin scripts/makefile.dec scripts/makefile.dj2 scripts/makefile.elf scripts/makefile.freebsd scripts/makefile.gcc scripts/makefile.hp64 scripts/makefile.hpgcc scripts/makefile.hpux scripts/makefile.ibmc scripts/makefile.intel scripts/makefile.knr scripts/makefile.linux scripts/makefile.mingw scripts/makefile.mips scripts/makefile.msc scripts/makefile.ne12bsd scripts/makefile.netbsd scripts/makefile.openbsd scripts/makefile.os2 scripts/makefile.sco scripts/makefile.sggcc scripts/makefile.sgi scripts/makefile.so9 scripts/makefile.solaris scripts/makefile.solaris-x86 scripts/makefile.std scripts/makefile.sunos scripts/makefile.tc3 scripts/makefile.vcwin32 scripts/makefile.watcom scripts/makevms.com scripts/png32ce.def scripts/pngos2.def
| * [libpng15] Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown codeGlenn Randers-Pehrson2012-02-221-544/+15
| |
| * [libpng15] Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code fromGlenn Randers-Pehrson2012-02-213-5/+15
| | | | | | | | | | | | | | | | pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c; now that png_ptr->buffer is inaccessible to applications, the special handling is no longer useful. Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
| * [libpng15]Glenn Randers-Pehrson2012-02-213-8/+8
| | | | | | | | | | | | Always put the CMAKE_LIBRARY in "lib" (removed special WIN32 case). Removed empty vstudio/pngstest directory (Clifford Yapp).
| * [libpng15] Bump version to 1.5.10beta01Glenn Randers-Pehrson2012-02-1831-100/+94
| |
| * [libpng15] Imported from libpng-1.5.9.tarv1.5.9Glenn Randers-Pehrson2012-02-1828-82/+82
| |
| * [libpng15] Imported from libpng-1.5.9rc01.tarv1.5.9rc01Glenn Randers-Pehrson2012-02-1829-104/+109
| |
| * [libpng15] Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTEDGlenn Randers-Pehrson2012-02-113-6/+8
| | | | | | | | from pngstruct.h
| * [libpng15] Removed unused macro definition from pngread.cGlenn Randers-Pehrson2012-02-111-0/+2
| |
| * [libpng15] Removed two unused definitions from scripts/pnglibconf.h.prebuiltGlenn Randers-Pehrson2012-02-063-11/+15
| |
| * Merge branch 'libpng15' of ↵Glenn Randers-Pehrson2012-02-031-0/+0
| |\ | | | | | | | | | ssh://libpng.git.sourceforge.net/gitroot/libpng/libpng into libpng15
| | * [libpng15] Rebuilt configure scripts with automake-1.11.2Glenn Randers-Pehrson2012-02-0310-669/+1147
| | |
| * | [libpng15] Imported from libpng-1.5.9beta01.tarv1.5.9beta01Glenn Randers-Pehrson2012-02-0334-724/+1206
| |/
| * Merge branch 'libpng15' of ↵Glenn Randers-Pehrson2012-01-310-0/+0
| |\ | | | | | | | | | | | | | | | | | | ssh://libpng.git.sourceforge.net/gitroot/libpng/libpng into libpng15 Conflicts: ANNOUNCE
| | * [libpng15] Added missing date to final CHANGES entry.Glenn Randers-Pehrson2012-01-252-4/+4
| | |
| * | [libpng15] Imported from libpng-1.5.8.tarGlenn Randers-Pehrson2012-01-3126-85/+78
| |/
| * [libpng15] Imported from libpng-1.5.8rc02.tarv1.5.8rc02Glenn Randers-Pehrson2012-01-2525-66/+72
| |
| * [libpng15] Conditionalize install rules for MINGW and CYGWIN in CMakeLists.txtGlenn Randers-Pehrson2012-01-253-34/+54
| |
| * [libpng15] Imported from libpng-1.5.8beta01.tarv1.5.8beta01Glenn Randers-Pehrson2012-01-1429-103/+119
| |
| * [libpng15] Updated some "last changed" datesGlenn Randers-Pehrson2011-12-214-6/+13
| |
| * [libpng15] Removed '#include config.h"' from contrib/libtests/pngvalid.c.Glenn Randers-Pehrson2011-12-163-81/+21
| | | | | | | | It's not needed and causes trouble for VPATH building.
| * Merge branch 'libpng15' of ↵Glenn Randers-Pehrson2011-12-150-0/+0
| |\ | | | | | | | | | ssh://libpng.git.sourceforge.net/gitroot/libpng/libpng into libpng15
| | * Merge branch 'libpng15' of ↵Glenn Randers-Pehrson2011-12-080-0/+0
| | |\ | | | | | | | | | | | | ssh://libpng.git.sourceforge.net/gitroot/libpng/libpng into libpng15
| * | \ [libpng15] Imported from libpng-1.5.7.tarv1.5.7Glenn Randers-Pehrson2011-12-1538-132/+101
| |\ \ \ | | |/ / | |/| / | | |/
| | * [libpng15] Updated CMakeLists.txt to account for the relocation of pngvalid.cJohn Bowler2011-12-073-10/+16
| | |
| * | [libpng15] Imported from libpng-1.5.7rc03.tarv1.5.7rc03Glenn Randers-Pehrson2011-12-0827-75/+81
| |/
| * Merge branch 'libpng15' of ssh://www.simplesystems.org/git/libpng into libpng15Glenn Randers-Pehrson2011-12-040-0/+0
| |\ | | | | | | | | | | | | | | | Conflicts: ANNOUNCE CHANGES
| | * [libpng15] Put CRLF line endings in the owatcom project files.Glenn Randers-Pehrson2011-12-037-1027/+1029
| | |
| * | [libpng15] Imported from libpng-1.5.7rc02.tarv1.5.7rc02Glenn Randers-Pehrson2011-12-0421-1055/+1057
| |/
| * [libpng15] Fixed incorrect character count in projects/owatcom/pngvalid.tgtGlenn Randers-Pehrson2011-12-021-1/+1
| |
| * [libpng15] Revised pngconf.h to use " __declspec(restrict)" if MSC_VER >= 1400,Glenn Randers-Pehrson2011-12-013-2/+6
| | | | | | | | as in libpng-1.5.4.
| * [libpng15] Bump version to libpng-1.5.7rc02Glenn Randers-Pehrson2011-12-0121-60/+60
| |
| * [libpng15] Revised project files and contrib/pngvalid/pngvalid.c to account forGlenn Randers-Pehrson2011-12-017-14/+22
| | | | | | | | the relocation of pngvalid into contrib/libtests.
| * Merge branch 'libpng15' of ssh://www.simplesystems.org/git/libpng into libpng15Glenn Randers-Pehrson2011-12-010-0/+0
| |\
| | * [libpng15] Fixed two other instances of "#if PNG_DO_BC" in png.cGlenn Randers-Pehrson2011-11-281-3/+4
| | |
| * | [libpng15] Imported from libpng-1.5.7rc01.tarv1.5.7rc01Glenn Randers-Pehrson2011-12-0125-86/+89
| |/
| * [libpng15] Revised #if PNG_DO_BC block in png.c (use #ifdef and add #else)Glenn Randers-Pehrson2011-11-283-4/+8
| |
| * [libpng15] Replaced an "#if" with "ifdef" in pngrtran.cGlenn Randers-Pehrson2011-11-283-4/+6
| |
| * [libpng15] Bump version to libpng-1.5.7beta06Glenn Randers-Pehrson2011-11-2524-64/+68
| |
| * [libpng15] Imported from libpng-1.5.7beta05.tarv1.5.7beta05Glenn Randers-Pehrson2011-11-2516-34/+35
| |
| * [libpng15] Updated release number in png.hGlenn Randers-Pehrson2011-11-241-1/+2
| |
| * Relocate pngvalid.c to contrib/libtestsGlenn Randers-Pehrson2011-11-2424-1150/+1009
| |
| * [libpng15] Removed some leftover "simple interface" filesJohn Bowler2011-11-234-219/+1
| |
| * [libpng15] Remove simplified interfaceJohn Bowler2011-11-2335-5755/+298
| |