Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lvandeve/lodepng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-30fixed MSVC build warnings for plain C tooMartin Fiedler
2023-04-10optimize CRC32, and path for some compilers (helps for clang on modern x86 CPU)Lode
2022-11-08fix error checking in pngdetail binary utilityLode
2022-07-18fix a few possible empty vector accesses (C++11 not yet used for now), and cl...Lode
2022-06-19document NO_COMPILE macros better, and cleanupsLode
2022-06-13sBIT chunk support, and a few improved bounds checksLode
2022-01-10minor decoder speed improvementsLode
2021-06-27wide character filename not supported warning and filter optimizationsLode Vandevenne
2020-10-17prevent too huge text chunks or icc profilesLode
2020-03-07simplify and cleanup more dynamic memory allocationsLode
2020-02-20fix potential compiler warning for enum value not handled in switchLode
2020-02-15more memory allocation simplifications, and fixes of out of memory handlingLode
2020-02-15cleanups and cast fixesLode
2020-02-12fix error handling of failed allocation, and remove unneeded palette reallocLode
2020-02-12fix memory leaks which could occur when returning error after allocations failedLode
2020-01-12handle integer overflow in lodepng_chunk_next and lodepng_chunk_findLode
2019-12-20Fix decoding bug in bit readerLode
2019-12-08make auto_choose_color static since it's only internalLode
2019-12-08Remove lodepng_auto_choose_color prototypeAmir Gonnen
2019-11-14Merge pull request #94 from bobsayshilol/abi-fixLode Vandevenne
2019-11-09Fix left shift signed overflowLode
2019-11-08remove unnecessary sum arraysLode
2019-11-07length of huffman symbols in secondary table must be > FIRSTBITSLode
2019-11-06Fix support for huffman tree with 0 or 1 symbolsLode
2019-10-21More palette error checkingLode
2019-10-21Move behind variable definitions and add test and error stringLode
2019-09-30spelling correctionsLode
2019-09-14remove use of floatLode
2019-09-09decoder speedups: faster palette to RGB conversion and possible paeth speedupLode
2019-09-08more decoder speedups, 5% fasterLode
2019-09-01a few decoder speed optimizations (about 3%)Lode
2019-08-25refactoringsLode
2019-08-24less allocations in chunk encodingLode
2019-08-14Faster decoding with huffman lookup tablesLode
2019-08-05tests, benchmark, tool makefile and less C libLode
2019-08-02Allow colortype enum values up to 255Lode
2019-07-28Remove unnecessary virtual from lodepng::State.bobsayshilol
2019-07-28Fix ABI incompatibility when calling a C++ compiled lodepng.cpp from C code o...bobsayshilol
2019-07-15internal bit read/write refactoringLode
2019-07-01add a fuzzer for OSS-FuzzLode
2019-06-16bugfixes and color stats changeLode
2019-03-20convert the color profile code to ANSI C89Lode
2019-03-19unit test for gray ICC profiles and bugfixesLode
2019-02-10relative intent and grayscale ICC support, and minor fixesLode
2019-02-03support ICC profiles in convertToXYZLode
2018-12-30change brace indent style: don't break before opening braceLode
2018-09-17add PNG cHRM/gAMA color profile RGB/XYZ conversion utility in utilsLode
2018-09-10added way to inspect metadata chunks without full decodingLode
2018-08-19background chunk fixLode
2018-08-10add color profile chunk support to LodePNGLode