summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-10Merge pull request #52 from JayXon/error_codeLode Vandevenne
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
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
2016-01-22Fixed crash on uncompressed PNG files.JeckDev
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
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
2015-12-10Fix VS2015 compilation.Saribro
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
2015-10-24fix typosBen Wiederhake
2015-10-19Merge pull request #18 from BenWiederhake/masterLode Vandevenne
2015-10-19fix typosBen Wiederhake
2015-09-12Merge branch 'master' of https://github.com/lvandeve/lodepngLode
2015-09-12add LODEPNG_NO_COMPILE_CRC compile optionLode
2015-09-12Merge pull request #14 from cosinekitty/savefile-return-codeLode Vandevenne
2015-08-01encode() now returns error code if save_file() cannot open output file.Don Cross
2015-04-19small optimizationLode
2015-04-19Merge branch 'master' of https://github.com/lvandeve/lodepngLode
2015-04-19boundary package mergeLode
2015-03-26Merge pull request #8 from Saribro/masterlvandeve
2015-03-25un/compressed size info switched aroundBart Swinnen