summaryrefslogtreecommitdiff
path: root/pngget.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate spaces between function name and (Ben Bullock2021-03-131-7/+7
* Remove the "last changed" version information from source commentsCosmin Truta2018-07-281-3/+3
* Release libpng version 1.6.35Cosmin Truta2018-07-151-1/+1
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-2/+2
* [libpng16] Allow compresion-type to be NULL in png_set_iCCP().Glenn Randers-Pehrson2018-03-291-1/+2
* [libpng16] Fix png_get_iCCP() to allow null compression-typeGlenn Randers-Pehrson2018-03-281-4/+4
* More misc. typosluz.paz2018-02-091-1/+1
* [libpng16] Fix "last changed" datesGlenn Randers-Pehrson2017-08-291-1/+1
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-251-1/+1
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-241-1/+1
* [libpng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1().Glenn Randers-Pehrson2017-08-041-1/+1
* [libpng16] Restored png_get_eXIf_1() and png_set_eXIf_1() because strlen(eXIf...Glenn Randers-Pehrson2017-08-031-0/+11
* [libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().Glenn Randers-Pehrson2017-08-021-9/+0
* [libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compata...Glenn Randers-Pehrson2017-08-021-0/+8
* [libpng16] Update "Last changed" dates and some copyright yearsGlenn Randers-Pehrson2017-07-311-2/+2
* [libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()Glenn Randers-Pehrson2017-07-311-1/+1
* [libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()Glenn Randers-Pehrson2017-07-311-1/+2
* [libpng16] Implement eXIf chunk supportGlenn Randers-Pehrson2017-07-131-0/+18
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-2/+2
* [libpng16] Imported from libpng-1.6.24.tarv1.6.24libpng-1.6.24-signedGlenn Randers-Pehrson2016-08-031-1/+1
* [libpng16] Fixed more indentationGlenn Randers-Pehrson2016-07-151-28/+28
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-03-071-2/+2
* gcc6: fix misleading indentation warningKrishnaraj Bhat2016-03-071-5/+5
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson2015-03-211-1/+1
* [libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson2015-02-271-1/+1
* [libpng16]Allow calling png_get_IHDR() with NULL arguments (Reuben Hawkins).Glenn Randers-Pehrson2015-02-181-8/+14
* [libpng16] Imported from libpng-1.6.17beta01.tarv1.6.17beta01Glenn Randers-Pehrson2015-01-281-7/+7
* [libpng16] Imported from libpng-1.6.15.tarv1.6.15libpng-1.6.15-signedGlenn Randers-Pehrson2014-11-201-1/+1
* [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-6/+6
* [libpng16] More cosmetic changesGlenn Randers-Pehrson2014-11-011-1/+2
* [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson2014-10-311-46/+60
* [libpng16] Bump version to 1.6.13beta01Glenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Imported from libpng-1.6.12.tarv1.6.12libpng-1.6.12-signedGlenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Bump version to 1.6.12beta01Glenn Randers-Pehrson2014-06-061-1/+1
* [libpng16] Imported from libpng-1.6.11.tarv1.6.11libpng-1.6.11-signedGlenn Randers-Pehrson2014-06-051-1/+1
* [libpng16] Silence 'unused parameter' build warnings (Cosmin).Cosmin Truta2014-03-221-2/+23
* [libpng16] Imported from libpng-1.6.1.tarv1.6.1Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-128/+175
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-175/+128
* [libpng16] Imported from libpng-1.6.1beta02.tarv1.6.1beta02Glenn Randers-Pehrson2013-02-181-1/+1
* [libpng16] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-171-8/+8
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-1/+1
* [libpng16] Fixed inconsistencies in png.h and pnglibconf.dfaJohn Bowler2013-02-101-2/+2
* [libpng16] Enclosed the new png_get_palette_maxGlenn Randers-Pehrson2013-02-101-0/+2
* [libpng16] Fixed palette_max API.John Bowler2013-02-051-1/+1
* [libpng16] Imported from libpng-1.6.0rc02.tarv1.6.0rc02Glenn Randers-Pehrson2013-02-041-0/+11
* [libpng16] Use consistent handling of overflows in text, sPLT and unknownJohn Bowler2013-01-191-11/+11