summaryrefslogtreecommitdiff
path: root/pngpread.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-181-5/+5
* Remove the "last changed" version information from source commentsCosmin Truta2018-07-281-3/+3
* Release libpng version 1.6.35Cosmin Truta2018-07-151-2/+2
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-17/+17
* [libpng16] Fix "last changed" datesGlenn Randers-Pehrson2017-08-291-1/+1
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-251-1/+1
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-241-1/+1
* [libpng16] Make png_check_chunk_length|name() parameters constGlenn Randers-Pehrson2017-08-051-1/+0
* [libpng16] Removed unused chunk_name parameter from png_check_chunk_length().Glenn Randers-Pehrson2017-08-051-2/+1
* [libpng16] Moved chunk-length check into a png_check_chunk_length() privateGlenn Randers-Pehrson2017-08-041-32/+2
* [libpng16] Restored IDAT length check. Previously the calculated limit was fiveGlenn Randers-Pehrson2017-08-031-6/+4
* [libpng16] Use png_debug2() instead of printf() for bug reporting.Glenn Randers-Pehrson2017-08-031-2/+2
* [libpng16] Temporarily disable IDAT length-limiting.Glenn Randers-Pehrson2017-08-031-1/+1
* [libpng16] Disabled new limit test on IDAT chunks. It was producing too smallGlenn Randers-Pehrson2017-08-031-1/+10
* [libpng16] Check length of IDAT against maximum possible IDAT size, accountingGlenn Randers-Pehrson2017-08-031-3/+14
* [libng16] Check length of all chunks except IDAT against user limit.Glenn Randers-Pehrson2017-08-021-0/+15
* [libpng16] Imported from libpng-1.6.27rc01.tarv1.6.27rc01Glenn Randers-Pehrson2016-12-271-1/+6
* [libpng16] Revert ADLER32 error handling in pngrutil.c and pngpread.c.Glenn Randers-Pehrson2016-11-081-6/+1
* [libpng16] Imported from libpng-1.6.26beta01.tarv1.6.26beta01Glenn Randers-Pehrson2016-09-261-1/+1
* [libpng16] Issue a png_benign_error instead of a png_error on ADLER32 mismatchGlenn Randers-Pehrson2016-09-111-1/+6
* [libpng16] Imported from libpng-1.6.24.tarv1.6.24libpng-1.6.24-signedGlenn Randers-Pehrson2016-08-031-1/+1
* [libpng16] Fixed more indentationGlenn Randers-Pehrson2016-07-151-11/+11
* [libpng16] Imported from libpng-1.6.23.tarv1.6.23libpng-1.6.23-signedGlenn Randers-Pehrson2016-06-091-1/+1
* [libpng16] Fixed undefined behavior in png_push_save_buffer(). Do not callGlenn Randers-Pehrson2016-06-031-1/+4
* [libpng16] Fixed the progressive reader to handle empty first IDAT chunkTimothy Nikkel2016-05-291-6/+8
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* Fix inconsistent handling of invalid zlib dataJohn Bowler2015-11-271-1/+1
* [libpng16] Imported from libpng-1.6.20beta03.tarv1.6.20beta03Glenn Randers-Pehrson2015-11-241-1/+1
* [libpng16] Change "n bit" to "n-bit" in comments.Glenn Randers-Pehrson2015-08-131-1/+1
* [libpng16] Imported from libpng-1.6.18.tarv1.6.18libpng-1.6.18-signedGlenn Randers-Pehrson2015-07-221-1/+1
* [libpng16] Fix some indentation.Glenn Randers-Pehrson2015-06-111-6/+7
* [libpng16] Removed non-working progressive reader 'skip' function. ThisJohn Bowler2015-06-031-96/+8
* [libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-011-3/+1
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson2015-03-211-1/+1
* [libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson2015-02-271-1/+1
* [libpng16] Imported from libpng-1.6.17beta01.tarv1.6.17beta01Glenn Randers-Pehrson2015-01-281-3/+9
* [libpng16] Imported from libpng-1.6.15.tarv1.6.15libpng-1.6.15-signedGlenn Randers-Pehrson2014-11-201-1/+1
* [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-1/+1
* [libpng16] More cosmetic changesGlenn Randers-Pehrson2014-11-011-1/+1
* [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson2014-10-311-20/+21
* [libpng16] Added missing "ptr = NULL" after some instances of png_free().Glenn Randers-Pehrson2014-10-291-1/+3
* [libpng16] Imported from libpng-1.6.14.tarv1.6.14libpng-1.6.14-signedGlenn Randers-Pehrson2014-10-221-1/+1
* [libpng16] Imported from libpng-1.6.14beta07.tarv1.6.14beta07Glenn Randers-Pehrson2014-10-071-5/+5
* [libpng16] Added "chunk iTXt enables TEXT" and "chunk zTXt enables TEXT"Glenn Randers-Pehrson2014-10-041-1/+1
* [libpng16] Replaced repeated code with PNG_PUSH_SAVE_BUFFER_IF_FULLGlenn Randers-Pehrson2014-10-041-158/+37
* [libpng16] Bump version to 1.6.13beta01Glenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Imported from libpng-1.6.12.tarv1.6.12libpng-1.6.12-signedGlenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Bump version to 1.6.12beta01Glenn Randers-Pehrson2014-06-061-1/+1
* [libpng16] Imported from libpng-1.6.11.tarv1.6.11libpng-1.6.11-signedGlenn Randers-Pehrson2014-06-051-1/+1