summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release libpng version 1.6.36v1.6.36Cosmin Truta2018-12-0120-110/+156
* Introduce the PNG Reference Library License version 2Cosmin Truta2018-11-254-150/+227
* Clean up config, scripts, examples, etc.Cosmin Truta2018-11-259-246/+219
* CMakeLists: Fix incorrect creation of pkg-config fileKyle Bentley2018-11-231-2/+3
* CMakeLists: Require CMake version 3.1 or newerCosmin Truta2018-11-171-53/+21
* CMakeLists: Fix detection of libmCosmin Truta2018-11-171-9/+3
* Rerun autogen.shCosmin Truta2018-09-041-6/+15
* Remove the "last changed" version information from source commentsCosmin Truta2018-09-0410-13/+15
* Fix the build with MSVC ARM64Cosmin Truta2018-09-043-7/+17
* Restore the ANSI C compliance after adding the ARM optimizationCosmin Truta2018-09-042-46/+57
* Optimize png_do_expand_palette for ARMRichard Townsend2018-09-047-10/+213
* Restore the ANSI C compliance after applying the MSVC ARM64 fixCosmin Truta2018-09-031-3/+6
* Fix build errors with MSVC ARM64zzzzRuby2018-09-031-3/+16
* Prefer memcpy to manual pointer arithmetic.Samuel Williams2018-08-191-24/+10
* Some more trivial source typosluz.paz2018-08-199-14/+14
* Remove top-level const from function-scope variablesCosmin Truta2018-08-1822-205/+196
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-1819-76/+75
* CMakeLists: Update the contributor listCosmin Truta2018-08-181-1/+6
* CMakeLists: Fix styleCosmin Truta2018-08-181-100/+94
* Fix a build warning on OpenBSDCosmin Truta2018-08-121-0/+1
* configure: Remove the memset check and the HAVE_MEMSET macroCosmin Truta2018-08-113-17/+0
* CMakeLists: Remove the PNGARG optionCosmin Truta2018-08-111-5/+2
* CMakeLists: Avoid symlinks on MSYSCosmin Truta2018-08-101-6/+6
* CMake: Fix compilation on systems without libmCameron Cawley2018-08-011-0/+1
* Clean up the scripts/ directoryCosmin Truta2018-07-299-768/+2
* Update projects/vstudioCosmin Truta2018-07-292-67/+56
* Update the documentationCosmin Truta2018-07-298-461/+179
* Remove the Y2K compliance statementCosmin Truta2018-07-2822-78/+20
* Update the export control informationCosmin Truta2018-07-282-41/+44
* Remove the "last changed" version information from source commentsCosmin Truta2018-07-2820-65/+58
* Rerun autogen.shCosmin Truta2018-07-281-12/+12
* Bump version to 1.6.36.git and update copyright noticeCosmin Truta2018-07-2823-72/+86
* ARM: Disable hand-written AArch32 NEON on AArch64Vicki Pfau2018-07-161-1/+4
* CMakeLists: Fix passing "off" for PNG optimizationsVicki Pfau2018-07-161-4/+4
* CMakeLists: Fix disabling hardware optimizationsVicki Pfau2018-07-161-0/+24
* Run autogen.shv1.6.35Cosmin Truta2018-07-1517-0/+45369
* Release libpng version 1.6.35Cosmin Truta2018-07-1542-167/+168
* [libpng16] Added missing parentheses to a macro definitionCosmin Truta2018-07-011-1/+1
* [libpng16] Fix the calculation of row_factor in png_check_chunk_lengthCosmin Truta2018-06-171-3/+6
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-1736-367/+362
* [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-283-5/+13
* [libpng16] Bump version to 1.6.35beta02Glenn Randers-Pehrson2018-03-0623-52/+52
* [libpng16] Imported from libpng-1.6.35beta01.tarv1.6.35beta01Glenn Randers-Pehrson2018-03-0619-37/+51
* Merge branch 'more-misc-typos' of git://github.com/luzpaz/libpng into libpng16Glenn Randers-Pehrson2018-03-0524-39/+39
|\
| * More misc. typosluz.paz2018-02-0924-39/+39
* | 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-076-18/+22
* [libpng16] Fix potential problem with bKGD (Cosmin Truta)Glenn Randers-Pehrson2018-01-071-2/+20