summaryrefslogtreecommitdiff
path: root/pngpriv.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typosmusvaage2022-11-271-1/+1
* Clean up vestigial uses of png_size_tpCosmin Truta2022-11-201-1/+1
* Simplify the definition of png_isaligned and avoid compiler warningsCosmin Truta2022-09-141-16/+15
* Delete vestigial declarations formerly used on 16-bit platformsCosmin Truta2022-09-141-9/+4
* Avoid -Wundef for MIPS and PPC symbols tooVadim Zeitlin2022-09-141-0/+4
* Avoid -Wundef warnings for PNG_ARM_NEON_IMPLEMENTATIONVadim Zeitlin2022-09-141-0/+2
* Fix private macro png_constcast; delete private type png_ptruintCosmin Truta2022-09-131-11/+2
* Fix arm neon config for win-arm64 with MSVCGabor Kertesz2022-09-131-1/+1
* arm: Rename all functions to the pattern png_*_neon; add debug tracesCosmin Truta2019-03-311-3/+3
* Fix a memory leak in the riffled palette optimization on ARM; refactorCosmin Truta2019-02-031-5/+5
* Optimize png_do_expand_palette for ARMRichard Townsend2018-09-041-0/+23
* Remove top-level const from function-scope variablesCosmin Truta2018-08-181-2/+2
* Remove the "last changed" version information from source commentsCosmin Truta2018-07-281-3/+3
* ARM: Disable hand-written AArch32 NEON on AArch64Vicki Pfau2018-07-161-1/+4
* Release libpng version 1.6.35Cosmin Truta2018-07-151-2/+2
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-16/+16
* Avoid -Wundef warnings when building libpngVadim Zeitlin2017-11-131-0/+6
* [libpng16] Fix one more typoGlenn Randers-Pehrson2017-11-031-1/+1
* [libpng16] Fix "last changed" datesGlenn Randers-Pehrson2017-08-291-1/+1
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-251-1/+1
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-241-1/+1
* [libpng16] Make png_check_chunk_length|name() parameters constGlenn Randers-Pehrson2017-08-051-4/+4
* [libpng16] Removed unused chunk_name parameter from png_check_chunk_length().Glenn Randers-Pehrson2017-08-051-1/+1
* [libpng16] Moved chunk-length check into a png_check_chunk_length() privateGlenn Randers-Pehrson2017-08-041-0/+3
* [libpng16] Update "Last changed" dates and some copyright yearsGlenn Randers-Pehrson2017-07-311-1/+1
* [libpng16] Committed png.h and pngpriv.h that were omitted from previous checkinGlenn Randers-Pehrson2017-07-311-0/+5
* [libpng16] Imported from libpng-1.6.31.tarv1.6.31libpng-1.6.31-signedlibpng-1.6.31-master-signedGlenn Randers-Pehrson2017-07-271-1/+1
* [libpng16] Implement eXIf chunk supportGlenn Randers-Pehrson2017-07-131-0/+6
* [libpng16] Revised pngpriv.h to use PNG_VERSION_INFO_ONLY instead ofGlenn Randers-Pehrson2017-07-021-23/+19
* [libpng16] Revised pngpriv.h to work around failure to compile arm/filter_neon.SGlenn Randers-Pehrson2017-07-011-4/+11
* [libpng16] Update some "last changed" datesGlenn Randers-Pehrson2017-06-291-1/+1
* [libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.Glenn Randers-Pehrson2017-03-301-1/+1
* tweakViktor Szakats2017-03-301-4/+6
* silence clang -Wcast-qual const drop warningsViktor Szakats2017-03-301-1/+8
* [libpng16] Imported from libpng-1.6.29.tarv1.6.29libpng-1.6.29-signedGlenn Randers-Pehrson2017-03-161-1/+1
* Fixed VSX compilation time checksVadim Barkov2017-02-121-1/+1
* Removed PNG_ALIGN dependency from VSX since it is not neededVadim Barkov2017-01-311-1/+1
* Merge branch 'libpng16' into libpng16Vadim Barkov2017-01-301-2/+2
|\
| * [libpng16] Update credits to include Google Inc, for the Intel/SSE patch.Glenn Randers-Pehrson2017-01-121-2/+2
* | Added initial code for PowerPC VSX optimisationVadim Barkov2017-01-141-0/+30
|/
* [libpng16] Moved SSE2 optimization code into the main libpng source directory.Glenn Randers-Pehrson2017-01-051-0/+56
* [libpng16] Imported from libpng-1.6.28rc03.tarv1.6.28rc03Glenn Randers-Pehrson2017-01-031-56/+0
* [libpng16] Moved SSE2 optimization code into the main libpng source directory.Glenn Randers-Pehrson2017-01-031-0/+56
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Imported from libpng-1.6.26beta03.tarv1.6.26beta03Glenn Randers-Pehrson2016-10-021-1/+2
* Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16Glenn Randers-Pehrson2016-09-301-0/+18
|\
| * Unsigned overflowJohn Bowler2016-09-301-0/+18
* | [libpng16] Quieted 74 (out of 288) -Wconversion compiler warnings by changingGlenn Randers-Pehrson2016-09-301-82/+82
|/
* [libpng16] Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h,Glenn Randers-Pehrson2016-09-191-1/+1
* [libpng16] Imported from libpng-1.6.25.tarv1.6.25libpng-1.6.25-signedGlenn Randers-Pehrson2016-08-311-1/+1