summaryrefslogtreecommitdiff
path: root/pngpriv.h
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Moved redefinitions of png_error() and related macros fromGlenn Randers-Pehrson2014-02-171-7/+1
* [libpng15] Bump version to 1.5.19beta01Glenn Randers-Pehrson2014-02-061-1/+1
* [libpng15] Imported from libpng-1.5.18.tarv1.5.18libpng-1.5.18-signedGlenn Randers-Pehrson2014-02-051-1/+1
* [libpng15] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng15] Merged pngvalid and pngtest from libpng-1.5; made compressed chunksJohn Bowler2013-12-291-2/+2
* [libpng15] Fixed 'unused' warnings and mergeed with libpng16 pngvalid.John Bowler2013-12-271-40/+47
* [libpng15] Bump version to 1.5.18beta01Glenn Randers-Pehrson2013-06-281-1/+1
* [libpng15] Imported from libpng-1.5.17.tarv1.5.17libpng-1.5.17-signed1.5.17Glenn Randers-Pehrson2013-06-261-1/+1
* [libpng15] Imported from libpng-1.5.17rc01.tarv1.5.17rc01Glenn Randers-Pehrson2013-06-171-1/+1
* [libpng15] Imported from libpng-1.5.17beta01.tarv1.5.17beta01Glenn Randers-Pehrson2013-06-081-1/+1
* [libpng15] Port ARM support changes from libpng-1.6.3beta07.John Bowler2013-06-081-4/+52
* [libpng15] Imported from libpng-1.5.16beta06.tarv1.5.16beta06Glenn Randers-Pehrson2013-05-121-1/+1
* [libpng15] Imported from libpng-1.5.15beta06.tarGlenn Randers-Pehrson2013-05-121-1/+1
* [libpng15] Imported from libpng-1.5.15.tarv1.5.15Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng15] Bump version to 1.5.15beta06Glenn Randers-Pehrson2013-02-171-2/+2
* [libpng15] Redo previous checkin; fold long lines and fix #ifdefsGlenn Randers-Pehrson2013-02-171-2/+2
* [libpng15] Enabled renaming of the extern (but not DLL exported) ARM filterJohn Bowler2013-02-041-10/+19
* [libpng15] De-configured build fixes to make a range of deconfiguration optionsJohn Bowler2013-01-061-5/+61
* [libpng15] Rearranged building of ARM NEON optimizations. The ARM specific codeJohn Bowler2012-12-141-0/+9
* [libpng15] Minor edit of documentationGlenn Randers-Pehrson2012-10-101-4/+4
* [libpng15] Folded some long lines; updated manual about removed macrosGlenn Randers-Pehrson2012-08-161-3/+3
* [libpng15] Imported from libpng-1.5.11.tarv1.5.11Glenn Randers-Pehrson2012-06-141-1/+1
* [libpng15] Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h aroundGlenn Randers-Pehrson2012-04-231-2/+0
* [libpng15] Bump version to 1.5.11beta01Glenn Randers-Pehrson2012-04-121-1/+1
* [libpng15] Imported from libpng-1.5.10.tarv1.5.10Glenn Randers-Pehrson2012-03-291-1/+1
* [libpng15] Reject all iCCP chunks after the first,Glenn Randers-Pehrson2012-03-091-0/+1
* [libpng15] Added palette-index checking.Glenn Randers-Pehrson2012-03-041-2/+9
* [libpng15] Revised the SAFE_LIMITS feature to be the same as the feature inGlenn Randers-Pehrson2012-02-241-0/+40
* [libpng15] Imported from libpng-1.5.7.tarv1.5.7Glenn Randers-Pehrson2011-12-151-1/+1
* [libpng15] Remove simplified interfaceJohn Bowler2011-11-231-91/+0
* [libpng15] Work around compilers that don't support declaration of const data.John Bowler2011-11-161-3/+23
* [libpng15] Fixes for C++ compilation using g++ When libpng source is compiledJohn Bowler2011-11-161-2/+24
* [libpng15] Changed "PNG_EXTERN" to "extern" in sRGB table declarationsGlenn Randers-Pehrson2011-11-161-3/+3
* [libpng15] Removed PNG_CONST from the sRGB table declarationsGlenn Randers-Pehrson2011-11-161-6/+6
* [libpng15] Fixed a typo in pngpriv.hGlenn Randers-Pehrson2011-11-101-1/+1
* [libpng15] Fixed some typos in comments.Glenn Randers-Pehrson2011-11-071-1/+1
* [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-071-0/+78
* [libpng15] Fixed bug in pngvalid on early allocation failure; fixed type castJohn Bowler2011-11-031-1/+1
* [libpng15] Added support for ARM processor (Mans Rullgard)Mans Rullgard2011-11-031-1/+16
* [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-021-1/+1
* [libpng15] Imported from libpng-1.5.6.tarv1.5.6Glenn Randers-Pehrson2011-11-021-1/+1
* [libpng15] Fixes for multiple calls to png_read_update_info.John Bowler2011-10-141-0/+1
* [libpng15] Further optimization of png_combine_row() in the interlaced case.John Bowler2011-10-111-5/+42
* [libpng15] Speed up png_combine_row() for interlaced images. This reduces theGlenn Randers-Pehrson2011-10-061-7/+43
* [libpng15] Imported from libpng-1.5.6beta03.tarv1.5.6beta03Glenn Randers-Pehrson2011-09-281-1/+1
* [libpng15] Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c)Glenn Randers-Pehrson2011-09-261-1/+1
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-36/+90
* [libpng15] Imported from libpng-1.5.6beta01.tarv1.5.6beta01Glenn Randers-Pehrson2011-09-221-1/+1
* [libpng15] Imported from libpng-1.5.5.tarv1.5.5Glenn Randers-Pehrson2011-09-221-1/+1
* [libpng15] Imported from libpng-1.5.5rc01.tarv1.5.5rc01Glenn Randers-Pehrson2011-09-151-17/+17