summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.4beta08.tarv1.5.4beta08Glenn Randers-Pehrson2011-06-2222-63/+63
* [devel] Fix pngvalid.c with ACCURATE_SCALEJohn Bowler2011-06-224-50/+56
* [devel] Imported from libpng-1.5.4beta07.tarv1.5.4beta07Glenn Randers-Pehrson2011-06-1914-29/+29
* [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.John Bowler2011-06-1811-139/+218
* [devel] Delete chop_16 synopses and add one for png_set_scale_16_to_8()Glenn Randers-Pehrson2011-06-181-4/+4
* [devel] Bump version to libpng-1.5.4beta07Glenn Randers-Pehrson2011-06-1823-63/+67
* [devel] Imported from libpng-1.5.4beta06.tarv1.5.4beta06Glenn Randers-Pehrson2011-06-182-0/+2
* [devel] Fixed buffer bug (both the strip_16 and scale_16 transforms wereGlenn Randers-Pehrson2011-06-182-18/+21
* [devel] Fix pngvalid.c to compile when SCALE_16 is disabled.Glenn Randers-Pehrson2011-06-171-1/+1
* [devel] Fix more inconsistencies from the swap of 16_TO_8 APIs.Glenn Randers-Pehrson2011-06-173-9/+12
* [devel] Still trying to fix row buffer problem but pngvalid still failsGlenn Randers-Pehrson2011-06-171-0/+4
* [devel] Fixed some errors with 16_TO_8 macrosGlenn Randers-Pehrson2011-06-172-7/+9
* [devel] Fix new bugs in pngvalid.c; it failed to compile.Glenn Randers-Pehrson2011-06-171-18/+16
* [devel] Removed redundant directives from pngminim/*/*dfa.Glenn Randers-Pehrson2011-06-172-2/+0
* [devel] Changed a dependence in scripts/pnglibconf.dfaGlenn Randers-Pehrson2011-06-171-2/+2
* [devel] Bump version to libpng-1.5.4beta06Glenn Randers-Pehrson2011-06-1723-65/+69
* [devel] Imported from libpng-1.5.4beta05.tarv1.5.4beta05Glenn Randers-Pehrson2011-06-1719-73/+83
* [devel] Renamed png_set_chop_16() to png_set_strip_16().Glenn Randers-Pehrson2011-06-1711-106/+89
* [devel] Renamed png_set_strip_16() to png_set_scale_16().Glenn Randers-Pehrson2011-06-176-74/+74
* [devel] Revised example.c to demonstrate png_set_chop_16().Glenn Randers-Pehrson2011-06-161-2/+9
* [devel] Bump version to libpng-1.5.4beta05Glenn Randers-Pehrson2011-06-1623-63/+67
* [devel] Imported from libpng-1.5.4beta04.tarv1.5.4beta04Glenn Randers-Pehrson2011-06-1610-20/+20
* [devel] Revised contrib/visupng, gregbook, and pngminimGlenn Randers-Pehrson2011-06-168-5/+27
* [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.Glenn Randers-Pehrson2011-06-169-22/+39
* [devel] Added information about "chop_16" to the manual.Glenn Randers-Pehrson2011-06-152-30/+46
* [devel] Updated comments that mention 1.5.3; changed them to 1.5.4.Glenn Randers-Pehrson2011-06-1512-42/+46
* [devel] Added PNG_TRANSFORM_CHOP_16 to the high-level read transforms.Glenn Randers-Pehrson2011-06-153-0/+7
* [devel] Bump version to libpng-1.5.4beta04Glenn Randers-Pehrson2011-06-1521-53/+53
* [devel] Added "#ifdef PNG_READ_BACKGROUND_SUPPORTED/#endif" in pngrtran.cGlenn Randers-Pehrson2011-06-153-10/+18
* [devel] Imported from libpng-1.5.4beta03.tarv1.5.4beta03Glenn Randers-Pehrson2011-06-1512-26/+26
* [devel] Correction to the expand_16 code; removed extra instance ofGlenn Randers-Pehrson2011-06-154-18/+8
* [devel] Add synopsis for png_set_chop_16() to manualGlenn Randers-Pehrson2011-06-154-7/+7
* [devel] Fixed a problem in png_do_expand_palette() exposed by optimization inJohn Bowler2011-06-144-18/+31
* [devel] Bump version to libpng-1.5.4beta03Glenn Randers-Pehrson2011-06-1423-63/+66
* [devel] Imported from libpng-1.5.4beta02.tarv1.5.4beta02Glenn Randers-Pehrson2011-06-1414-30/+30
* [devel] Check for READ_CHOP_16_TO_8 support in pngvalid,Glenn Randers-Pehrson2011-06-141-2/+2
* [devel] Made png_set_chop_16() API removeableGlenn Randers-Pehrson2011-06-147-9/+25
* [devel] Use the old scaling method for background if png_set_chop_16() wasGlenn Randers-Pehrson2011-06-143-0/+17
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-1418-21/+85
* [devel] Added png_set_chop_16() API.Glenn Randers-Pehrson2011-06-139-55/+105
* [devel] Fix and clarify LEGACY 16-to-8 scaling.John Bowler2011-06-132-6/+6
* [devel] Imported from libpng-1.5.4beta01.tarv1.5.4beta01Glenn Randers-Pehrson2011-06-1330-85/+96
* [devel] Moved definitions of PNG_HAVE_IHDR, PNG_AFTER_IDAT, and PNG_HAVE_PLTEGlenn Randers-Pehrson2011-06-134-18/+23
* [devel] Made it possible to undefine PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTEDGlenn Randers-Pehrson2011-06-133-8/+29
* [devel] Imported from libpng-1.5.3beta11.tarv1.5.3beta11Glenn Randers-Pehrson2011-06-113-6/+22
* [devel] Allow png_set_user_limits() to increase limits as well as reduce them.Glenn Randers-Pehrson2011-06-112-4/+6
* [devel] Added log option to pngvalid.c and attempted to improve gamma messages.John Bowler2011-06-113-62/+316
* [devel] Removed string/memory macros that are no longer usedJohn Bowler2011-06-113-9/+4
* [devel] Revised pngvalid.c to test PNG_ALPHA_MODE_SUPPORTED correctly.John Bowler2011-06-113-2/+16
* [devel] Improved gamma range checks and other things OpenWatcom warns about.John Bowler2011-06-115-30/+28