summaryrefslogtreecommitdiff
path: root/pngrtran.c
Commit message (Expand)AuthorAgeFilesLines
* Fix debug test of output gammaJohn Bowler2016-07-231-0/+20
* [libpng17] Fixed more indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-151-6/+6
* pngcp minimal configuration changesJohn Bowler2016-07-011-1/+6
* Filter selection, palette index checksJohn Bowler2016-05-151-17/+35
* Recently introduced palette sharing bugJohn Bowler2016-01-121-17/+33
* [libpng17] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-021-1/+1
* [libpng17] Update copyright years in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* Make png_struct palette, trans_alpha privateJohn Bowler2015-12-011-19/+19
* [libpng17] Updated CHANGES and ANNOUNCE, removed trailing blanks from *.c *.hGlenn Randers-Pehrson2015-11-241-6/+6
* sBIT code coverage and fixesJohn Bowler2015-09-261-32/+13
* [libpng17] #ifdef out some dead code in pngrtran.c when sBIT is disabled.Glenn Randers-Pehrson2015-09-251-5/+14
* Fix png_set_tRNS_to_alpha for low-bit-depth grayJohn Bowler2015-09-251-7/+10
* png_rgb_to_gray optimization fixesJohn Bowler2015-09-241-3/+6
* Simplified API sRGB gamma handling correctionJohn Bowler2015-09-201-3/+0
* gamma handling fixesJohn Bowler2015-09-191-2/+24
* [libpng17] Fixed makepng.c so that it compiles with GCC 5.1.0.John Bowler2015-09-181-8/+0
* Coverity related changesJohn Bowler2015-09-171-1/+1
* Remove memcpy of png_transform_backgroundJohn Bowler2015-09-161-156/+162
* [libpng17] correct low-depth-gray code and enable testsJohn Bowler2015-09-161-72/+222
* chunk handling and transform rewriteJohn Bowler2015-09-141-4596/+5488
* [libpng17] Moved READ_GAMMA to pngrtran.c. This makes everything in pngrtrans.cJohn Bowler2015-06-041-1778/+2601
* [libpng17] Transformed rewrite: changed row_info, added checks. This introduc...John Bowler2015-03-301-931/+885
* [libpng17] Check (png_uint_16) casts for overflow. Also removed png_muldiv_warn,John Bowler2015-03-221-52/+67
* [libpng17] Added byte, short and other overflow checkingJohn Bowler2015-03-221-225/+241
* [libpng16] Renamed "assert" to "affirm", not affected by NDEBUG.Glenn Randers-Pehrson2015-03-211-3/+3
* [libpng17] Implemented assert support and usage.John Bowler2015-03-201-5/+3
* [libpng17] Work in progress, merging with libpng-1.6.17rc01.Glenn Randers-Pehrson2015-03-041-10/+10
* [lipng17] Do not build png_product2() when it is unused and work aroundGlenn Randers-Pehrson2015-02-071-10/+4
* [libpng17] Quieted some Coverity warningsGlenn Randers-Pehrson2015-01-271-17/+32
* [libpng17] Happy New Year -- update copyright year.Glenn Randers-Pehrson2014-12-311-2/+2
* [libpng17] Fixed byte order in 2-byte filler, in png_do_read_filler().John Bowler2014-12-291-6/+6
* [libpng17] Imported from libpng-1.7.0beta42.tarv1.7.0beta42Glenn Randers-Pehrson2014-11-201-4/+5
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-12/+12
* [libpng17] Removed #ifdef PNG_16BIT_SUPPORTED/#endif around png_product2(); i...Glenn Randers-Pehrson2014-11-061-1/+1
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-011-116/+119
* [libpng17] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-35/+35
* [libpng17] Completed full working pngimage test program and added two testJohn Bowler2014-02-051-11/+11
* [libpng17] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng17] Imported from libpng-1.7.0beta25.tarv1.7.0beta25Glenn Randers-Pehrson2013-12-261-1/+1
* [libpng17] Handle zero-length PLTE chunk or NULL palette with png_error()Glenn Randers-Pehrson2013-12-151-0/+3
* [libpng17] Made transform implementation functions static. This makes theJohn Bowler2013-12-131-16/+16
* [libpng17] Bookkeeping: Moved functions around (no changes). Moved transformJohn Bowler2013-12-131-403/+280
* [libpng17] Imported from libpng-1.7.0beta17.tarv1.7.0beta17Glenn Randers-Pehrson2013-08-211-18/+21
* [libpng17] Exit loop over tRNS array once a transparent pixel is foundGlenn Randers-Pehrson2013-08-041-0/+6
* [libpng17] Bump version to 1.7.0beta08Glenn Randers-Pehrson2013-04-181-0/+2
* [libpng17] Corrected the test on user transform changes on read. It was in theJohn Bowler2013-04-121-3/+0
* [libpng17] Use parentheses consistently with #if defined()Glenn Randers-Pehrson2013-02-171-7/+7
* [libpng17] Updated copyright year to 2013 in changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng17] Fixed Windows build issues, enabled ARM compilation. Various warni...John Bowler2012-12-201-5/+6
* [libpng16] Fixed previous support for Z_PREFIX in configure builds, correctedJohn Bowler2012-12-171-9/+3