summaryrefslogtreecommitdiff
path: root/pngrtran.c
Commit message (Expand)AuthorAgeFilesLines
* [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-2/+3
* [libpng16] Update some "last changed" datesGlenn Randers-Pehrson2017-06-291-1/+1
* URL updatesViktor Szakats2017-03-311-1/+1
* [libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.Glenn Randers-Pehrson2017-03-301-1/+1
* silence clang -Wcomma warningsViktor Szakats2017-03-291-1/+3
* [libpng16] Imported from libpng-1.6.29.tarv1.6.29libpng-1.6.29-signedGlenn Randers-Pehrson2017-03-161-1/+1
* [libpng16= Avoid potential overflow of shift operations in png_do_expand() (A...Glenn Randers-Pehrson2017-02-271-6/+6
* [libpng16] Quieted all remaining -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-14/+19
* [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-25/+25
* [libpng16] Imported from libpng-1.6.22.tarv1.6.22Glenn Randers-Pehrson2016-05-261-1/+1
* [libpng16] Imported from libpng-1.6.22beta03.tarv1.6.22beta03Glenn Randers-Pehrson2016-03-091-2/+2
* [libpng16] Updated CHANGES, ANNOUNCE, change date in pngrtran.cGlenn Randers-Pehrson2016-01-301-2/+2
* Relax limit checks on gamma values.John Bowler2016-01-291-2/+5
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng16] Imported from libpng-1.6.19.tarv1.6.19Glenn Randers-Pehrson2015-11-121-1/+1
* [libpng16] Imported from libpng-1.6.19rc02.tarv1.6.19rc02Glenn Randers-Pehrson2015-10-311-1/+1
* rowbytes check correctionJohn Bowler2015-10-291-2/+2
* [libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()Glenn Randers-Pehrson2015-09-241-8/+1
* [libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bitGlenn Randers-Pehrson2015-09-231-1/+8
* [libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnULGlenn Randers-Pehrson2015-08-171-4/+4
* [libpng16] Mention in manual that 16-bit platform support has been dropped.Glenn Randers-Pehrson2015-08-161-3/+3
* [libpng16] Changed 0xnnnn constants to 0xnnnnUL.Glenn Randers-Pehrson2015-08-161-4/+4
* [libpng16] Change "n bit" to "n-bit" in comments.Glenn Randers-Pehrson2015-08-131-6/+6
* [libpng16] Removed unreachable "break" statements in png.c, pngread.c, andVictor Szakats2015-08-071-1/+0
* [libpng16] Imported from libpng-1.6.18.tarv1.6.18libpng-1.6.18-signedGlenn Randers-Pehrson2015-07-221-1/+1
* [libpng16] Fixed a new signed-unsigned comparison in pngrtran.c (Max Stepin).Glenn Randers-Pehrson2015-07-011-3/+3
* [libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-011-3/+4
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Imported from libpng-1.6.17rc06.tarv1.6.17rc06Glenn Randers-Pehrson2015-03-221-11/+12
* [libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson2015-03-211-101/+94
* [libpng16] Spelling fixes: less then N -> less than N (Lauri Nurmi)Glenn Randers-Pehrson2015-03-071-1/+1
* [libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson2015-02-271-94/+101
* [libpng16] Do not build png_product2() when it is unused.Glenn Randers-Pehrson2015-02-071-6/+8
* [libpng16] Happy New Year! Update copyright year.Glenn Randers-Pehrson2014-12-311-1/+1
* [libpng16] Update "last changed" info in pngrtran.cGlenn Randers-Pehrson2014-12-291-1/+1
* [libpng16] Fixed byte order in 2-byte filler, in png_do_read_filler().John Bowler2014-12-291-7/+7
* [libpng16] Imported from libpng-1.6.15.tarv1.6.15libpng-1.6.15-signedGlenn Randers-Pehrson2014-11-201-1/+1
* [libpng16] Imported from libpng-1.6.15rc01.tarv1.6.15rc01Glenn Randers-Pehrson2014-11-131-4/+5
* [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-19/+19
* [libpng16] Removed #ifdef PNG_16BIT_SUPPORTED/#endif around png_product2(); i...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-142/+144
* [libpng16] Imported from libpng-1.6.14beta04.tarv1.6.14beta04Glenn Randers-Pehrson2014-09-271-1/+1
* [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
* [libpng16] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-39/+39