Home | History | Annotate | Download | only in libpng

Lines Matching refs:Bug

101   changed warning/error callback functions to fix bug - this means you
114 fixed bug with Borland 64K memory allocation (Alexander Lehmann)
115 fixed bug in interlace handling (Smarasderagd, I think)
145 fixed bug in pngwutil.c allocating "up_row" twice and "avg_row" never
146 fixed bug in PNG file signature compares when start != 0
180 fixed serious bug with < 8bpp images introduced in 0.95
181 fixed 256-color transparency bug (Greg Roelofs)
195 fixed bug in gamma handling of 4-bit grayscale
227 fixed a longstanding "packswap" bug in pngtrans.c
264 Fixed a bug in png_do_shift() (Bryan Tsai)
270 Corrected a bug in pngpread() introduced in version 99c (Kevin Bracey)
321 Fixed a bug in png_do_strip_filler with XXRRGGBB => RRGGBB transformation.
323 Fixed a bug in pngset.c, introduced in version 0.99c, that sets rowbytes
328 Fixed a png_convert_to_rfc1123() bug that converts day 31 to 0 (Steve Eddins).
335 Fixed a bug in pngrtran.c that would set channels=5 under some circumstances.
342 Fixed a bug in pngrtran.c (introduced in libpng-1.0.1a) where the masks for
384 Fixed a bug in png_do_filler() that made it fail to write filler bytes in
388 Fixed a bug in pngtest.c that caused pngtest to try to write a tIME chunk
423 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c
429 Fixed a bug in pngconf.h that omitted <stdio.h> when PNG_DEBUG==0 (K Bracey).
576 Added code in pngwrite.c to work around a newly discovered zlib bug.
619 Fixed a libpng-1.0.5h bug in pngrutil.c that was issuing erroneous warnings
642 Fixed pngvcrd.c bug by pushing/popping registers in mmxsupport (Bruce Oberg)
647 Fixed a bug in pngrtran.c that improperly expanded the background color.
655 Fixed a bug in png_read_png() that caused it to fail to expand some images
672 Fixed bug with use of PNG_BEFORE_IHDR bit in png_ptr->mode, introduced when
789 Fixed a new bug in png_set_rows().
808 Revised the workaround of AIX string.h "index" bug.
862 Fixed seqence-point bug in contrib/pngminus/png2pnm (Martin Zinser)
915 Fixed bug with progressive reading of narrow interlaced images in pngpread.c
947 Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
1053 Fixed a bug with reading the length of iCCP profiles (Larry Reeves).
1110 Changed ${PNGMAJ}.${PNGVER} bug to ${PNGVER} in makefile.sgi and makefile.sggcc
1121 Fixed bug with $prefix, should be $(prefix) in makefile.hpux.
1131 Fixed bug in reporting number of channels in pngget.c and pngset.c,
1168 Fixed bug in 16 makefiles: $(DESTDIR)/$(LIBPATH) to $(DESTDIR)$(LIBPATH)
1224 Fixed memory overrun bug in png_do_read_filler() with 16-bit datastreams,
1326 pngpread.c. Bug was introduced in 1.2.6rc1.
1327 Fixed bug in RGB to RGBX transformation introduced in 1.2.6rc1.
1328 Fixed old bug in RGB to Gray transformation.
1356 Fixed bug with "optimized window size" in the IDAT datastream, that
1359 Fixed bug with sCAL chunk and big-endian machines (David Munro).
1370 Fixed bug in png_text_compress() that would fail to complete a large block.
1371 Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during
1497 Bug introduced in libpng-1.2.8.
1579 Fixed bug in example.c (png_set_palette_rgb -> png_set_palette_to_rgb)
1622 Work around Intel-Mac compiler bug by setting PNG_NO_MMX_CODE in pngconf.h
1790 Fix bug with handling of 16-bit transparency, introduced in 1.2.19beta2
1843 code (Yves Piguet). This bug was introduced in libpng-1.2.14.
1948 logical vs bitwise NOT in pngrtran.c, bug introduced in 1.2.19rc2
1949 16-bit cheap transparency expansion, bug introduced in 1.2.19beta2
1973 Again, fixed logical vs bitwise NOT in pngrtran.c, bug introduced
2017 Moved misplaced test for malloc failure in png_set_sPLT(). This bug was
2038 Fixed bug with unknown chunk handling, introduced in version 1.2.17rc2
2051 (bug introduced in libpng-1.2.4/1.0.13).
2056 Work around Coverity bug report by slightly refactoring
2082 Added missing "(" in pngmem.c. Bug introduced in libpng-1.2.2/1.0.13
2094 new copies in png_read_start_row(). Bug introduced in libpng-1.2.22.
2109 Fixed bug (introduced in libpng-1.0.5h) with handling zero-length
2173 Updated libpng.pc-configure.in and libpng-config.in per debian bug reports.
2231 Removed extra crc check at the end of png_handle_cHRM(). Bug introduced
2245 Shortened tIME_string to 29 bytes in pngtest.c (bug introduced in
2257 in example.c (debian bug report)
2334 bug introduced in libpng-1.2.34.
2348 builds. This bug was introduced in libpng-1.2.15beta4.
2440 (bug introduced in libpng-0.95, discovered by Evan Rouault)
2708 Fixed uninitialized memory read in png_format_buffer() (Bug