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
2015-10-19
Merge pull request #18 from BenWiederhake/master
Lode Vandevenne
2015-10-19
fix typos
Ben Wiederhake
2015-09-12
Merge branch 'master' of https://github.com/lvandeve/lodepng
Lode
2015-09-12
add LODEPNG_NO_COMPILE_CRC compile option
Lode
2015-09-12
Merge pull request #14 from cosinekitty/savefile-return-code
Lode Vandevenne
2015-08-01
encode() now returns error code if save_file() cannot open output file.
Don Cross
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
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 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-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]