Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-19 | small optimization | Lode | |
2015-04-19 | Merge branch 'master' of https://github.com/lvandeve/lodepng | Lode | |
2015-04-19 | boundary package merge | Lode | |
2015-03-26 | Merge pull request #8 from Saribro/master | lvandeve | |
pngdetail size print fix | |||
2015-03-25 | un/compressed size info switched around | Bart Swinnen | |
2015-03-21 | make all comments C-style | Lode | |
2015-02-16 | move examples to examples directory | Lode | |
2015-02-16 | minor fixes | Lode | |
2015-01-20 | update a todo | Lode | |
2014-12-02 | Update example_png_info.cpp | lvandeve | |
2014-12-01 | tiny tweaks | Lode | |
2014-12-01 | Merge branch 'ansi_c_only' of https://github.com/slowriot/lodepng into ↵ | Lode | |
slowriot-ansi_c_only | |||
2014-12-01 | move VERSION_STRING to header as LODEPNG_VERSION_STRING | Lode | |
2014-11-28 | Removing all C99 version define switches and the associated C99 functionality | SlowRiot | |
2014-11-28 | Merge https://github.com/lvandeve/lodepng | SlowRiot | |
# By Lode # Via Lode * https://github.com/lvandeve/lodepng: various fixes Conflicts: lodepng.cpp | |||
2014-11-28 | ensuring ANSI C compatibility by using ifdefs where appropriate | SlowRiot | |
2014-11-27 | various fixes | Lode | |
2014-11-27 | more != comparisons instead of < against unsigned types for loops starting ↵ | SlowRiot | |
with 0 | |||
2014-11-27 | fixing preincrement bug introduced previously | SlowRiot | |
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 | |