Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lvandeve/lodepng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2019-09-08 21:47:27 +0300
committerLode <lvandeve@gmail.com>2019-09-08 21:47:27 +0300
commit11fa71469fd78afec9ed96df61598f6a43dd41fd (patch)
tree6a38b96503b50c0de2d4073e635dee12ad1fe442 /lodepng.h
parentbd647f3bde7d662b382ed67ea915009ec526ce70 (diff)
more decoder speedups, 5% faster
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lodepng.h b/lodepng.h
index 922863c..d963e06 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -1,5 +1,5 @@
/*
-LodePNG version 20190901
+LodePNG version 20190908
Copyright (c) 2005-2019 Lode Vandevenne
@@ -1784,6 +1784,9 @@ yyyymmdd.
Some changes aren't backwards compatible. Those are indicated with a (!)
symbol.
+Not all changes are listed here, the commit history in github lists more:
+https://github.com/lvandeve/lodepng
+
*) 14 aug 2019: around 25% faster decoding thanks to huffman lookup tables.
*) 15 jun 2019 (!): auto_choose_color API changed (for bugfix: don't use palette
if gray ICC profile) and non-ICC LodePNGColorProfile renamed to LodePNGColorStats.
@@ -1803,6 +1806,7 @@ symbol.
*) 08 dec 2015: Made load_file function return error if file can't be opened.
*) 24 okt 2015: Bugfix with decoding to palette output.
*) 18 apr 2015: Boundary PM instead of just package-merge for faster encoding.
+*) 24 aug 2014: Moved to github
*) 23 aug 2014: Reduced needless memory usage of decoder.
*) 28 jun 2014: Removed fix_png setting, always support palette OOB for
simplicity. Made ColorProfile public.