summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.22beta05.tarv1.6.22beta05Glenn Randers-Pehrson2016-04-2716-29/+29
* [libpng16] Fixed typo (missing underscore) in #define PNG_READ_16_TO_8_SUPPORTEDGlenn Randers-Pehrson2016-04-193-9/+13
* [libpng16] Moved INTEL-SSE code from pngpriv.h to contrib/intel/intel_sse.patch.Glenn Randers-Pehrson2016-04-195-52/+152
* [libpng16] Update CHANGES and ANNOUNCE about timepng.c changesGlenn Randers-Pehrson2016-04-152-3/+5
* timepng: better errors, fix signed overflowJohn Bowler2016-04-131-2/+18
* timepng: C++ fixes, correct add_one_fileJohn Bowler2016-04-131-4/+10
* timepng: more support requirementsJohn Bowler2016-04-121-4/+7
* timepng requires STDIOJohn Bowler2016-04-121-3/+3
* Fix timepng 'skip' return code.John Bowler2016-04-121-1/+1
* timepng: fix builds when there is no read supportJohn Bowler2016-04-121-0/+4
* ANSI C overlength string fixJohn Bowler2016-04-121-0/+1
* Merge branch 'libpng16' of ../../libpng into libpng16John Bowler2016-04-125-28/+48
|\
| * [libpng16] Added PNG_FAST_FILTERS macro (defined asGlenn Randers-Pehrson2016-04-115-28/+48
* | Merge branch 'libpng16' of ../../libpng into libpng16John Bowler2016-04-0529-98/+172
|\ \ | |/
| * [libpng16] Bump version to 1.6.22beta05Glenn Randers-Pehrson2016-04-0524-52/+56
| * [libpng16] Imported from libpng-1.6.22beta04.tarv1.6.22beta04Glenn Randers-Pehrson2016-04-0514-30/+33
| * [libpng16] Eliminate PNG_NO_INTEL_SSE_3BPP from intel INSTALLGlenn Randers-Pehrson2016-04-052-15/+7
| * [libpng16] Eliminated PNG_NO_INTEL_SSE_3BPP which was just for testing.Glenn Randers-Pehrson2016-04-053-5/+9
| * SSE filter speed improvements for bpp=3.Mike Klein2016-04-041-17/+88
* | Merge branch 'libpng16' of ../../libpng into libpng16John Bowler2016-03-1833-108/+160
|\ \ | |/
| * [libpng16] Reformatted the new code in configure.acGlenn Randers-Pehrson2016-03-153-11/+18
| * Force back to C89 if needed. This fixes #245Dagobert Michelsen2016-03-141-0/+14
| * [libpng16] Bump version to 1.6.22beta04Glenn Randers-Pehrson2016-03-0924-52/+56
| * [libpng16] Imported from libpng-1.6.22beta03.tarv1.6.22beta03Glenn Randers-Pehrson2016-03-0920-45/+69
| * [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-03-073-6/+9
| * gcc6: fix misleading indentation warningKrishnaraj Bhat2016-03-073-28/+28
* | Merge remote-tracking branch 'local/libpng16' into libpng16John Bowler2016-02-280-0/+0
|\ \ | |/
| * [libpng16] timepng usage message, ability to cache the test setJohn Bowler2016-02-281-68/+178
* | Usage message, ability to cache the test setJohn Bowler2016-02-271-68/+178
|/
* [libpng16] Update CHANGES and ANNOUNCE, about timepng.cGlenn Randers-Pehrson2016-02-263-4/+18
* contrib/libtests/timepng: make robust, improveJohn Bowler2016-02-261-49/+164
* [libpng16] Updated INSTALL instructions for intel SSE codeGlenn Randers-Pehrson2016-02-232-5/+13
* [libpng16] Fixed cut-and-paste errors in the new intel_sse.patchGlenn Randers-Pehrson2016-02-222-11/+12
* [libpng16] Moved contrib/intel/*.patch into INSTALL and added intel_sse.patchGlenn Randers-Pehrson2016-02-227-78/+213
* [libpng16] Added pngdebug() statements to the new intel code and the arm code.Glenn Randers-Pehrson2016-02-195-6/+32
* [libpng16] Fix copyright in sse code, use C-style commentsGlenn Randers-Pehrson2016-02-197-92/+119
* [libpng16] Added contrib/intel/INSTALLGlenn Randers-Pehrson2016-02-183-0/+9
* [libpng16] Fixed include directives in two new intel files to reflectGlenn Randers-Pehrson2016-02-182-2/+2
* [libpng16] Added Intel SSE support (Matt Sarrett, Google Inc.)Glenn Randers-Pehrson2016-02-185-0/+444
|\
| * Fix paths in Makefile.am.patchMatt Sarett2016-02-181-2/+2
| * Move sse opts into contrib/intelMatt Sarett2016-02-187-44/+73
| * Fix host_cpu checkMatt Sarett2016-02-171-1/+1
| * Add intel opts to Makefile and configure.acMatt Sarett2016-02-175-15/+67
| * Use immintrin, tweak checks for SSE4, SSSE3Matt Sarett2016-02-162-7/+6
| * Reformat a bit, add MSVS checks, add SSE4Matt Sarett2016-02-163-82/+120
| * Use PNG_INTEL_SSE_OPT instead of PNG_INTEL_SSE2_OPTMatt Sarett2016-02-153-11/+11
| * Add SSSE3 and SSE2 optimized png filter functionsMatt Sarett2016-02-153-0/+326
* | [libpng16] Updated LICENSE to say files in the contrib directory are notGlenn Randers-Pehrson2016-02-186-22/+56
* | [libpng16] Add ${INCLUDES} in scripts/genout.cmake.in (Bug report by Nixon Kw...Glenn Randers-Pehrson2016-02-163-5/+8
* | [libpng16] Removed dubious "#if INT_MAX" test from png.h that was added toGlenn Randers-Pehrson2016-02-133-9/+13