Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: third_party/libpng/README.chromium

Issue 2062423002: Fix performance regression in png encoding caused by libpng update (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libpng/BUILD.gn ('k') | third_party/libpng/libpng.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libpng/README.chromium
diff --git a/third_party/libpng/README.chromium b/third_party/libpng/README.chromium
index 3263906f3c1d15e098deb296e45be1ba3379b3d0..da2cce4b475cd57cf6fd783043e629d776a963fd 100644
--- a/third_party/libpng/README.chromium
+++ b/third_party/libpng/README.chromium
@@ -21,3 +21,6 @@ Updated to 1.6.22, stripped all unneeded files.
- Fix for handling empty first IDAT chunk from upstream:
https://github.com/glennrp/libpng/commit/3f46c67c6989f480bd932428aa1705f6625dbabf
https://github.com/glennrp/libpng/commit/81f0273d54aa9de663253b197b3c8228d659cc36
+- Fix performance regression in png encoding (and overflow handling in filter heuristic)
+ from upstream:
+ https://github.com/glennrp/libpng/commit/9c04f57cabbf736e91b831858d0eeecca703eabf
« no previous file with comments | « third_party/libpng/BUILD.gn ('k') | third_party/libpng/libpng.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698