summaryrefslogtreecommitdiff
path: root/png.c
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright yearCosmin Truta2023-01-091-2/+2
* Bump version to 1.6.40.gitCosmin Truta2022-11-271-2/+2
* Release libpng version 1.6.39v1.6.39Cosmin Truta2022-11-201-2/+2
* Clean up vestigial uses of png_size_tpCosmin Truta2022-11-201-1/+1
* Bump version to 1.6.39.gitCosmin Truta2022-09-171-2/+2
* Release libpng version 1.6.38v1.6.38Cosmin Truta2022-09-141-2/+2
* Add spaces around '/*' and '*/'xmuli2022-09-131-2/+2
* Fix various typosluz paz2022-09-131-1/+1
* Update the copyright yearCosmin Truta2022-08-261-2/+2
* Update the copyright yearCosmin Truta2021-03-151-2/+2
* Update the copyright yearCosmin Truta2020-02-021-2/+2
* Bump version to 1.6.38.gitCosmin Truta2019-04-141-2/+2
* Release libpng version 1.6.37v1.6.37Cosmin Truta2019-04-141-2/+2
* Call png_image_free_function without guarding it with png_safe_executeCosmin Truta2019-02-031-2/+1
* Update the copyright yearCosmin Truta2019-01-191-2/+2
* Bump version to 1.6.37.gitCosmin Truta2018-12-301-2/+2
* Release libpng version 1.6.36v1.6.36Cosmin Truta2018-12-011-2/+2
* Clean up config, scripts, examples, etc.Cosmin Truta2018-11-251-8/+8
* Some more trivial source typosluz.paz2018-08-191-1/+1
* Remove top-level const from function-scope variablesCosmin Truta2018-08-181-8/+8
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-181-10/+10
* Remove the "last changed" version information from source commentsCosmin Truta2018-07-281-8/+0
* Bump version to 1.6.36.git and update copyright noticeCosmin Truta2018-07-281-6/+8
* Release libpng version 1.6.35Cosmin Truta2018-07-151-4/+4
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-9/+9
* [libpng16] Bump version to 1.6.35beta02Glenn Randers-Pehrson2018-03-061-3/+3
* [libpng16] Imported from libpng-1.6.35beta01.tarv1.6.35beta01Glenn Randers-Pehrson2018-03-061-2/+2
* Fix png_set_option to work.taigacon2018-03-051-1/+1
* [libpng16] Update copyright year to 2018 in png.cGlenn Randers-Pehrson2018-01-071-4/+4
* [libpng16] Update copyright yearGlenn Randers-Pehrson2018-01-071-2/+2
* Misc. typosUnknown2017-11-031-3/+3
* [libpng16] Bump version to 1.6.35beta01Glenn Randers-Pehrson2017-09-291-3/+3
* [libpng16] Imported from libpng-1.6.34.tarv1.6.34Glenn Randers-Pehrson2017-09-291-3/+3
* [libpng16] Bump version to 1.6.34beta01Glenn Randers-Pehrson2017-09-281-3/+3
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-281-4/+4
* [libpng16] Imported from libpng-1.6.33rc02.tarv1.6.33rc02Glenn Randers-Pehrson2017-09-231-3/+3
* [libpng16] Bump version to 1.6.33rc02Glenn Randers-Pehrson2017-09-201-3/+3
* [libpng16] Bump version to 1.6.33rc01Glenn Randers-Pehrson2017-09-201-3/+3
* [libpng16] Fix some commentsGlenn Randers-Pehrson2017-09-191-11/+6
* [libpng16] Initialize tag_start etc. in png_icc_check_tag_table().Glenn Randers-Pehrson2017-09-161-5/+9
* [libpng16] Undo faulty attempt to stifle oss-fuzz complaint aboutGlenn Randers-Pehrson2017-09-161-8/+5
* [libpng16] Still another attempt to fix oss-fuzz uninitialized valueGlenn Randers-Pehrson2017-09-151-4/+7
* [libpng16] Bump version to 1.6.33beta04Glenn Randers-Pehrson2017-09-141-3/+3
* [libpng16] Imported from libpng-1.6.33beta03.tarv1.6.33beta03Glenn Randers-Pehrson2017-09-141-1/+1
* [libpng16] Undo failed attempt to prevent UMR in png_icc_check_table().Glenn Randers-Pehrson2017-09-141-5/+2
* [libpng16] Use png_chunk_report when handling a truncated ICC chunk.Glenn Randers-Pehrson2017-09-131-4/+4
* [libpng16] Guard against Uninitialized Memory Read in png_check_icc_table(),Glenn Randers-Pehrson2017-09-121-2/+5
* [libpng16] Rearrange order of tests in png_iccp_check_tag_table()Glenn Randers-Pehrson2017-09-101-11/+8
* [libpng16] Attempt to isolate an oss-fuzz issue in png_set_text_2Glenn Randers-Pehrson2017-09-081-1/+1
* [libpng16] Attempting to fix an oss-fuzz issue.Glenn Randers-Pehrson2017-09-081-2/+6