summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.29.tarv1.6.29libpng-1.6.29-signedGlenn Randers-Pehrson2017-03-1635-82/+75
* [libpng16] Imported from libpng-1.6.29rc01.tarv1.6.29rc01Glenn Randers-Pehrson2017-03-0825-61/+61
* [libpng16] Bump version to 1.6.29beta04Glenn Randers-Pehrson2017-03-0124-52/+56
* [libpng16] Imported from libpng-1.6.29beta03.tarv1.6.29beta03Glenn Randers-Pehrson2017-03-0113-24/+26
* [libpng16] Suppress clang warnings about implicit sign changes in png.cGlenn Randers-Pehrson2017-03-013-6/+8
* [libpng16] Change test ZLIB_VERNUM >= 0x1281 to ZLIB_VERNUM >= 0x1290 inGlenn Randers-Pehrson2017-03-013-6/+10
* [libpng16= Avoid potential overflow of shift operations in png_do_expand() (A...Glenn Randers-Pehrson2017-02-273-9/+11
* [libpng16] Update credits and copyright information about powerpc-vsx codeGlenn Randers-Pehrson2017-02-228-5/+13
* [libpng16] Bump version to 1.6.29beta03Glenn Randers-Pehrson2017-02-2224-52/+56
* [libpng16] Imported from libpng-1.6.29beta02.tarv1.6.29beta02Glenn Randers-Pehrson2017-02-2212-19/+20
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2017-02-215-7/+9
* Merge branch 'libpng16' of git://github.com/barkovv/libpng into libpng16Glenn Randers-Pehrson2017-02-2113-4/+1214
|\
| * Added VSX code to libconfig scriptsVadim Barkov2017-02-122-0/+29
| * Fixed VSX compilation time checksVadim Barkov2017-02-121-1/+1
| * Made VSX code pedantic strict C90 compliantVadim Barkov2017-02-111-55/+64
| * Added prefix to cmake VSX check warningVadim Barkov2017-02-101-5/+4
| * Changed minimum supported PowerPC CPU commentVadim Barkov2017-02-101-1/+1
| * RefactoringVadim Barkov2017-02-101-116/+109
| * Added support for ppc64 big endian for filter_paeth VSXVadim Barkov2017-02-091-3/+20
| * Fixed filter_paeth for PowerPC VSXVadim Barkov2017-02-091-109/+161
| * Fixed multiple bugs in VSX filter functionsVadim Barkov2017-02-081-290/+307
| * RefactoringVadim Barkov2017-02-021-49/+31
| * Small bugfixVadim Barkov2017-02-021-1/+1
| * Added warning with supported OSes list for VSX checkVadim Barkov2017-02-015-3/+88
| * Added PNG_UNUSED macro in contrib/powerpc/linux{_aux}.cVadim Barkov2017-02-012-0/+6
| * Fixed mixed tabs and spaces in contrib/powerpc/linux_aux.cVadim Barkov2017-02-011-5/+4
| * Fixed mixed tabs and spacing and comments in contrib/powerpc/linux.cVadim Barkov2017-02-011-5/+4
| * Update READMEVadim Barkov2017-01-311-0/+2
| * Removed PNG_ALIGN check in VSX code since it is not usedVadim Barkov2017-01-311-4/+0
| * Removed commentary about contrib/powerpc/READMVadim Barkov2017-01-312-4/+0
| * Removed trailing spacesVadim Barkov2017-01-311-1/+1
| * Removed PNG_ALIGN dependency from VSX since it is not neededVadim Barkov2017-01-311-1/+1
| * Update contrib/powerpc/linux_aux.c headerVadim Barkov2017-01-311-1/+1
| * Removed remark about poor supporting VSX check codeVadim Barkov2017-01-311-2/+2
| * Added auxv-based VSX detection method for PowerPC and enabled it by defaultVadim Barkov2017-01-312-1/+35
| * Added cmake support for PowerPC VSX optimizationsVadim Barkov2017-01-311-0/+31
| * Added ppc64le to arch's in configure.ac scriptdebian2017-01-311-1/+1
| * Implemented filter_paeth PowerPC VSX variantVadim Barkov2017-01-311-92/+272
| * Merge branch 'libpng16' into libpng16Vadim Barkov2017-01-3031-82/+135
| |\
| * | Updated CFLAGS recomendationsVadim Barkov2017-01-291-1/+1
| * | Implemented filter_avg for PowerPC VXSVadim Barkov2017-01-291-35/+178
| * | Fixed potential align errors for PowerPC VSX filter functionsVadim Barkov2017-01-291-3/+10
| * | Fixed missing defines for VSX filter_subVadim Barkov2017-01-191-2/+12
| * | Implemented filter_sub optimisation for PowerPC VSXVadim Barkov2017-01-191-5/+109
| * | Fixed potential bug on align calculation for VSX filter_upVadim Barkov2017-01-191-1/+1
| * | Fixed bug with unaligned input on VSX filter_upVadim Barkov2017-01-161-30/+25
| * | Implemented png_read_filter_up_vsxVadim Barkov2017-01-151-16/+41
| * | Modified CFLAGS recomendations for PowerPC VSXroot2017-01-141-2/+2
| * | Added PowerPC detection code for linuxVadim Barkov2017-01-141-0/+57
| * | Added initial code for PowerPC VSX optimisationVadim Barkov2017-01-147-2/+445