index
:
lodepng.git
master
Mirror of https://github.com/lvandeve/lodepng
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lodepng.cpp
Age
Commit message (
Expand
)
Author
2015-04-19
boundary package merge
Lode
2015-03-21
make all comments C-style
Lode
2015-02-16
minor fixes
Lode
2014-12-01
tiny tweaks
Lode
2014-12-01
Merge branch 'ansi_c_only' of https://github.com/slowriot/lodepng into slowri...
Lode
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
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-20
better bitpointer checks
Lode
2014-11-20
small tweaks
Lode
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
fix bug with encoding transparent single-pixel image
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
adding lodepng to github
Lode