summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-12allow larger amount of pixels, loosen the integer overflow checkHEADmasterLode
2018-05-22max 5552 instead of 5550 sums before adler32 overflowLode
2018-03-26when 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-20fix issue after mergeLode
2018-02-20Merge pull request #51 from jobtalle/masterLode Vandevenne
Resolved issue #24
2018-02-20add LICENSE fileLode Vandevenne
2018-01-16display more info for corrupt pngsLode
2018-01-15allow optionally ignoring a few more recoverable errorsLode
2017-10-23pngdetail tweaksLode
2017-10-10Merge pull request #52 from JayXon/error_codeLode Vandevenne
Fix wrong error code if huffmanDecodeSymbol fail
2017-09-27fix wrong bit depth in unittestLode
2017-09-17Merge branch 'master' of https://github.com/lvandeve/lodepngLode
2017-09-17fix encoder memory leak for some input error casesLode
2017-03-20Fix wrong error code if huffmanDecodeSymbol failJayXon
The return value of huffmanDecodeSymbol is stored in code_d not code_ll, code_ll is between 257 and 285 here.
2017-03-18Fixed formattingjobtalle
2017-03-18Fixed 64bit warnings produced by MSVC, issue #24jobtalle
2016-12-22Update README.mdLode Vandevenne
2016-11-28grey+alpha auto color model detection bugfixLode
2016-09-11include guards instead of pragma onceLode
2016-07-12add a todoLode
2016-05-03fix relying on integer underflowLode
2016-05-01fix encoding PNGs of large dimensionsLode
2016-04-23fix warning about uninitialized outsizeLode
2016-04-21Update lodepng_unittest.cppLode Vandevenne
2016-04-21Update lodepng.cppLode Vandevenne
2016-04-18replace qsort with custom sort for compatibility with some platformsLode
2016-04-11fix coding errorLode Vandevenne
2016-04-11a fex fixesLode Vandevenne
2016-04-09color key and file handlingLode
2016-03-29ignore invalid data past IEND in chunk utilLode
2016-03-23show background color in pngdetailLode
2016-01-26Fix the quick referenceLode Vandevenne
2016-01-25code tweaksLode
2016-01-24update version numberLode
2016-01-24various updatesLode
2016-01-24Merge pull request #32 from JeckDev/masterLode Vandevenne
Fixed crash on uncompressed PNG files.
2016-01-22Fixed 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-18various fixesLode
2016-01-18only include those C++ headers when LODEPNG_COMPILE_CPPLode
2016-01-06Merge pull request #30 from Flameeyes/masterLode Vandevenne
Fix crash on PNG files with a single column of pixels.
2016-01-03Fix crash on PNG files with a single column of pixels.Diego Elio Pettenò
2015-12-10Merge pull request #26 from Saribro/masterLode Vandevenne
Fix VS2015 compilation of pngdetail.
2015-12-10Fix VS2015 compilation.Saribro
VS2015 can't find std::min/max without additional header.
2015-12-09some new features for the pngdetail exampleLode
2015-12-09Merge branch 'master' of https://github.com/lvandeve/lodepngLode
2015-12-09Made load_file function return error if file can't be openedLode
2015-11-02fix typoLode Vandevenne
2015-10-24output palette fixLode
2015-10-24Merge pull request #21 from BenWiederhake/masterLode Vandevenne
fix typos
2015-10-24fix typosBen Wiederhake
Credits go to the authors of 'codespell'.