summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [devel] Bump version to 1.4.0beta85Glenn Randers-Pehrson2009-09-3045-97/+101
|
* [devel] Imported from libpng-1.4.0beta84.tarv1.4.0beta84Glenn Randers-Pehrson2009-09-3024-35/+48
|
* [devel] Revised png_check_IHDR()Glenn Randers-Pehrson2009-09-304-19/+22
| | | | | to add a test for user passing a 16-bit height varible to png_get_IHDR() which causes an overflow into the high bytes of the width variable.
* [devel] Fixed some inconsistent indentation in pngconf.hGlenn Randers-Pehrson2009-09-304-84/+102
| | | | | and mentioned use of 2-space indentation in macro definitions in the libpng style guide.
* [devel] Bump version to 1.4.0beta84Glenn Randers-Pehrson2009-09-2544-97/+97
|
* [devel] Imported from libpng-1.4.0beta83.tarv1.4.0beta83Glenn Randers-Pehrson2009-09-252-2/+2
|
* [devel] Revised png_check_IHDR()Glenn Randers-Pehrson2009-09-254-17/+28
| | | | to eliminate bogus complaint about filter_type.
* [devel] Bump version to bump_to_1.4.0beta83Glenn Randers-Pehrson2009-09-2444-97/+97
|
* [devel] Imported from libpng-1.4.0beta82.tarv1.4.0beta82Glenn Randers-Pehrson2009-09-2425-29/+33
|
* [devel] Eliminated useless call to png_check_cHRM() from pngset.cGlenn Randers-Pehrson2009-09-243-18/+13
| | | | | in png_set_gAMA_and_cHRM() where we supply the cHRM constants and therefore we know they are OK.
* [devel] Add png_check_IHDR() to documentation synopsesGlenn Randers-Pehrson2009-09-243-11/+19
| | | | | also png_check_cHRM_fixed() which was apparently overlooked when it was created.
* [devel] Improve IHDR checking and error reportingGlenn Randers-Pehrson2009-09-246-116/+196
| | | | | | Move redundant IHDR checking into new png_check_IHDR() in png.c and report all errors found in the IHDR data. Report problems with width and height separately.
* [devel] Remove scripting cruft in contrib/pngminim/*/pngusr.hGlenn Randers-Pehrson2009-09-243-10/+0
|
* [devel] Bump version to 1.4.0beta82Glenn Randers-Pehrson2009-09-2445-97/+101
|
* [devel] Imported from libpng-1.4.0beta81.tarv1.4.0beta81Glenn Randers-Pehrson2009-09-2311-19/+21
|
* [devel] Changed several "if !defined(X)" to "ifndef X"Glenn Randers-Pehrson2009-09-232-6/+6
|
* [devel] Changed some "#if defined(" to "ifdef"Glenn Randers-Pehrson2009-09-2314-511/+511
|
* [devel] Eliminated unused png_ptr->row_buf_sizeGlenn Randers-Pehrson2009-09-233-5/+2
|
* [devel] Changed some "#if defined(" to "ifdef"Glenn Randers-Pehrson2009-09-236-190/+194
| | | | and revised libpng style to mention not using the TAB character.
* [devel] Removed PNG_CONST from all "PNG_CONST PNG_CHNK" declarationsGlenn Randers-Pehrson2009-09-205-94/+99
| | | | to avoid compiler complaints about doubly declaring things "const".
* [devel] Expanded TAB characters in pngrtran.cGlenn Randers-Pehrson2009-09-203-11/+13
|
* [devel] Eliminated unused PNG_FLAG_FREE_* defines from pngpriv.hGlenn Randers-Pehrson2009-09-203-8/+10
|
* [devel] Bump version to 1.4.0beta81Glenn Randers-Pehrson2009-09-172-0/+2
|
* [devel] Bump version to libpng-1.4.0beta81Glenn Randers-Pehrson2009-09-1744-97/+97
|
* [devel] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2009-09-172-0/+4
| | | | about fixing the "#if def " bug
* [devel] Fix typo in pngtest.cGlenn Randers-Pehrson2009-09-171-1/+1
| | | | ("#if def" should be "#ifdef")
* [devel] Imported from libpng-1.4.0beta80.tarv1.4.0beta80Glenn Randers-Pehrson2009-09-1727-41/+41
|
* [devel] Revise ANNOUNCE and CHANGESGlenn Randers-Pehrson2009-09-172-5/+7
| | | | | to give Dennis Gustafsson credit for noticing the incorrect typecast of "filler".
* [devel] Changed (png_byte)filler to (png_uint_16)filler in png_set_filler().Glenn Randers-Pehrson2009-09-156-21/+23
|
* [devel] Removed scripts/libpng.iccGlenn Randers-Pehrson2009-09-035-54/+7
|
* [devel] Bump version to libpng-1.4.0beta80Glenn Randers-Pehrson2009-09-0145-95/+99
|
* [devel] Imported from libpng-1.4.0beta79.tarv1.4.0beta79Glenn Randers-Pehrson2009-09-0122-35/+35
|
* [devel] Eliminated PNG_NO_CALLOC and PNG_CALLOC_SUPPORTEDGlenn Randers-Pehrson2009-09-019-66/+17
| | | | | and always use png_calloc(). The macros were only there for testing, since libpng-1.4.0beta48 and no problems have been reported.
* [devel] Removed references to PNG_NO_GLOBAL_ARRAYSGlenn Randers-Pehrson2009-08-314-14/+14
| | | | from contrib/visupng and contrib/pngminim sources.
* [devel] Documented removal of GLOBAL_ARRAY support.Glenn Randers-Pehrson2009-08-313-4/+12
|
* [devel] Eliminate PNG_USE_GLOBAL_ARRAYS optionGlenn Randers-Pehrson2009-08-3110-246/+8
| | | | | Always use local arrays, which has been the default behavior for a long time.
* [devel] Updated documentation about newly deprecated macros.Glenn Randers-Pehrson2009-08-312-0/+36
|
* [devel] Bump version to libpng-1.4.0beta79Glenn Randers-Pehrson2009-08-3144-97/+97
|
* [devel] Imported from libpng-1.4.0beta78.tarv1.4.0beta78Glenn Randers-Pehrson2009-08-3113-33/+21
|
* [devel] Revise CHANGES and ANNOUNCE entry for previous commit.Glenn Randers-Pehrson2009-08-312-4/+4
|
* [devel] Initialize row_pointers to NULL with a loopGlenn Randers-Pehrson2009-08-313-7/+10
| | | | instead of memset to zero in png_read_png().
* [devel] Eliminated PNG_NO_FREE_ME and PNG_FREE_ME_SUPPORTED macrosGlenn Randers-Pehrson2009-08-315-110/+7
| | | | | They were only useful for obtaining compatibility for old applications that used libpng-1.0.x versions prior to the implementation of "free_me".
* [devel] Replaced all "PNG_NO_FEATURE" tests with "PNG_FEATURE_SUPPORTED" testsGlenn Randers-Pehrson2009-08-3120-164/+196
| | | | | except in pngconf.h where they can be used to request that PNG_FEATURE_SUPPORTED not be defined.
* [devel] Reverted previous change (png_memset loop)Glenn Randers-Pehrson2009-08-293-28/+1
| | | | It does not seem to promise any benefit to libpng.
* [devel] Optionally use a loop instead of memset() to initialize memory.Glenn Randers-Pehrson2009-08-293-5/+32
| | | | | | To try this, configure libpng using PNG_USE_MEMSET_LOOP. Initial testing with pngcrush was not promising, although it does save a hundred bytes or so of executable size.
* [devel] Remove reference to KNOWNBUG in ANNOUNCE.Glenn Randers-Pehrson2009-08-281-1/+0
|
* [devel] Bump version to libpng-1.4.0beta78Glenn Randers-Pehrson2009-08-2861-122/+126
|
* [devel] Imported from libpng-1.4.0beta77.tarv1.4.0beta77Glenn Randers-Pehrson2009-08-2727-41/+41
|
* [devel] Various bugfixes and improvements to CMakeLists.txt (Philip Lowman)Glenn Randers-Pehrson2009-08-273-47/+94
| | | | | | | | | | | | 1. Modify project(PNG) to project(PNG C) to avoid search for C++ compiler 2. set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) and fix end conditionals from ugly else(FOO AND BAR) endif(FOO AND BAR) to else() endif() 3. Add missing include_directories() for ZLIB_INCLUDE_DIR 4. Created CMake options to allow configurable building of STATIC or SHARED libpng, both default on. 5. Modified PNG_DEBUG to default to false? 6. Fix installation of static/shared libraries so DLL goes in prefix+/bin, all others in prefix+/lib
* [devel] Updated INSTALLGlenn Randers-Pehrson2009-08-261-2/+1
| | | | to reflect the new set of files in the distribution.