Show
Ignore:
Timestamp:
02/15/10 11:37:15 (2 years ago)
Author:
Carsten
Message:

Upgraded vendor/libpng from 1.2.40 to 1.2.42.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vendor/libpng/libpngpf.3

    r11 r43  
    1 .TH LIBPNGPF 3 "September 10, 2009" 
     1.TH LIBPNGPF 3 "January 3, 2010" 
    22.SH NAME 
    3 libpng \- Portable Network Graphics (PNG) Reference Library 1.2.40 
     3libpng \- Portable Network Graphics (PNG) Reference Library 1.2.42 
    44(private functions) 
    55.SH SYNOPSIS 
     
    88\fI\fB 
    99 
     10\fBvoid png_64bit_product (long \fP\fIv1\fP\fB, long \fP\fIv2\fP\fB, unsigned long \fI*hi_product, 
     11 
     12\fBunsigned long \fI*lo_product\fP\fB);\fP 
     13 
    1014\fI\fB 
    1115 
     
    2327 
    2428\fBvoid png_calculate_crc (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIptr\fP\fB, png_size_t \fIlength\fP\fB);\fP 
     29 
     30\fI\fB 
     31 
     32\fI\fB 
     33 
     34\fBint png_check_cHRM_fixed (png_structp \fP\fIpng_ptr\fP\fB, png_fixed_point \fP\fIint_white_x\fP\fB, png_fixed_point \fP\fIint_white_y\fP\fB, png_fixed_point \fP\fIint_red_x\fP\fB, png_fixed_point \fP\fIint_red_y\fP\fB, png_fixed_point \fP\fIint_green_x\fP\fB, png_fixed_point \fP\fIint_green_y\fP\fB, png_fixed_point \fP\fIint_blue_x\fP\fB, png_fixed_point \fIint_blue_y\fP\fB);\fP 
     35 
     36\fI\fB 
     37 
     38\fI\fB 
     39 
     40\fBvoid png_check_IHDR (png_structp \fP\fIpng_ptr\fP\fB, png_uint_32 \fP\fIwidth\fP\fB, png_uint_32 \fP\fIheight\fP\fB, int \fP\fIbit_depth\fP\fB, int \fP\fIcolor_type\fP\fB, int \fP\fIinterlace_type\fP\fB, int \fP\fIcompression_type\fP\fB, int \fIfilter_type\fP\fB);\fP 
    2541 
    2642\fI\fB