summaryrefslogtreecommitdiff
path: root/pngwio.c
Commit message (Collapse)AuthorAgeFilesLines
* [libpng15] Bump version to 1.5.26beta02Glenn Randers-Pehrson2015-12-131-1/+1
|
* [libpng15] Imported from libpng-1.5.19beta01.tarv1.5.19beta01Glenn Randers-Pehrson2014-02-281-2/+2
|
* [libpng15] Bump version to 1.5.19beta01Glenn Randers-Pehrson2014-02-061-1/+1
|
* [libpng15] Imported from libpng-1.5.18.tarv1.5.18libpng-1.5.18-signedGlenn Randers-Pehrson2014-02-051-1/+1
|
* [libpng15] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-2/+2
|
* [libpng15] Fixed 'unused' warnings and mergeed with libpng16 pngvalid.John Bowler2013-12-271-0/+2
| | | | | | | | | Various warnings revealed by configurations added to the tested configurations in libpng 1.6 need corresponding fixes in libpng 1.5. This takes the libpng 1.6 pngvalid.c and adds it back to libpng 1.5, however one write-only test is currently disabled because it does not work; possibly because of failures to reset or initialize the deflate stream correctly in write-only cases.
* [devel] Imported from libpng-1.5.0.tarv1.5.0Glenn Randers-Pehrson2011-01-061-1/+1
|
* [devel] Update copyright year and bump to version libpng-1.5.0rc07Glenn Randers-Pehrson2011-01-041-1/+1
|
* [devel] Imported from libpng-1.5.0beta51.tarv1.5.0beta51Glenn Randers-Pehrson2010-10-151-1/+1
|
* [devel] Imported from libpng-1.5.0beta50.tarv1.5.0beta50Glenn Randers-Pehrson2010-10-141-1/+1
|
* [devel] Imported from libpng-1.5.0beta49.tarv1.5.0beta49Glenn Randers-Pehrson2010-10-071-1/+1
|
* [devel] Imported from libpng-1.5.0beta48.tarv1.5.0beta48Glenn Randers-Pehrson2010-10-041-1/+1
|
* [devel] Fixed problem with symbols creation in Makefile.am which was assumingGlenn Randers-Pehrson2010-10-041-1/+1
| | | | that CCP writes to standard output by default (Martin Banky).
* [devel] Fixed a number of problems with 64-bit compilation reported by VisualGlenn Randers-Pehrson2010-09-101-2/+2
| | | | Studio 2010 (John Bowler).
* [devel] Imported from libpng-1.5.0beta46.tarv1.5.0beta46Glenn Randers-Pehrson2010-08-281-1/+1
|
* [devel] Imported from libpng-1.5.0beta45.tarv1.5.0beta45Glenn Randers-Pehrson2010-08-261-1/+1
|
* [devel] Bump to version libpng-1.5.0beta45Glenn Randers-Pehrson2010-08-241-1/+1
|
* [devel]Made all API functions that have const arguments and constant stringGlenn Randers-Pehrson2010-08-181-2/+3
| | | | | | | | | | literal pointers declare them (John Bowler). Many APIs did not change their arguments but were not declared using PNG_CONST. This change corrects this. In a few cases APIs that return constant string literal pointers have also been changed to declare this. Unlike the argument change this may require app changes; however the results could never be written to (the app would crash on some platforms where strings are not writable), so this seems advisable.
* [devel] Imported from libpng-1.5.0beta41.tarv1.5.0beta41Glenn Randers-Pehrson2010-08-111-1/+1
|
* [devel] Imported from libpng-1.5.0beta40.tarv1.5.0beta40Glenn Randers-Pehrson2010-08-061-1/+1
|
* [devel] Imported from libpng-1.5.0beta39.tarv1.5.0beta39Glenn Randers-Pehrson2010-08-021-1/+1
|
* [devel] Bump to version libpng-1.5.0beta38Glenn Randers-Pehrson2010-07-311-1/+1
|
* [devel] Bump to version libpng-1.5.0beta36Glenn Randers-Pehrson2010-07-291-1/+1
|
* [devel]Glenn Randers-Pehrson2010-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fixed point APIs are now supported throughout (no missing APIs). Internal fixed point arithmetic support exists for all internal floating point operations. sCAL validates the floating point strings it is passed. Safe, albeit rudimentary, Watcom support is provided by PNG_API_RULE==2 Two new APIs exist to get the number of passes without turning on the PNG_INTERLACE transform and to get the number of rows in the current pass. A new test program, pngvalid.c, validates the gamma code. Errors in the 16 bit gamma correction (overflows) have been corrected. cHRM chunk testing is done consistently (previously the floating point API bypassed it, because the test really didn't work on FP, now the test is performed on the actual values to be stored in the PNG file so it works in the FP case too.) Most floating point APIs now simply call the fixed point APIs after converting the values to the fixed point form used in the PNG file. The standard headers no longer include zlib.h, which is currently only required for pngstruct.h and can therefore be internal. (Patches by John Bowler)
* [devel] Bump to version libpng-1.5.0beta35Glenn Randers-Pehrson2010-07-241-1/+1
|
* [devel] Imported from libpng-1.5.0beta34.tarv1.5.0beta34Glenn Randers-Pehrson2010-07-121-1/+1
|
* [devel] Bump back to version libpng-1.5.0beta34Glenn Randers-Pehrson2010-07-061-1/+1
|
* [devel] Imported from libpng-1.5.0beta33.tarGlenn Randers-Pehrson2010-06-281-1/+1
|
* [devel] Imported from libpng-1.5.0beta32.tarv1.5.0beta32Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta31.tarv1.5.0beta31Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta30.tarv1.5.0beta30Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta29.tarv1.5.0beta29Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta28.tarv1.5.0beta28Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta26.tarv1.5.0beta26Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta25.tarv1.5.0beta25Glenn Randers-Pehrson2010-06-251-1/+1
|
* [devel] Imported from libpng-1.5.0beta24.tarv1.5.0beta24Glenn Randers-Pehrson2010-05-071-1/+1
|
* [devel] Added more blank lines for readability.Glenn Randers-Pehrson2010-05-061-2/+16
|
* [devel] Imported from libpng-1.5.0beta23.tarv1.5.0beta23Glenn Randers-Pehrson2010-04-291-1/+1
|
* [devel] Bump to libpng-1.5.0beta22Glenn Randers-Pehrson2010-04-281-1/+1
|
* [devel] Imported from libpng-1.5.0beta21.tarv1.5.0beta21Glenn Randers-Pehrson2010-04-261-1/+1
|
* [devel] Bump back to version libpng-1.5.0beta21Glenn Randers-Pehrson2010-04-241-1/+1
|
* [devel] Imported from libpng-1.5.0beta19.tarv1.5.0beta19Glenn Randers-Pehrson2010-04-241-1/+1
|
* [devel] Imported from libpng-1.5.0beta18.tarv1.5.0beta18Glenn Randers-Pehrson2010-04-171-1/+1
|
* [devel] Imported from libpng-1.5.0beta17.tarv1.5.0beta17Glenn Randers-Pehrson2010-04-161-1/+1
|
* [devel] Combined multiple png_warning() calls for a single error.Glenn Randers-Pehrson2010-03-311-4/+3
|
* [devel] Imported from libpng-1.5.0beta15.tarv1.5.0beta15Glenn Randers-Pehrson2010-03-171-1/+1
|
* [devel] Eliminated scripts/*.def in favor of libpng.def;Glenn Randers-Pehrson2010-03-131-1/+1
| | | | updated projects/visualc71 and removed scripts/makefile.cygwin.
* [devel] PNG_EXPORT changed to include an 'ordinal' fieldGlenn Randers-Pehrson2010-03-121-4/+4
| | | | | | | | | | | | | | | | | for DEF file generation. PNG_CALLBACK added to make callback definitions uniform. PNGAPI split into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks), and appropriate changes made to all files. Cygwin builds re-hinged to allow procedure call standard changes and to remove the need for the DEF file (fixes build on Cygwin). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement to subscribe) or to glennrp at users.sourceforge.net Glenn R-P
* [devel] Imported from libpng-1.5.0beta13.tarv1.5.0beta13Glenn Randers-Pehrson2010-03-101-1/+1
|
* [devel] Imported from libpng-1.5.0beta12.tarv1.5.0beta12Glenn Randers-Pehrson2010-03-081-1/+1
|