summaryrefslogtreecommitdiff
path: root/pngread.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up comments and whitespace characters in source filesCosmin Truta2022-11-201-2/+2
* Fix an instance of -Wunused-but-set-variable.Peter Kasting2022-09-131-3/+0
* Fix a memory leak in the riffled palette optimization on ARM; refactorCosmin Truta2019-02-031-1/+7
* Remove top-level const from function-scope variablesCosmin Truta2018-08-181-12/+12
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-181-2/+2
* 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-3/+3
* Misc. typosUnknown2017-11-031-1/+1
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-281-1/+1
* [libpng16] Add support for loading images with associated alpha in theGlenn Randers-Pehrson2017-09-231-1/+1
* Add support for loading images with associated alpha.Samuel Williams2017-09-061-1/+11
* [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] Imported from libpng-1.6.32beta11.tarv1.6.32beta11Glenn Randers-Pehrson2017-08-071-0/+1
* [libpng16] Update "Last changed" dates and some copyright yearsGlenn Randers-Pehrson2017-07-311-1/+1
* [libpng16] Updated pngread.c with calls to png_handle_eXIf() omitted from pre...Glenn Randers-Pehrson2017-07-311-0/+10
* [libpng16] Imported from libpng-1.6.31.tarv1.6.31libpng-1.6.31-signedlibpng-1.6.31-master-signedGlenn Randers-Pehrson2017-07-271-1/+1
* [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings thatJohn Bowler2017-07-111-7/+8
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Imported from libpng-1.6.26beta05.tarv1.6.26beta05Glenn Randers-Pehrson2016-10-051-2/+2
* [libpng16] Quieted all remaining -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-10/+11
* [libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-12/+12
* [libpng16] Bump version to 1.6.26beta03Glenn Randers-Pehrson2016-10-011-1/+1
* Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16Glenn Randers-Pehrson2016-09-301-2/+2
|\
| * Unsigned overflowJohn Bowler2016-09-301-2/+2
* | Revert "[libpng16] Quieted about 100 warnings from clang-3.8 in pngtrans.c, p...Glenn Randers-Pehrson2016-09-301-4/+4
* | [libpng16] Quieted about 100 warnings from clang-3.8 in pngtrans.c, pngread.c,Glenn Randers-Pehrson2016-09-301-4/+4
* | [libpng16] Quieted 116 (out of 288) -Wconversion compiler warnings by changingGlenn Randers-Pehrson2016-09-301-4/+4
|/
* [libpng16] Conditionally compile png_set_benign_errors() in pngread.cGlenn Randers-Pehrson2016-09-111-0/+2
* [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-109/+108
* [libpng16] Fixed some indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-131-3/+3
* [libpng16] Imported from libpng-1.6.24beta01.tarv1.6.24beta01Glenn Randers-Pehrson2016-06-111-1/+1
* [libpng16] Avoid potential overflow of the PNG_IMAGE_SIZE macro. This macroJohn Bowler2016-06-111-1/+24
* [libpng16] Imported from libpng-1.6.23.tarv1.6.23libpng-1.6.23-signedGlenn Randers-Pehrson2016-06-091-1/+1
* [libpng16] Added tests in pngvalid.c to check zero-length IDAT chunks in variousJohn Bowler2016-05-291-8/+18
* gcc6: fix misleading indentation warningKrishnaraj Bhat2016-03-071-14/+14
* Simplified API: write-to-memory, overflow handlingJohn Bowler2016-01-181-36/+62
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* pngread: avoid clang warning for unreachable codeViktor Szakats2015-11-191-1/+0
* [libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()Glenn Randers-Pehrson2015-09-241-1/+1
* [libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bitGlenn Randers-Pehrson2015-09-231-1/+1
* [libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnULGlenn Randers-Pehrson2015-08-171-2/+2
* [libpng16] Added signed/unsigned 16-bit safety net. This removes the dubiousJohn Bowler2015-08-161-3/+3
* [libpng16] Changed 0xnnnn constants to 0xnnnnUL.Glenn Randers-Pehrson2015-08-161-2/+2
* [libpng16] Add #ifdef PNG_DEBUG/#endif around normally unreachable codeGlenn Randers-Pehrson2015-08-071-0/+2
* [libpng16] Removed unreachable "break" statements in png.c, pngread.c, andVictor Szakats2015-08-071-9/+10
* [libpng16] Imported from libpng-1.6.18beta08.tarv1.6.18beta08Glenn Randers-Pehrson2015-06-301-3/+3