summaryrefslogtreecommitdiff
path: root/contrib/tools/pngfix.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typosmusvaage2022-11-271-1/+1
* tools: Fix a buffer overflow involving a file name in pngfixAlberto Barbaro2022-11-201-1/+8
* Clean up comments and whitespace characters in source filesCosmin Truta2022-11-201-1/+1
* Fix various typosluz paz2022-09-131-2/+2
* Some more trivial source typosluz.paz2018-08-191-3/+3
* Remove top-level const from function-scope variablesCosmin Truta2018-08-181-2/+2
* More misc. typosluz.paz2018-02-091-1/+1
* Misc. typosUnknown2017-11-031-2/+2
* [libpng16] Imported from libpng-1.6.31.tarv1.6.31libpng-1.6.31-signedlibpng-1.6.31-master-signedGlenn Randers-Pehrson2017-07-271-1/+1
* [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings thatJohn Bowler2017-07-111-7/+6
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-09-011-1/+1
* [libpng16] pngfix zero-length IDAT fixJohn Bowler2016-09-011-4/+5
* [libpng16] Update change dates in pngvalid.c and pngfix.cGlenn Randers-Pehrson2016-01-181-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] Bump version to libpng-1.6.21rc02.tarGlenn Randers-Pehrson2016-01-061-5/+5
* [libpng16] Bump version to 1.6.21beta01Glenn Randers-Pehrson2015-12-081-1/+1
* [libpng16] Imported from libpng-1.6.20.tarlibpng-1.6.20-signedGlenn Randers-Pehrson2015-12-021-1/+1
* [libpng16] Update CHANGES, ANNOUNCE, minor editing of contrib/*/*.cGlenn Randers-Pehrson2015-11-251-1/+1
* Fix error in handling of bad zlib CMINFO fieldJohn Bowler2015-11-251-5/+6
* [libpng16] tests backported from libpng 1.7John Bowler2015-09-151-6/+9
* [libpng16] Change "n bit" to "n-bit" in comments.Glenn Randers-Pehrson2015-08-131-3/+3
* [libpng16] Imported from libpng-1.6.18.tarv1.6.18libpng-1.6.18-signedGlenn Randers-Pehrson2015-07-221-1/+1
* [libpng16] Quieted Coverity issues in pngfix.c, png-fix-itxt.c, pngvalid.c,Glenn Randers-Pehrson2015-06-031-2/+2
* [libpng16] Changed png_voidcast(), etc., to voidcast(), etc., inGlenn Randers-Pehrson2015-05-301-14/+14
* [libpng16] Bump version to 1.6.18beta01Glenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Imported from libpng-1.6.17rc02.tarv1.6.17rc02Glenn Randers-Pehrson2015-03-091-2/+2
* [libpng16] Fixed some typos in the pngfix usage message.Glenn Randers-Pehrson2015-02-261-6/+6
* [libpng16] Happy New Year! Update copyright year.Glenn Randers-Pehrson2014-12-311-1/+1
* [libpng16] Removed user limits from pngfix. Also pass NULL pointers toJohn Bowler2014-12-241-31/+28
* [libpng16] Imported from libpng-1.6.16beta03.tarv1.6.16beta03Glenn Randers-Pehrson2014-12-201-2/+2
* [libpng16] Use png_get_libpng_ver(NULL), not PNG_LIBPNG_VER_STRINGGlenn Randers-Pehrson2014-11-041-1/+1
* [libpng16] Imported from libpng-1.6.14.tarv1.6.14libpng-1.6.14-signedGlenn Randers-Pehrson2014-10-221-1/+1
* [libpng16] Imported from libpng-1.6.14beta01.tarv1.6.14beta01Glenn Randers-Pehrson2014-09-141-1/+1
* [libpng16] Add "#include <setjmp.h>" to contrib/tools/pngfix.c (John Bowler)Glenn Randers-Pehrson2014-09-111-1/+12
* [libpng16] Add #include <setjmp.h> to contrib/tools/pngfix.c to allow "make" toGlenn Randers-Pehrson2014-09-101-10/+1
* [libpng16] Don't build contrib/tools/pngfix.c without setjmp support.Glenn Randers-Pehrson2014-09-101-0/+10
* [libpng16] Imported from libpng-1.6.11rc02.tarv1.6.11rc02Glenn Randers-Pehrson2014-06-031-4/+4
* [libpng16] Imported from libpng-1.6.10.tarv1.6.10libpng-1.6.10-signedGlenn Randers-Pehrson2014-03-061-1/+1
* [libpng16] Imported from libpng-1.6.10beta01.tarv1.6.10beta01Glenn Randers-Pehrson2014-02-091-1/+1
* [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31.John Bowler2014-02-061-3/+3
* [libpng16] Imported from libpng-1.6.9.tarv1.6.9libpng-1.6.9-signedGlenn Randers-Pehrson2014-02-051-1/+1
* [libpng16] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-2/+2
* [libpng16] Removed #error macro from contrib/tools/pngfix.c (Thomas Klausner).Glenn Randers-Pehrson2013-12-271-1/+0
* [libpng16] Imported from libpng-1.6.8.tarv1.6.8libpng-1.6.8-signedGlenn Randers-Pehrson2013-12-191-1/+1
* [libpng16] Tidied up pngfix inits and fixed non-write pngtest.John Bowler2013-12-011-12/+4
* [libpng16] Added another "assert()" in pngfix.cGlenn Randers-Pehrson2013-11-231-0/+2
* [libpng16] Avoid a clang scanner warning in pngfix.cGlenn Randers-Pehrson2013-11-231-0/+2