summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [libpng15] Reject invalid compression flag, method when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-224-10/+12
| * [libpng15] Also allow uncompressed iTXtGlenn Randers-Pehrson2011-11-221-1/+1
| * [libpng15] Reject invalid compression flag when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-223-5/+15
| * [libpng15] Fixed copyright, spelling in contrib/libtest and contrib/sRGBtablesGlenn Randers-Pehrson2011-11-215-15/+44
| * [libpng15] Updated the documentation of the png_text structureGlenn Randers-Pehrson2011-11-213-30/+51
| * [libpng15] Added MINGW support to CMakeLists.txtGlenn Randers-Pehrson2011-11-213-9/+11
| * [libpng15] Removed some "#if 0" blocks of test code that remained in pngrutil.cGlenn Randers-Pehrson2011-11-211-14/+0
| * [libpng15] Allow row_stride==0 to indicate default stride in simplified APIJohn Bowler2011-11-215-8/+24
| * [libpng15] Revised comment and whitespace in png_convert_to_rfc1123().Glenn Randers-Pehrson2011-11-191-5/+5
| * [libpng15] Validate time settings passed to pngset()Glenn Randers-Pehrson2011-11-194-9/+31
| * [libpng15] Removed "zTXt" from warning in generic chunk decompression function.Glenn Randers-Pehrson2011-11-193-4/+6
| * [libpng15] Bump version to libpng-1.5.7beta05Glenn Randers-Pehrson2011-11-1724-65/+69
| * [libpng15] Imported from libpng-1.5.7beta04.tarv1.5.7beta04Glenn Randers-Pehrson2011-11-1716-36/+39
| * [libpng15] Revised Makefile.am to separate out stuff depending on contrib (WIP)Glenn Randers-Pehrson2011-11-171-7/+7
| * [libpng15] Bump version to libpng-1.5.7beta04Glenn Randers-Pehrson2011-11-1624-63/+67
| * [libpng15] Imported from libpng-1.5.7beta03.tarv1.5.7beta03Glenn Randers-Pehrson2011-11-1616-34/+43
| * [libpng15] Work around compilers that don't support declaration of const data.John Bowler2011-11-164-8/+36
| * [libpng15] Added --noexecstack to assembler file compilation.John Bowler2011-11-161-0/+5
| * [libpng15] Updated CHANGES and ANNOUNCE with latest changesGlenn Randers-Pehrson2011-11-162-3/+17
| * [libpng15] Fixes for C++ compilation using g++ When libpng source is compiledJohn Bowler2011-11-166-31/+76
| * [libpng15] Bump version to libpng-1.5.7beta03Glenn Randers-Pehrson2011-11-1616-28/+57
| * [libpng15] Multiple transform bug fixes plus a work-round for double gammaJohn Bowler2011-11-165-45/+477
| * [libpng15] Added test-pngstest.shGlenn Randers-Pehrson2011-11-161-0/+22
| * [libpng15] Added run-time detection of ARM/NEON supportMans Rullgard2011-11-161-5/+47
| * [libpng15] Updated contrib/sRGBtables codeJohn Bowler2011-11-163-33/+187
| * [libpng15] Added contrib/README.txtGlenn Randers-Pehrson2011-11-161-0/+4
| * [libpng15] Changed "PNG_EXTERN" to "extern" in sRGB table declarationsGlenn Randers-Pehrson2011-11-161-3/+3
| * [libpng15] Fix Windows builds, add pngstest to Visual Studio and OpenWatcomJohn Bowler2011-11-168-112/+632
| * [libpng15] Update pngstest to remove compiler warnings, add to libpng testsJohn Bowler2011-11-165-112/+201
| * [libpng15] Added contrib/pngtestsJohn Bowler2011-11-164-0/+1890
| * [libpng15] Removed PNG_CONST from the sRGB table declarationsGlenn Randers-Pehrson2011-11-164-14/+16
| * [libpng15] Bump version to libpng-1.5.7beta03Glenn Randers-Pehrson2011-11-1125-67/+71
| * [libpng15] Imported from libpng-1.5.7beta02.tarv1.5.7beta02Glenn Randers-Pehrson2011-11-1112-22/+23
| * [libpng] Added copyright and licensing info to contrib/sRGBtables/*.cGlenn Randers-Pehrson2011-11-111-5/+13
| * [libpng15] Installed more accurate linear to sRGB conversion tables.John Bowler2011-11-114-216/+519
| * [libpng15] Ignore unused chunks in the new simplified read API.Glenn Randers-Pehrson2011-11-111-1/+40
| * [libpng15] Fixed a typo in pngpriv.hGlenn Randers-Pehrson2011-11-101-1/+1
| * [libpng15] Updated commentaryGlenn Randers-Pehrson2011-11-104-6/+6
| * [libpng15] Updated commentary about new APIGlenn Randers-Pehrson2011-11-103-25/+43
| * [libpng15] Fixes to alpha swap on read, simplified write and filler add codeJohn Bowler2011-11-083-21/+46
| * [libpng15] Change options.awk to use pngconf.h for versioningJohn Bowler2011-11-086-25/+42
| * [libpng15] Corrections to the PNG_FORMAT_ values and code cleanup.John Bowler2011-11-082-55/+45
| * [libpng15] Fix PNG_SIMPLIFIED transformations,John Bowler2011-11-082-19/+39
| * [libpng] Added synopses for new png_image functions to the manual.Glenn Randers-Pehrson2011-11-073-14/+78
| * [libpng15] Fixed some typos in comments.Glenn Randers-Pehrson2011-11-075-14/+16
| * [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-0713-32/+2186
| * [libpng15] Added versioning to pnglibconf.h comments.John Bowler2011-11-076-9/+41
| * [libpng15] Changed 8 new leading spaces to TAB in scripts/makefile.stdGlenn Randers-Pehrson2011-11-072-2/+2
| * [libpng15] Updated scripts/pnglibconf.mak and scripts/makefile.stdJohn Bowler2011-11-055-12/+16
| * [libpng15] Updated scripts/pnglibconf.mak to handle the new PNG_JOIN macro.Glenn Randers-Pehrson2011-11-053-1/+3