summaryrefslogtreecommitdiff
path: root/pngpriv.h
AgeCommit message (Expand)Author
2019-03-31arm: Rename all functions to the pattern png_*_neon; add debug tracesCosmin Truta
2019-02-03Fix a memory leak in the riffled palette optimization on ARM; refactorCosmin Truta
2018-09-04Optimize png_do_expand_palette for ARMRichard Townsend
2018-08-18Remove top-level const from function-scope variablesCosmin Truta
2018-07-28Remove the "last changed" version information from source commentsCosmin Truta
2018-07-16ARM: Disable hand-written AArch32 NEON on AArch64Vicki Pfau
2018-07-15Release libpng version 1.6.35Cosmin Truta
2018-06-17[libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta
2017-11-13Avoid -Wundef warnings when building libpngVadim Zeitlin
2017-11-03[libpng16] Fix one more typoGlenn Randers-Pehrson
2017-08-29[libpng16] Fix "last changed" datesGlenn Randers-Pehrson
2017-08-25[libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson
2017-08-24[libpng16] Imported from libpng-1.6.32.tarGlenn Randers-Pehrson
2017-08-05[libpng16] Make png_check_chunk_length|name() parameters constGlenn Randers-Pehrson
2017-08-05[libpng16] Removed unused chunk_name parameter from png_check_chunk_length().Glenn Randers-Pehrson
2017-08-04[libpng16] Moved chunk-length check into a png_check_chunk_length() privateGlenn Randers-Pehrson
2017-07-31[libpng16] Update "Last changed" dates and some copyright yearsGlenn Randers-Pehrson
2017-07-31[libpng16] Committed png.h and pngpriv.h that were omitted from previous checkinGlenn Randers-Pehrson
2017-07-27[libpng16] Imported from libpng-1.6.31.tarGlenn Randers-Pehrson
2017-07-13[libpng16] Implement eXIf chunk supportGlenn Randers-Pehrson
2017-07-02[libpng16] Revised pngpriv.h to use PNG_VERSION_INFO_ONLY instead ofGlenn Randers-Pehrson
2017-07-01[libpng16] Revised pngpriv.h to work around failure to compile arm/filter_neon.SGlenn Randers-Pehrson
2017-06-29[libpng16] Update some "last changed" datesGlenn Randers-Pehrson
2017-03-30[libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.Glenn Randers-Pehrson
2017-03-30tweakViktor Szakats
2017-03-30silence clang -Wcast-qual const drop warningsViktor Szakats
2017-03-16[libpng16] Imported from libpng-1.6.29.tarGlenn Randers-Pehrson
2017-02-12Fixed VSX compilation time checksVadim Barkov
2017-01-31Removed PNG_ALIGN dependency from VSX since it is not neededVadim Barkov
2017-01-30Merge branch 'libpng16' into libpng16Vadim Barkov
2017-01-14Added initial code for PowerPC VSX optimisationVadim Barkov
2017-01-12[libpng16] Update credits to include Google Inc, for the Intel/SSE patch.Glenn Randers-Pehrson
2017-01-05[libpng16] Moved SSE2 optimization code into the main libpng source directory.Glenn Randers-Pehrson
2017-01-03[libpng16] Imported from libpng-1.6.28rc03.tarGlenn Randers-Pehrson
2017-01-03[libpng16] Moved SSE2 optimization code into the main libpng source directory.Glenn Randers-Pehrson
2016-10-19[libpng16] Imported from libpng-1.6.26.tarGlenn Randers-Pehrson
2016-10-02[libpng16] Imported from libpng-1.6.26beta03.tarGlenn Randers-Pehrson
2016-09-30Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16Glenn Randers-Pehrson
2016-09-30Unsigned overflowJohn Bowler
2016-09-30[libpng16] Quieted 74 (out of 288) -Wconversion compiler warnings by changingGlenn Randers-Pehrson
2016-09-19[libpng16] Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h,Glenn Randers-Pehrson
2016-08-31[libpng16] Imported from libpng-1.6.25.tarGlenn Randers-Pehrson
2016-08-30[libpng16] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson
2016-08-30Added MIPS MSA optimization for following functions:Mandar Sahastrabuddhe
2016-08-29[libpng16] Update CHANGES, ANNOUNCE with entry about MIPS supportGlenn Randers-Pehrson
2016-08-29Added build support for MIPS MSAMandar Sahastrabuddhe
2016-08-10Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16Glenn Randers-Pehrson
2016-08-10[libpng16] Reject oversized iCCP profile lengthJohn Bowler
2016-08-03[libpng16] Imported from libpng-1.6.24.tarGlenn Randers-Pehrson
2016-08-02[libpng16] Conditionally compile ARM_NEON headers in pngpriv.hGlenn Randers-Pehrson