summaryrefslogtreecommitdiff
path: root/pngpriv.h
Commit message (Expand)AuthorAgeFilesLines
...
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-163/+146
* [libpng16] Eliminated png_info_destroy. It is now used only in png.cJohn Bowler2011-12-241-4/+0
* [libpng16] Start-up code size improvements, error handler flexibility. TheseJohn Bowler2011-12-221-16/+14
* [libpng16] Start-up code size improvements, error handler flexibility.John Bowler2011-12-211-24/+30
* [libpng16] Updated "last changed" datesGlenn Randers-Pehrson2011-12-211-1/+1
* [libpng16] Correct configure builds where build and source directories areJohn Bowler2011-12-181-2/+12
* [libpng16] Revised config.h handling; added bsconfig.h, deleted pngconfig.hJohn Bowler2011-12-171-10/+3
* [libpng16] Remove machine-generated configure filesGlenn Randers-Pehrson2011-11-261-3/+3
* [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.John Bowler2011-11-261-39/+11
* [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
* [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relateJohn Bowler2011-09-091-26/+25
* [devel] Fixes to rgb_to_gray and cHRM XYZ APIsJohn Bowler2011-08-251-1/+6
* [devel] Imported from libpng-1.5.5beta05.tarv1.5.5beta05Glenn Randers-Pehrson2011-08-171-1/+1
* [devel] Added new types and internal functions for CIE RGB end point handlingJohn Bowler2011-08-161-0/+23
* [devel] Prevent unexpected API exports from non-libpng DLLs on Windows.John Bowler2011-08-161-1/+73
* [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-5/+39
* [devel] Renamed png_set_chop_16() to png_set_strip_16().Glenn Randers-Pehrson2011-06-171-2/+2
* [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.Glenn Randers-Pehrson2011-06-161-2/+2
* [devel] Updated comments that mention 1.5.3; changed them to 1.5.4.Glenn Randers-Pehrson2011-06-151-8/+8
* [devel] Correction to the expand_16 code; removed extra instance ofGlenn Randers-Pehrson2011-06-151-2/+0
* [devel] Made png_set_chop_16() API removeableGlenn Randers-Pehrson2011-06-141-0/+2
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-2/+7
* [devel] Removed string/memory macros that are no longer usedJohn Bowler2011-06-111-9/+0
* [devel] Moved macro definitions for PNG_HAVE_IHDR, PNG_HAVE_PLTE, andGlenn Randers-Pehrson2011-05-101-4/+6
* [devel] Added named value and 'flag' gamma support to png_set_gamma. Made aJohn Bowler2011-05-101-0/+5
* [devel] Implementation of premultiplied alpha support: png_set_alpha_modeJohn Bowler2011-05-071-7/+13
* [devel] Remove some trailing blanks.Glenn Randers-Pehrson2011-05-071-1/+1
* [devel] IDAT compression failed if preceded by a compressed text chunkJohn Bowler2011-05-051-8/+4
* [devel] Remove png_snprintf, add formatted warning messages.John Bowler2011-05-051-29/+89
* [devel] Added appropriate feature test macros (_POSIX_SOURCE, _ISOC99_SOURCE)Glenn Randers-Pehrson2011-05-031-0/+15