summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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