summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix typosmusvaage2022-11-277-8/+8
* tools: Fix a memory leak in pngcpJohn Bowler2022-11-201-14/+58
* 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-2014-29/+16
* Clean up oss-fuzzCosmin Truta2022-11-203-6/+3
* Update, rename and clean up various scriptsCosmin Truta2022-11-204-58/+42
* Fix commentstangyaofang2022-11-161-1/+1
* Fix various typosluz paz2022-09-136-8/+8
* Add a check to pngimage.cKleber TarcĂ­sio2021-03-131-2/+3
* contrib: Apply various fixes to libtestsCosmin Truta2021-03-129-277/+364
* mips: Remove "last changed" version information from source commentCosmin Truta2020-05-171-1/+2
* mips: Fix initialization: always close "/proc/cpuinfo"gxw2020-05-171-1/+3
* Fix a warning on Linux caused by _BSD_SOURCEwillson-chen2020-04-271-0/+1
* oss-fuzz: Add custom malloc with max limit to prevent OOMChristopher Thompson2019-04-251-0/+19
* pngminus: Use the system zlib by defaultCosmin Truta2019-04-101-3/+8
* pngminus: Change license to MIT, etc.Willem van Schaik2019-04-1010-194/+125
* pngminus: Add a CMakeLists fileCosmin Truta2019-04-101-0/+24
* pngminus: Improve portability and fix style (cont'd)Cosmin Truta2019-04-101-117/+111
* pngminus: Improve portability and fix styleCosmin Truta2019-04-101-87/+65
* pngminus: Fix a buffer overflow in tokenizerCosmin Truta2019-04-101-25/+26
* Some more trivial source typosluz.paz2018-08-195-10/+10
* Remove top-level const from function-scope variablesCosmin Truta2018-08-189-127/+124
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-185-9/+9
* Fix a build warning on OpenBSDCosmin Truta2018-08-121-0/+1
* Release libpng version 1.6.35Cosmin Truta2018-07-152-3/+3
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-1711-57/+55
* [libpng16] Imported from libpng-1.6.35beta01.tarv1.6.35beta01Glenn Randers-Pehrson2018-03-064-5/+14
* More misc. typosluz.paz2018-02-0912-21/+21
* [libpng16] temporarily disable 16-to-8 downscaling in the fuzzerGlenn Randers-Pehrson2017-12-171-1/+1
* Misc. typosUnknown2017-11-039-14/+14
* [libpng16] Replace png_set_add_alpha with png_set_trns_to_alpha in fuzzer.Glenn Randers-Pehrson2017-10-301-2/+2
* [libpng16] Add a call to png_set_packing() to the fuzzer.Glenn Randers-Pehrson2017-10-141-1/+2
* [libpng16] Removed call to png_read_start_image() from the fuzzer. In libpng16Glenn Randers-Pehrson2017-10-131-2/+0
* [libpng16] Relocate png_read_update_info() wrt png_start_image() in fuzzer.Glenn Randers-Pehrson2017-10-121-2/+3
* [libpng16] Update CHANGES and ANNOUNCE and last-changed date in the fuzzer.Glenn Randers-Pehrson2017-10-121-1/+2
* [libpng16] Fix typo in fuzzer (png_info_ptr should be info_ptr)Glenn Randers-Pehrson2017-10-111-1/+1
* [libpng16] Relocate malloc of row_ptr after png_read_update_info() in fuzzerGlenn Randers-Pehrson2017-10-111-3/+4
* ]libpng16] Add png_read_update_info() where needed in the fuzzerGlenn Randers-Pehrson2017-10-111-0/+2
* [libpng16] Add some commonly-used transforms to the libpng fuzzerGlenn Randers-Pehrson2017-10-102-190/+6
* [libpng16] Remove "cd ../libpng" from oss-fuzz build.shGlenn Randers-Pehrson2017-10-091-1/+0
* [libpng16] Revert to using the system zlib with the libpng fuzzerGlenn Randers-Pehrson2017-10-071-6/+3
* [libpng16] Use --with-libpng-prefix=OSS_FUZZ_ while building the fuzzerGlenn Randers-Pehrson2017-10-071-2/+3
* [libpng16] Use "--with-zlib-prefix=z_" while building oss-fuzz fuzzerGlenn Randers-Pehrson2017-10-051-2/+2
* [libpng16] Use --zprefix in oss-fuzz libpng build to avoid conflict with syst...Glenn Randers-Pehrson2017-10-031-2/+2
* [libpng16] Clone zlib into the oss-fuzz zlib project and build zlib alongside...Glenn Randers-Pehrson2017-10-014-12/+17
* [libpng16] Restore bad interlaced files, in contrib/pngsuite/interlacedGlenn Randers-Pehrson2017-09-2910-0/+2
* [libpng16] Restored 21 of the contrib/pngsuite/i*.png, which were correct.Glenn Randers-Pehrson2017-09-2922-0/+2
* [libpng16] Imported from libpng-1.6.34.tarv1.6.34Glenn Randers-Pehrson2017-09-2931-2/+0
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-283-4/+194
* [libpng16] Add end_info structure to libpng fuzzer; add row_ptr to CLEANUPGlenn Randers-Pehrson2017-09-281-12/+38