summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-19Merge pull request #18 from BenWiederhake/masterLode Vandevenne
fix typos
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
encode() returns error code if save_file() cannot open output file.
2015-08-01encode() now returns error code if save_file() cannot open output file.Don Cross
Before this change, encode() would return 0 whether or not the output file was created. There was no way for a caller to know when the file could not be created (e.g. due to a non-existent parent directory). Changed save_file() to return error 79 if it cannot open output file. encode() checks return code from save_file() and passes any error value back to the caller.
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
pngdetail size print fix
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 ↵Lode
slowriot-ansi_c_only
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
# By Lode # Via Lode * https://github.com/lvandeve/lodepng: various fixes Conflicts: lodepng.cpp
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 ↵SlowRiot
with 0
2014-11-27fixing preincrement bug introduced previouslySlowRiot
2014-11-27Merge branch 'master' of https://github.com/lvandeve/lodepngSlowRiot
# By Lode (10) and others # Via Lode * 'master' of https://github.com/lvandeve/lodepng: fix for C fix examples better bitpointer checks small tweaks Update lodepng.h Update lodepng.cpp avoid too big pixel sizes predict idat size correctly for interlaced images unit test was a bit slow like that fix bug with encoding transparent single-pixel image protect against invalid chunk lengths in some tools fix pngdetail.cpp collapsing duplicate branch do not check unsigned windowsize for < 0 Conflicts: lodepng.cpp
2014-11-21fix for CLode
2014-11-21fix examplesLode
2014-11-20better bitpointer checksLode
2014-11-20small tweaksLode
2014-11-20Update lodepng.hlvandeve
Rename function because all exported symbol names should start with lodepng to avoid clashes
2014-11-20Update lodepng.cpplvandeve
Rename function because all exported symbol names should start with lodepng to avoid clashes
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 ↵SlowRiot
with their pre-increment and pre-decrement equivalents wherever the return value isn't used
2014-11-07reducing scope of loop counters, and micro-optimising loops by using != ↵SlowRiot
where safe and pre-increment wherever return value is not used
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