summaryrefslogtreecommitdiff
path: root/scripts/pnglibconf.dfa
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.24beta01.tarv1.5.24beta01Glenn Randers-Pehrson2015-08-191-8/+1
* [libpng15] Imported from libpng-1.5.22rc02.tarv1.5.22rc02Glenn Randers-Pehrson2015-03-091-1/+1
* [libpng15] Removed some comments that the configure script did not handleGlenn Randers-Pehrson2015-03-051-4/+4
* [libpng15] Imported from libpng-1.5.22beta03.tarv1.5.22beta03Glenn Randers-Pehrson2015-02-211-0/+1
* [libpng15] Merged pngtest.c with libpng-1.6.17/pngtest.cGlenn Randers-Pehrson2015-02-161-32/+23
* [libpng15] Removed "option WRITE_COMPRESSED_TEXT enables WRITE_TEXT" fromGlenn Randers-Pehrson2014-11-061-4/+2
* [libpng15] Imported from libpng-1.5.19beta02.tarv1.5.19beta02Glenn Randers-Pehrson2014-03-171-22/+74
* [libpng15] Removed unused PNG_CALLOC_SUPPORTED from scripts/pnglibconf.dfaGlenn Randers-Pehrson2014-03-081-74/+18
* [libpng15] Fixed typos in the manual and in scripts/pnglibconf.dfaGlenn Randers-Pehrson2014-02-261-1/+1
* [libpng15] Port ARM support changes from libpng-1.6.3beta07.John Bowler2013-06-081-25/+29
* [libpng15] Imported from libpng-1.5.16beta06.tarv1.5.16beta06Glenn Randers-Pehrson2013-05-121-7/+24
* [libpng15] Imported from libpng-1.5.15beta06.tarGlenn Randers-Pehrson2013-05-121-24/+7
* [libpng15] Corrected Android builds and corrected libpng.vers with symbolJohn Bowler2013-03-041-7/+24
* [libpng15] Fixed PNG_ALIGN(ED)_MEMORY and add ability to turn off ARM_NEONJohn Bowler2013-02-191-1/+19
* [libpng15] Fix inconsistencies in use of PNG_GET_PALETTE_MAXGlenn Randers-Pehrson2013-02-101-4/+3
* [libpng15] Enclosed the new png_get_palette_maxGlenn Randers-Pehrson2013-02-101-0/+6
* [libpng15] Fixed grammar and typos in manual and in scripts/pnglibconf.dfaGlenn Randers-Pehrson2012-06-091-1/+1
* [libpng15] Added palette-index checking.Glenn Randers-Pehrson2012-03-041-0/+10
* [libpng15] Revised the SAFE_LIMITS feature to be the same as the feature inGlenn Randers-Pehrson2012-02-241-18/+17
* [libpng15] Updated scripts/pnglibconf.dfa to enable USER_LIMITS whenGlenn Randers-Pehrson2012-02-231-1/+1
* [libpng15] Added PNG_SAFE_LIMITS feature to pnglibconf.dfaGlenn Randers-Pehrson2012-02-231-2/+5
* [libpng15] Imported from libpng-1.5.7rc03.tarv1.5.7rc03Glenn Randers-Pehrson2011-12-081-1/+1
* [libpng15] Remove simplified interfaceJohn Bowler2011-11-231-28/+0
* [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-071-1/+29
* [libpng15] Reverted previous change; removed png_get_compression_buffer() API.Glenn Randers-Pehrson2011-10-131-3/+0
* [libpng15] Added png_get_compression_buffer() API.Glenn Randers-Pehrson2011-10-131-0/+3
* [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes).John Bowler2011-09-091-3/+3
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
* [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.John Bowler2011-06-181-9/+5
* [devel] Changed a dependence in scripts/pnglibconf.dfaGlenn Randers-Pehrson2011-06-171-2/+2
* [devel] Imported from libpng-1.5.4beta05.tarv1.5.4beta05Glenn Randers-Pehrson2011-06-171-1/+2
* [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.Glenn Randers-Pehrson2011-06-161-0/+4
* [devel] Made png_set_chop_16() API removeableGlenn Randers-Pehrson2011-06-141-6/+6
* [devel] Added png_set_chop_16() API.Glenn Randers-Pehrson2011-06-131-1/+0
* [devel] Imported from libpng-1.5.4beta01.tarv1.5.4beta01Glenn Randers-Pehrson2011-06-131-3/+1
* [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding isJohn Bowler2011-06-101-4/+7
* [devel] Implementation of premultiplied alpha support: png_set_alpha_modeJohn Bowler2011-05-071-1/+3
* [devel] Remove some trailing blanks.Glenn Randers-Pehrson2011-05-071-5/+5
* [devel] IDAT compression failed if preceded by a compressed text chunkJohn Bowler2011-05-051-0/+2
* [devel] Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make zlib "CMF"Glenn Randers-Pehrson2011-05-051-1/+5
* [devel] Remove png_snprintf, add formatted warning messages.John Bowler2011-05-051-2/+2
* [devel] Cleanup of conditional compilation code and of background/gammaJohn Bowler2011-04-171-0/+4
* [devel] Remove "sPLT" from list of chunks that require compressed textGlenn Randers-Pehrson2011-04-011-2/+0
* [devel] Added PNG_READ_COMPRESSED_TEXT_SUPPORTED macro.Glenn Randers-Pehrson2011-04-011-2/+14
* [devel] Enable API for setting zlib non-IDAT parameters.Glenn Randers-Pehrson2011-03-311-0/+5
* [devel] Implement expansion to 16 bitsJohn Bowler2011-02-121-0/+1
* [devel] Corrected const_png_ in png.h to png_const_ to avoid pollutingJohn Bowler2011-01-221-1/+3
* [devel] Imported from libpng-1.5.1beta07.tarv1.5.1beta07Glenn Randers-Pehrson2011-01-211-1/+1
* [devel] Imported from libpng-1.5.0.tarv1.5.0Glenn Randers-Pehrson2011-01-061-1/+1
* [devel] Fixed some incorrect "=" macro names in pnglibconf.dfaGlenn Randers-Pehrson2010-12-061-4/+4