Home | History | Annotate | Download | only in libpng

Lines Matching refs:code

20   cleaned up code and commented code
55 added #define's to remove unwanted code
60 optimized filter selection code
69 incorporated Tim Wegner's medium model code (thanks, Tim)
75 added more medium model code (almost everything's a far)
104 so that people are aware that they need to change their code
107 optimized filter selection code
214 cleaned up some typos in libpng.txt and in code documentation
326 Moved a misplaced pngrutil code block that truncates tRNS if it has more
383 Replaced and extended code that was removed from png_set_filler() in 1.0.1a.
444 Added assembler code contributed by Intel in file pngvcrd.c and modified
454 Define PNG_USE_PNGVCRD in makefile.w32, to get MMX assembler code.
476 Revised pngvcrd.c to use MMX code for interlacing only on the final pass.
479 assembler code) and makefile.vcwin32 (doesn't).
500 Surrounded example.c code with #if 0 .. #endif to prevent people from
505 Added a "contrib" directory containing the source code from Greg's book.
516 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak.
573 Added code to handle new chunks in pngpread.c
576 Added code in pngwrite.c to work around a newly discovered zlib bug.
579 be included in your code:
679 Simplified the code that detects old png.h in png.c and pngtest.c
706 In the code that checks for over-length tRNS chunks, added check of
754 code to check these modes in png_read_init() and png_write_init() and
794 Revised the deliberately erroneous Linux setjmp code in pngconf.h to produce
972 Added some never-to-be-executed code in pnggccrd.c to quiet compiler warnings.
1008 Revised pnggccrd.c to conditionally compile some thread-unsafe code only
1194 Added code to contrib/gregbook/readpng2.c to ignore unused chunks.
1334 Added code to update the row_info->colortype in png_do_read_filler() (MSB).
1360 Undid new code added in 1.2.6rc2 to update the color_type in
1408 Added scripts/makefile.elf with supporting code in pngconf.h for symbol
1543 Added a configure check for compiling assembler code in pnggccrd.c
1807 Copied optimized C code from pnggccrd.c to pngrutil.c, removed dependency
1843 code (Yves Piguet). This bug was introduced in libpng-1.2.14.
1872 Added information about disabling the MMX code in libpng documentation.
1926 Remove a little more code in pngwutil.c when PNG_NO_WRITE_FILTER is selected.
1936 Restored configure and Makefile.in to rc3 and put a snippet of code in
2103 Ifdef out some code that is unused when interlacing is not supported.
2161 Comment out pnggcrd.c code with #ifdef/#endif if using MSC_VER
2220 Added code in pngset.c to quiet compiler warnings.
2356 application code writers to bypass the check for multiple inclusion
2501 Restored PNG_USE_LOCAL_ARRAYS code in pngread.c that was inadvertently