summaryrefslogtreecommitdiff
path: root/lodepng.cpp
AgeCommit message (Expand)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 (imp...Lode
2018-02-20fix issue after mergeLode
2018-02-20Merge pull request #51 from jobtalle/masterLode Vandevenne
2018-01-15allow optionally ignoring a few more recoverable errorsLode
2017-10-10Merge pull request #52 from JayXon/error_codeLode Vandevenne
2017-09-17fix encoder memory leak for some input error casesLode
2017-03-20Fix wrong error code if huffmanDecodeSymbol failJayXon
2017-03-18Fixed formattingjobtalle
2017-03-18Fixed 64bit warnings produced by MSVC, issue #24jobtalle
2016-11-28grey+alpha auto color model detection bugfixLode
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.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-01-25code tweaksLode
2016-01-24update version numberLode
2016-01-24various updatesLode
2016-01-22Fixed crash on uncompressed PNG files.JeckDev
2016-01-18various fixesLode
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-24fix typosBen Wiederhake
2015-09-12Merge branch 'master' of https://github.com/lvandeve/lodepngLode
2015-09-12add LODEPNG_NO_COMPILE_CRC compile optionLode
2015-08-01encode() now returns error code if save_file() cannot open output file.Don Cross
2015-04-19small optimizationLode
2015-04-19boundary package mergeLode
2015-03-21make all comments C-styleLode
2015-02-16minor fixesLode
2014-12-01tiny tweaksLode
2014-12-01Merge branch 'ansi_c_only' of https://github.com/slowriot/lodepng into slowri...Lode
2014-12-01move VERSION_STRING to header as LODEPNG_VERSION_STRINGLode
2014-11-28Removing all C99 version define switches and the associated C99 functionalitySlowRiot
2014-11-28Merge https://github.com/lvandeve/lodepngSlowRiot
2014-11-28ensuring ANSI C compatibility by using ifdefs where appropriateSlowRiot
2014-11-27various fixesLode
2014-11-27more != comparisons instead of < against unsigned types for loops starting wi...SlowRiot
2014-11-27fixing preincrement bug introduced previouslySlowRiot
2014-11-27Merge branch 'master' of https://github.com/lvandeve/lodepngSlowRiot
2014-11-21fix for CLode
2014-11-20better bitpointer checksLode
2014-11-20small tweaksLode