summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.4.0beta85.tarv1.4.0beta85Glenn Randers-Pehrson2009-09-3023-51/+57
* [devel] Revised png_check_IHDR() againGlenn Randers-Pehrson2009-09-306-57/+53
* [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
* [devel] Fixed some inconsistent indentation in pngconf.hGlenn Randers-Pehrson2009-09-304-84/+102
* [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
* [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
* [devel] Add png_check_IHDR() to documentation synopsesGlenn Randers-Pehrson2009-09-243-11/+19
* [devel] Improve IHDR checking and error reportingGlenn Randers-Pehrson2009-09-246-116/+196
* [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
* [devel] Removed PNG_CONST from all "PNG_CONST PNG_CHNK" declarationsGlenn Randers-Pehrson2009-09-205-94/+99
* [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
* [devel] Fix typo in pngtest.cGlenn Randers-Pehrson2009-09-171-1/+1
* [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
* [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
* [devel] Removed references to PNG_NO_GLOBAL_ARRAYSGlenn Randers-Pehrson2009-08-314-14/+14
* [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
* [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
* [devel] Eliminated PNG_NO_FREE_ME and PNG_FREE_ME_SUPPORTED macrosGlenn Randers-Pehrson2009-08-315-110/+7
* [devel] Replaced all "PNG_NO_FEATURE" tests with "PNG_FEATURE_SUPPORTED" testsGlenn Randers-Pehrson2009-08-3120-164/+196
* [devel] Reverted previous change (png_memset loop)Glenn Randers-Pehrson2009-08-293-28/+1
* [devel] Optionally use a loop instead of memset() to initialize memory.Glenn Randers-Pehrson2009-08-293-5/+32
* [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