summaryrefslogtreecommitdiff
path: root/pngset.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Restored png_get_eXIf_1() and png_set_eXIf_1() because strlen(eXIf...Glenn Randers-Pehrson2017-08-031-1/+10
* [libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().Glenn Randers-Pehrson2017-08-021-10/+2
* [libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compata...Glenn Randers-Pehrson2017-08-021-0/+8
* [libpng16] Stop memory leak when returning from png_handle_eXIf() with an errorGlenn Randers-Pehrson2017-08-011-1/+5
* [libpng16] Update "Last changed" dates and some copyright yearsGlenn Randers-Pehrson2017-07-311-1/+1
* [libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()Glenn Randers-Pehrson2017-07-311-2/+1
* [libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()Glenn Randers-Pehrson2017-07-311-2/+4
* [libpng16] Implement eXIf chunk supportGlenn Randers-Pehrson2017-07-131-0/+33
* [libpng16] Update some "last changed" datesGlenn Randers-Pehrson2017-06-291-1/+1
* [libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.Glenn Randers-Pehrson2017-03-301-2/+2
* silence clang -Wcomma warningsViktor Szakats2017-03-291-4/+7
* [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-7/+9
* [libpng16] Update CHANGES and ANNOUNCE and last-changed date in pngset.cGlenn Randers-Pehrson2016-09-031-1/+1
* [libpng16] png_set_pCAL: do not png_error on readJohn Bowler2016-09-021-5/+17
* [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-46/+46
* [libpng16] Fixed some indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-131-41/+41
* [libpng16] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-07-011-1/+1
* pngcp: tool to copy PNG filesJohn Bowler2016-07-011-1/+5
* [libpng16] Imported from libpng-1.6.23.tarv1.6.23libpng-1.6.23-signedGlenn Randers-Pehrson2016-06-091-1/+1
* [libpng16] Ensure png_ptr->trans_values is set in png_set_tRNS().Glenn Randers-Pehrson2016-05-271-1/+2
* [libpng16] Stop a potential memleak in png_set_tRNS() (Bug report by Ted Ying).Glenn Randers-Pehrson2016-05-271-6/+7
* [libpng16] Imported from libpng-1.6.22beta03.tarv1.6.22beta03Glenn Randers-Pehrson2016-03-091-1/+1
* [libpng16] Bump version to 1.6.22beta01Glenn Randers-Pehrson2016-01-161-1/+1
* [libpng16] Imported from libpng-1.6.21.tarv1.6.21libpng-1.6.21-signedGlenn Randers-Pehrson2016-01-151-1/+1
* [libpng16] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-021-1/+1
* [libpng16] Moved png_check_keyword() from pngwutil.c to pngset.cGlenn Randers-Pehrson2015-12-131-0/+84
* [libpng16] Fixed bug recently introduced in png_set_PLTE() that uses png_ptrGlenn Randers-Pehrson2015-11-221-2/+2
* [libpng16] Bump version to 1.6.20beta01Glenn Randers-Pehrson2015-11-131-1/+1
* [libpng16] Imported from libpng-1.6.19.tarv1.6.19Glenn Randers-Pehrson2015-11-121-1/+1
* [libpng16] Fixed some inconsequential cut-and-paste typosGlenn Randers-Pehrson2015-11-011-6/+6
* [libpng16] Silently truncate over-length PLTE chunk while reading.Glenn Randers-Pehrson2015-10-301-1/+1
* [libpng16] Prevent reading over-length PLTE chunk (Cosmin Truta).Glenn Randers-Pehrson2015-10-301-4/+9
* [libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnULGlenn Randers-Pehrson2015-08-171-2/+2
* [libpng16] Appended more "UL" to hex constants.Glenn Randers-Pehrson2015-08-171-2/+2
* [libpng16] Imported from libpng-1.6.18.tarv1.6.18libpng-1.6.18-signedGlenn Randers-Pehrson2015-07-221-1/+1
* [libpng16] Replaced "unexpected" with an integer (0xabadca11) in pngset.cGlenn Randers-Pehrson2015-04-291-1/+1
* [libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-011-2/+4
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Reverted new test on unknown chunk location; it was bogus.Glenn Randers-Pehrson2015-03-081-12/+0
* [libpng16] Stopped a potential memory leak in png_set_unknown_chunks(). BreaksGlenn Randers-Pehrson2015-03-071-1/+12
* [libpng16] Added #ifndef __COVERITY__ where needed in png.c, pngrutil.c andGlenn Randers-Pehrson2015-01-271-13/+40
* [libpng16] Update "last changed" comment in pngset.cGlenn Randers-Pehrson2015-01-131-1/+1
* [libpng16] Made the check for out-of-range values in png_set_tRNS() detectGlenn Randers-Pehrson2015-01-131-12/+15
* [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] Fixed array size calculations to avoid warnings. At various pointsJohn Bowler2014-11-051-1/+1
* [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson2014-10-311-20/+32
* [libpng16] Imported from libpng-1.6.15beta01.tarv1.6.15beta01Glenn Randers-Pehrson2014-10-291-0/+2