summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-03-21make all comments C-styleLode
2015-02-16move examples to examples directoryLode
2015-02-16minor fixesLode
2015-01-20update a todoLode
2014-12-02Update example_png_info.cpplvandeve
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-21fix examplesLode
2014-11-20better bitpointer checksLode
2014-11-20small tweaksLode
2014-11-20Update lodepng.hlvandeve
2014-11-20Update lodepng.cpplvandeve
2014-11-20avoid too big pixel sizesLode
2014-11-20predict idat size correctly for interlaced imagesLode
2014-11-19unit test was a bit slow like thatLode
2014-11-19fix bug with encoding transparent single-pixel imageLode
2014-11-18protect against invalid chunk lengths in some toolsLode
2014-11-18fix pngdetail.cppLode
2014-11-15collapsing duplicate branchSlowRiot
2014-11-15do not check unsigned windowsize for < 0SlowRiot
2014-11-07using size_t iterator when comparing to size_tSlowRiot
2014-11-07another typo fixSlowRiot
2014-11-07oops, typo fixSlowRiot
2014-11-07optimisation: replacing all unnecessary post-increments and post-decrements w...SlowRiot
2014-11-07reducing scope of loop counters, and micro-optimising loops by using != where...SlowRiot
2014-11-07collapsing duplicate branchSlowRiot
2014-11-07do not check unsigned windowsize for < 0SlowRiot
2014-08-24Create README.mdlvandeve
2014-08-24add example and dev files to LodePNG repositoryLode
2014-08-24adding lodepng to githubLode