Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-12 | allow larger amount of pixels, loosen the integer overflow checkHEADmaster | Lode | |
2018-05-22 | max 5552 instead of 5550 sums before adler32 overflow | Lode | |
2018-03-26 | when decoding with palette output type but not specifying actual palette ↵ | Lode | |
(implying the desire to keep the original), it could change indices if there were duplicate colors in the palette. The workaround was to set color_convert = 0. Still, even with color_convert, there is no reason to do that, so this fixes it | |||
2018-02-20 | fix issue after merge | Lode | |
2018-02-20 | Merge pull request #51 from jobtalle/master | Lode Vandevenne | |
Resolved issue #24 | |||
2018-02-20 | add LICENSE file | Lode Vandevenne | |
2018-01-16 | display more info for corrupt pngs | Lode | |
2018-01-15 | allow optionally ignoring a few more recoverable errors | Lode | |
2017-10-23 | pngdetail tweaks | Lode | |
2017-10-10 | Merge pull request #52 from JayXon/error_code | Lode Vandevenne | |
Fix wrong error code if huffmanDecodeSymbol fail | |||
2017-09-27 | fix wrong bit depth in unittest | Lode | |
2017-09-17 | Merge branch 'master' of https://github.com/lvandeve/lodepng | Lode | |
2017-09-17 | fix encoder memory leak for some input error cases | Lode | |
2017-03-20 | Fix wrong error code if huffmanDecodeSymbol fail | JayXon | |
The return value of huffmanDecodeSymbol is stored in code_d not code_ll, code_ll is between 257 and 285 here. | |||
2017-03-18 | Fixed formatting | jobtalle | |
2017-03-18 | Fixed 64bit warnings produced by MSVC, issue #24 | jobtalle | |
2016-12-22 | Update README.md | Lode Vandevenne | |
2016-11-28 | grey+alpha auto color model detection bugfix | Lode | |
2016-09-11 | include guards instead of pragma once | Lode | |
2016-07-12 | add a todo | Lode | |
2016-05-03 | fix relying on integer underflow | Lode | |
2016-05-01 | fix encoding PNGs of large dimensions | Lode | |
2016-04-23 | fix warning about uninitialized outsize | Lode | |
2016-04-21 | Update lodepng_unittest.cpp | Lode Vandevenne | |
2016-04-21 | Update lodepng.cpp | Lode Vandevenne | |
2016-04-18 | replace qsort with custom sort for compatibility with some platforms | Lode | |
2016-04-11 | fix coding error | Lode Vandevenne | |
2016-04-11 | a fex fixes | Lode Vandevenne | |
2016-04-09 | color key and file handling | Lode | |
2016-03-29 | ignore invalid data past IEND in chunk util | Lode | |
2016-03-23 | show background color in pngdetail | Lode | |
2016-01-26 | Fix the quick reference | Lode Vandevenne | |
2016-01-25 | code tweaks | Lode | |
2016-01-24 | update version number | Lode | |
2016-01-24 | various updates | Lode | |
2016-01-24 | Merge pull request #32 from JeckDev/master | Lode Vandevenne | |
Fixed crash on uncompressed PNG files. | |||
2016-01-22 | Fixed crash on uncompressed PNG files. | JeckDev | |
When writing an uncompressed PNG, deflateDynamic erroneously indexed a newly allocated block of datasize length using the datapos offset. This would crash anytime datapos > 0. | |||
2016-01-18 | various fixes | Lode | |
2016-01-18 | only include those C++ headers when LODEPNG_COMPILE_CPP | Lode | |
2016-01-06 | Merge pull request #30 from Flameeyes/master | Lode Vandevenne | |
Fix crash on PNG files with a single column of pixels. | |||
2016-01-03 | Fix crash on PNG files with a single column of pixels. | Diego Elio Pettenò | |
2015-12-10 | Merge pull request #26 from Saribro/master | Lode Vandevenne | |
Fix VS2015 compilation of pngdetail. | |||
2015-12-10 | Fix VS2015 compilation. | Saribro | |
VS2015 can't find std::min/max without additional header. | |||
2015-12-09 | some new features for the pngdetail example | Lode | |
2015-12-09 | Merge branch 'master' of https://github.com/lvandeve/lodepng | Lode | |
2015-12-09 | Made load_file function return error if file can't be opened | Lode | |
2015-11-02 | fix typo | Lode Vandevenne | |
2015-10-24 | output palette fix | Lode | |
2015-10-24 | Merge pull request #21 from BenWiederhake/master | Lode Vandevenne | |
fix typos | |||
2015-10-24 | fix typos | Ben Wiederhake | |
Credits go to the authors of 'codespell'. |