- 05 8月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
found (performance report by PoChun Chang)
-
- 25 4月, 2013 3 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 18 4月, 2013 1 次提交
-
-
由 John Bowler 提交于
Reverted previous attempt to allow gAMA and sRGB non-support with the simplified API.
-
- 13 4月, 2013 1 次提交
-
-
由 John Bowler 提交于
png_set of the transform function, but that doesn't matter unless the transform function changes the rowbuf size, and that is only valid if transform_info is called.
-
- 28 3月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 03 3月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 02 3月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 19 2月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 18 2月, 2013 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
Folded some long lines.
-
由 Glenn Randers-Pehrson 提交于
-
- 14 2月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 01 1月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 10 12月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 26 10月, 2012 1 次提交
-
-
由 John Bowler 提交于
-
- 25 10月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
in pngrtran.c (Domani Hannes).
-
- 16 8月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 11 8月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
png_memset(), png_memcpy(), and png_memcmp() macros.
-
- 10 8月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
a consistent style for (sizeof type) and (sizeof (array))
-
- 09 6月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 07 6月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
(only update the value when it actually increases, move test for whether the check is wanted out of the function.
-
- 29 3月, 2012 1 次提交
-
-
由 John Bowler 提交于
-
- 21 3月, 2012 1 次提交
-
-
由 John Bowler 提交于
load iCCP
-
- 19 3月, 2012 3 次提交
-
-
由 John Bowler 提交于
benign errors; also added --strict to pngstest - not enabled yet because a warning is produced.
-
由 John Bowler 提交于
checks. The code now does a png_error if an attempt is made to do the row initialization twice; this is an application error and it has serious consequences because the transform data in png_struct is changed by each call.
-
由 John Bowler 提交于
This turns on PNG_FLAG_DETECT_UNINITIALIZED to detect app code that fails to call one of the 'start' routines (not enabled in libpng-1.5 because it is technically an API change, since it did normally work before.) It also makes duplicate calls to png_read_start_row (an internal function called at the start of the image read) benign, as they were before changes to use png_inflate_claim. Somehow webkit is causing this to happen; this is probably a mis-feature in the zlib changes so this commit is only a work-round.
-
- 03 3月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
Relocated palette-index checking function from pngrutil.c to pngtrans.c
-
- 02 3月, 2012 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
code.
-
由 Glenn Randers-Pehrson 提交于
(work in progress, the latter isn't finished).
-
- 18 2月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 25 1月, 2012 1 次提交
-
-
由 John Bowler 提交于
compiler issues slightly different warnings from those issued by the current vesions of GCC. This eliminates those warnings by adding/removing casts and small code rewrites.
-
- 24 1月, 2012 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
This is an initial version for review; the documentation has not yet been updated.
-
- 02 1月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 29 12月, 2011 1 次提交
-
-
由 John Bowler 提交于
those uses of png_memcpy that were doing a simple assignment to assignments (all those cases where the thing being copied is a non-array C L-value.) Added some error checking to png_set_*() routines and removed the reference to the non-exported function png_memcpy() from example.c. Fixed the Visual C 64-bit build - it requires jmp_buf to be aligned, but it had become misaligned.
-
- 24 12月, 2011 1 次提交
-
-
由 John Bowler 提交于
Added new "png_structrp" typedef. Because of the way libpng works both png_info and png_struct are always accessed via a single pointer. This means adding C99 'restrict' to the pointer gives the compiler some opportunity to optimize the code. This change allows that.
-
- 21 12月, 2011 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 29 11月, 2011 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 27 11月, 2011 1 次提交
-
-
由 John Bowler 提交于
-