index
:
lodepng.git
master
Mirror of https://github.com/lvandeve/lodepng
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-11-28
Merge https://github.com/lvandeve/lodepng
SlowRiot
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 wi...
SlowRiot
2014-11-27
fixing preincrement bug introduced previously
SlowRiot
2014-11-27
Merge branch 'master' of https://github.com/lvandeve/lodepng
SlowRiot
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
2014-11-20
Update lodepng.cpp
lvandeve
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 w...
SlowRiot
2014-11-07
reducing scope of loop counters, and micro-optimising loops by using != where...
SlowRiot
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
[prev]