summaryrefslogtreecommitdiff
path: root/pngtrans.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Fixed more indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-151-1/+1
* pngcp minimal configuration changesJohn Bowler2016-07-011-8/+12
* API reduction, PNG compression levelJohn Bowler2016-06-071-41/+0
* [libpng17] Refactored duplicate coded in png_set_check_for_invalid_index()Glenn Randers-Pehrson2016-05-221-16/+12
* Filter selection, palette index checksJohn Bowler2016-05-151-45/+77
* [libpng17] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-021-2/+2
* [libpng17] Update copyright years in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* Make png_struct palette, trans_alpha privateJohn Bowler2015-12-011-13/+20
* [libpng17] Updated CHANGES and ANNOUNCE, removed trailing blanks from *.c *.hGlenn Randers-Pehrson2015-11-241-4/+4
* Back out READ/WRITE_INTERLACING changesJohn Bowler2015-11-221-9/+9
* Squashed commit of the following:John Bowler2015-11-221-99/+104
* [libpng17] Refactored conditional compilation in png_init_row_info().Glenn Randers-Pehrson2015-11-221-53/+65
* [libpng17] Imported from libpng-1.7.0beta66.tarv1.7.0beta66Glenn Randers-Pehrson2015-10-021-1/+1
* png_rgb_to_gray optimization fixesJohn Bowler2015-09-241-18/+37
* Coverity related changesJohn Bowler2015-09-171-18/+26
* [libpng17] correct low-depth-gray code and enable testsJohn Bowler2015-09-161-1/+1
* chunk handling and transform rewriteJohn Bowler2015-09-141-653/+3411
* [libpng17] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-041-1/+1
* [libpng17] Transformed rewrite: changed row_info, added checks. This introduc...John Bowler2015-03-301-137/+255
* [libpng17] Check (png_uint_16) casts for overflow. Also removed png_muldiv_warn,John Bowler2015-03-221-1/+1
* [libpng17] Added byte, short and other overflow checkingJohn Bowler2015-03-221-16/+7
* [libpng17] Implemented assert support and usage.John Bowler2015-03-201-0/+1
* [libpng17] Work in progress, merging with libpng-1.6.17rc01.Glenn Randers-Pehrson2015-03-041-8/+9
* [libpng17] Happy New Year -- update copyright year.Glenn Randers-Pehrson2014-12-311-5/+4
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-6/+6
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-011-5/+5
* [libpng17] Merge recent changes from libpng-1.6.14beta06:Glenn Randers-Pehrson2014-10-041-1/+1
* [libpng17] Imported from libpng-1.7.0beta36.tarv1.7.0beta36Glenn Randers-Pehrson2014-09-271-1/+8
* [libpng17] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-5/+5
* [libpng17] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng16] Merged pngrio.c, pngtrans.c, and pngwio.c with libpng-1.6.9Glenn Randers-Pehrson2013-12-281-1/+1
* [libpng17] Added "{ }" that were omitted from previous patch to pngtrans.cJohn Bowler2013-04-131-1/+3
* [libpng17] Corrected the test on user transform changes on read. It was in theJohn Bowler2013-04-121-0/+9
* [libpng17] Updated copyright year to 2013 in changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng17] Removed more functions that were deprecated in libpng-1.6.0:John Bowler2012-12-151-1/+1
* [libpng17] Made 8-bit compose and rgb_to_grayscale accuracy improvements.John Bowler2012-12-141-1/+3
* [libpng16] Some files were omitted from a previous checkin. Here they are.John Bowler2012-08-101-1/+1
* [libpng16Cleanup of png_set_filler(). This function does very different thingsJohn Bowler2012-08-091-20/+69
* [libpng16] Don't check palette indexes if num_palette is 0 (as it can be inGlenn Randers-Pehrson2012-06-071-1/+2
* [libpng16] Improved performance of new do_check_palette_indexes() functionGlenn Randers-Pehrson2012-06-061-3/+2
* [libpng16] Fix an off-by-one error in the palette index checking function.John Bowler2012-03-101-1/+1
* [libpng16] Fixed build warnings (MSVC, GCC, GCC v3). Cygwin GCC with defaultJohn Bowler2012-03-031-28/+30
* [libng16] Added palette-index checking while writing.Glenn Randers-Pehrson2012-03-021-0/+101
* [libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)John Bowler2012-01-251-1/+1
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-011-1/+1
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-16/+16
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-1/+1
* [devel] Imported from libpng-1.5.3beta05.tarv1.5.3beta05Glenn Randers-Pehrson2011-05-051-7/+7
* [devel] Fixed bug with stripping the filler or alpha channel when writing,Glenn Randers-Pehrson2011-04-161-1/+5