Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-27 | Merge branch 'master' of https://github.com/lvandeve/lodepng | SlowRiot | |
# 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-21 | fix for C | Lode | |
2014-11-21 | fix examples | Lode | |
2014-11-20 | better bitpointer checks | Lode | |
2014-11-20 | small tweaks | Lode | |
2014-11-20 | Update lodepng.h | lvandeve | |
Rename function because all exported symbol names should start with lodepng to avoid clashes | |||
2014-11-20 | Update lodepng.cpp | lvandeve | |
Rename function because all exported symbol names should start with lodepng to avoid clashes | |||
2014-11-20 | avoid too big pixel sizes | Lode | |
2014-11-20 | predict idat size correctly for interlaced images | Lode | |
2014-11-19 | unit test was a bit slow like that | Lode | |
2014-11-19 | fix bug with encoding transparent single-pixel image | Lode | |
2014-11-18 | protect against invalid chunk lengths in some tools | Lode | |
2014-11-18 | fix pngdetail.cpp | Lode | |
2014-11-15 | collapsing duplicate branch | SlowRiot | |
2014-11-15 | do not check unsigned windowsize for < 0 | SlowRiot | |
2014-11-07 | using size_t iterator when comparing to size_t | SlowRiot | |
2014-11-07 | another typo fix | SlowRiot | |
2014-11-07 | oops, typo fix | SlowRiot | |
2014-11-07 | optimisation: 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-07 | reducing scope of loop counters, and micro-optimising loops by using != ↵ | SlowRiot | |
where safe and pre-increment wherever return value is not used | |||
2014-11-07 | collapsing duplicate branch | SlowRiot | |
2014-11-07 | do not check unsigned windowsize for < 0 | SlowRiot | |
2014-08-24 | Create README.md | lvandeve | |
2014-08-24 | add example and dev files to LodePNG repository | Lode | |
2014-08-24 | adding lodepng to github | Lode | |